Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(198)

Side by Side Diff: ui/base/strings/ui_strings.grd

Issue 22600003: Switch to using '-t ios' for grit (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ui/base/strings/app_locale_settings_zh-TW.xtb ('k') | ui/resources/ui_resources.grd » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. Specifically, these are UI strings that are used by app/ that 4 each locale. Specifically, these are UI strings that are used by app/ that
5 need to be translated for each locale.--> 5 need to be translated for each locale.-->
6 6
7 <grit base_dir="." latest_public_release="0" current_release="1" 7 <grit base_dir="." latest_public_release="0" current_release="1"
8 source_lang_id="en" enc_check="möl"> 8 source_lang_id="en" enc_check="möl">
9 <outputs> 9 <outputs>
10 <!-- TODO add each of your output files. Modify the three below, and add 10 <!-- TODO add each of your output files. Modify the three below, and add
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 <output filename="ui_strings_lt.pak" type="data_package" lang="lt" /> 79 <output filename="ui_strings_lt.pak" type="data_package" lang="lt" />
80 <output filename="ui_strings_lv.pak" type="data_package" lang="lv" /> 80 <output filename="ui_strings_lv.pak" type="data_package" lang="lv" />
81 <output filename="ui_strings_ml.pak" type="data_package" lang="ml" /> 81 <output filename="ui_strings_ml.pak" type="data_package" lang="ml" />
82 <output filename="ui_strings_mr.pak" type="data_package" lang="mr" /> 82 <output filename="ui_strings_mr.pak" type="data_package" lang="mr" />
83 <output filename="ui_strings_ms.pak" type="data_package" lang="ms" /> 83 <output filename="ui_strings_ms.pak" type="data_package" lang="ms" />
84 <output filename="ui_strings_nl.pak" type="data_package" lang="nl" /> 84 <output filename="ui_strings_nl.pak" type="data_package" lang="nl" />
85 <!-- The translation console uses 'no' for Norwegian Bokmål. It should 85 <!-- The translation console uses 'no' for Norwegian Bokmål. It should
86 be 'nb'. --> 86 be 'nb'. -->
87 <output filename="ui_strings_nb.pak" type="data_package" lang="no" /> 87 <output filename="ui_strings_nb.pak" type="data_package" lang="no" />
88 <output filename="ui_strings_pl.pak" type="data_package" lang="pl" /> 88 <output filename="ui_strings_pl.pak" type="data_package" lang="pl" />
89 <if expr="pp_ifdef('ios')"> 89 <if expr="is_ios">
90 <!-- iOS uses pt for pt-BR --> 90 <!-- iOS uses pt for pt-BR -->
91 <output filename="ui_strings_pt.pak" type="data_package" lang="pt-BR" /> 91 <output filename="ui_strings_pt.pak" type="data_package" lang="pt-BR" />
92 </if> 92 </if>
93 <if expr="not pp_ifdef('ios')"> 93 <if expr="not is_ios">
94 <output filename="ui_strings_pt-BR.pak" type="data_package" lang="pt-BR" / > 94 <output filename="ui_strings_pt-BR.pak" type="data_package" lang="pt-BR" / >
95 </if> 95 </if>
96 <output filename="ui_strings_pt-PT.pak" type="data_package" lang="pt-PT" /> 96 <output filename="ui_strings_pt-PT.pak" type="data_package" lang="pt-PT" />
97 <output filename="ui_strings_ro.pak" type="data_package" lang="ro" /> 97 <output filename="ui_strings_ro.pak" type="data_package" lang="ro" />
98 <output filename="ui_strings_ru.pak" type="data_package" lang="ru" /> 98 <output filename="ui_strings_ru.pak" type="data_package" lang="ru" />
99 <output filename="ui_strings_sk.pak" type="data_package" lang="sk" /> 99 <output filename="ui_strings_sk.pak" type="data_package" lang="sk" />
100 <output filename="ui_strings_sl.pak" type="data_package" lang="sl" /> 100 <output filename="ui_strings_sl.pak" type="data_package" lang="sl" />
101 <output filename="ui_strings_sr.pak" type="data_package" lang="sr" /> 101 <output filename="ui_strings_sr.pak" type="data_package" lang="sr" />
102 <output filename="ui_strings_sv.pak" type="data_package" lang="sv" /> 102 <output filename="ui_strings_sv.pak" type="data_package" lang="sv" />
103 <output filename="ui_strings_sw.pak" type="data_package" lang="sw" /> 103 <output filename="ui_strings_sw.pak" type="data_package" lang="sw" />
(...skipping 1476 matching lines...) Expand 10 before | Expand all | Expand 10 after
1580 </message> 1580 </message>
1581 <message name="IDS_APP_LIST_OPEN_SETTINGS" desc="The menu entry to show th e settings UI."> 1581 <message name="IDS_APP_LIST_OPEN_SETTINGS" desc="The menu entry to show th e settings UI.">
1582 Settings 1582 Settings
1583 </message> 1583 </message>
1584 <message name="IDS_APP_LIST_OPEN_FEEDBACK" desc="The menu entry to show th e feedback UI."> 1584 <message name="IDS_APP_LIST_OPEN_FEEDBACK" desc="The menu entry to show th e feedback UI.">
1585 Send feedback 1585 Send feedback
1586 </message> 1586 </message>
1587 </messages> 1587 </messages>
1588 </release> 1588 </release>
1589 </grit> 1589 </grit>
OLDNEW
« no previous file with comments | « ui/base/strings/app_locale_settings_zh-TW.xtb ('k') | ui/resources/ui_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698