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

Side by Side Diff: ios/chrome/app/strings/ios_strings.grd

Issue 1341533006: Remove use_name_for_id from ios_strings.grd to unblock translation process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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
« no previous file with comments | « no previous file | no next file » | 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 <!-- 3 <!--
4 This file contains definition of resources that will be translated for each 4 This file contains definition of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, is_ios and is_posix are 5 locale. The variables is_win, is_macosx, is_linux, is_ios and is_posix are
6 available for making strings OS specific. Other platform defines such as 6 available for making strings OS specific. Other platform defines such as
7 use_titlecase are declared in build/common.gypi. 7 use_titlecase are declared in build/common.gypi.
8 8
9 The strings in this file are specific to iOS, thus is_ios will be true and 9 The strings in this file are specific to iOS, thus is_ios will be true and
10 all other OS specific variables will be false. 10 all other OS specific variables will be false.
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 <file path="resources/ios_strings_th.xtb" lang="th" /> 124 <file path="resources/ios_strings_th.xtb" lang="th" />
125 <file path="resources/ios_strings_tr.xtb" lang="tr" /> 125 <file path="resources/ios_strings_tr.xtb" lang="tr" />
126 <file path="resources/ios_strings_uk.xtb" lang="uk" /> 126 <file path="resources/ios_strings_uk.xtb" lang="uk" />
127 <file path="resources/ios_strings_vi.xtb" lang="vi" /> 127 <file path="resources/ios_strings_vi.xtb" lang="vi" />
128 <file path="resources/ios_strings_zh-CN.xtb" lang="zh-CN" /> 128 <file path="resources/ios_strings_zh-CN.xtb" lang="zh-CN" />
129 <file path="resources/ios_strings_zh-TW.xtb" lang="zh-TW" /> 129 <file path="resources/ios_strings_zh-TW.xtb" lang="zh-TW" />
130 </translations> 130 </translations>
131 <release seq="1" allow_pseudo="false"> 131 <release seq="1" allow_pseudo="false">
132 <messages fallback_to_english="true"> 132 <messages fallback_to_english="true">
133 <!-- The default value for HTTP Accept-Language header. --> 133 <!-- The default value for HTTP Accept-Language header. -->
134 <message name="IDS_IOS_ACCEPT_LANGUAGES" use_name_for_id="true"> 134 <message name="IDS_IOS_ACCEPT_LANGUAGES" translateable="false">
135 en-US,en 135 en-US,en
136 </message> 136 </message>
137 137
138 <!-- The default value for |WebPreference::default_encoding|. --> 138 <!-- The default value for |WebPreference::default_encoding|. -->
139 <message name="IDS_IOS_DEFAULT_ENCODING" use_name_for_id="true"> 139 <message name="IDS_IOS_DEFAULT_ENCODING" translateable="false">
140 windows-1252 140 windows-1252
141 </message> 141 </message>
142 142
143 <message name="IDS_IOS_AUTOFILL_ACCNAME_HIDE_KEYBOARD" desc="The accessibl e name for the hide keyboard button in the keyboard accessory shown when filling out forms. [Length: unlimited] [iOS only]"> 143 <message name="IDS_IOS_AUTOFILL_ACCNAME_HIDE_KEYBOARD" desc="The accessibl e name for the hide keyboard button in the keyboard accessory shown when filling out forms. [Length: unlimited] [iOS only]">
144 Hide keyboard 144 Hide keyboard
145 </message> 145 </message>
146 <message name="IDS_IOS_AUTOFILL_ACCNAME_NEXT_FIELD" desc="The accessible n ame for the next field button in the keyboard accessory shown when filling out f orms. [Length: unlimited] [iOS only]"> 146 <message name="IDS_IOS_AUTOFILL_ACCNAME_NEXT_FIELD" desc="The accessible n ame for the next field button in the keyboard accessory shown when filling out f orms. [Length: unlimited] [iOS only]">
147 Next field 147 Next field
148 </message> 148 </message>
149 <message name="IDS_IOS_AUTOFILL_ACCNAME_PREVIOUS_FIELD" desc="The accessib le name for the previous field button in the keyboard accessory shown when filli ng out forms. [Length: unlimited] [iOS only]"> 149 <message name="IDS_IOS_AUTOFILL_ACCNAME_PREVIOUS_FIELD" desc="The accessib le name for the previous field button in the keyboard accessory shown when filli ng out forms. [Length: unlimited] [iOS only]">
(...skipping 22 matching lines...) Expand all
172 </message> 172 </message>
173 <message name="IDS_IOS_LOCATION_USAGE_CANCEL" desc="Title for the alert bu tton to cancel sending location for Omnibox queries [Length: 20em] [iOS only]"> 173 <message name="IDS_IOS_LOCATION_USAGE_CANCEL" desc="Title for the alert bu tton to cancel sending location for Omnibox queries [Length: 20em] [iOS only]">
174 Not Now 174 Not Now
175 </message> 175 </message>
176 <message name="IDS_IOS_VERSION_COPIED" desc="The message displayed when th e version label is tapped (in About settings) [Length: 10em] [iOS only]"> 176 <message name="IDS_IOS_VERSION_COPIED" desc="The message displayed when th e version label is tapped (in About settings) [Length: 10em] [iOS only]">
177 Copied 177 Copied
178 </message> 178 </message>
179 </messages> 179 </messages>
180 </release> 180 </release>
181 </grit> 181 </grit>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698