OLD | NEW |
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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 | 133 |
134 <message name="IDS_IOS_PLATFORM_LABEL" desc="Label for Platform. [Length:
unlimited] [iOS only]"> | 134 <message name="IDS_IOS_PLATFORM_LABEL" desc="Label for Platform. [Length:
unlimited] [iOS only]"> |
135 Platform | 135 Platform |
136 </message> | 136 </message> |
137 | 137 |
138 <message name="IDS_IOS_AUTOFILL_ACCNAME_SUGGESTIONS_AVAILABLE" desc="The d
escription of the event provided when an accessibility notification is posted up
on showing form suggestions. [Length: unlimited] [iOS only]"> | |
139 Suggestions available | |
140 </message> | |
141 <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]"> | 138 <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]"> |
142 Hide keyboard | 139 Hide keyboard |
143 </message> | 140 </message> |
144 <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]"> | 141 <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]"> |
145 Next field | 142 Next field |
146 </message> | 143 </message> |
147 <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]"> | 144 <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]"> |
148 Previous field | 145 Previous field |
149 </message> | 146 </message> |
150 <message name="IDS_IOS_AUTOFILL_ACCNAME_SUGGESTION" desc="The accessible d
escription of a suggestion shown in the Autofill keyboard acessory. [Length: unl
imited] [iOS only]"> | 147 <message name="IDS_IOS_AUTOFILL_ACCNAME_SUGGESTION" desc="The accessible d
escription of a suggestion shown in the Autofill keyboard acessory. [Length: unl
imited] [iOS only]"> |
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
303 <!-- Accessibility labels --> | 300 <!-- Accessibility labels --> |
304 <message name="IDS_IOS_ACCNAME_CLEAR_TEXT" desc="The accessibility label f
or the clear text button in the location bar [Length: unlimited]."> | 301 <message name="IDS_IOS_ACCNAME_CLEAR_TEXT" desc="The accessibility label f
or the clear text button in the location bar [Length: unlimited]."> |
305 Clear Text | 302 Clear Text |
306 </message> | 303 </message> |
307 <message name="IDS_IOS_ACCNAME_VOICE_SEARCH" desc="The accessibility label
for the voice search button in the location bar [Length: unlimited]"> | 304 <message name="IDS_IOS_ACCNAME_VOICE_SEARCH" desc="The accessibility label
for the voice search button in the location bar [Length: unlimited]"> |
308 Voice Search | 305 Voice Search |
309 </message> | 306 </message> |
310 </messages> | 307 </messages> |
311 </release> | 308 </release> |
312 </grit> | 309 </grit> |
OLD | NEW |