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

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

Issue 1418653004: [iOS] Support for chrome://version (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comment from blundell Created 5 years, 1 month 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 | « ios/chrome/app/strings/ios_google_chrome_strings.grd ('k') | ios/chrome/browser/DEPS » ('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 <!-- 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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 <file path="resources/ios_strings_te.xtb" lang="te" /> 123 <file path="resources/ios_strings_te.xtb" lang="te" />
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
134 <message name="IDS_IOS_PLATFORM_LABEL" desc="Label for Platform. [Length: unlimited] [iOS only]">
135 Platform
136 </message>
137
133 <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]"> 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]">
134 Suggestions available 139 Suggestions available
135 </message> 140 </message>
136 <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]"> 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]">
137 Hide keyboard 142 Hide keyboard
138 </message> 143 </message>
139 <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]"> 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]">
140 Next field 145 Next field
141 </message> 146 </message>
142 <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]"> 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]">
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 <message name="IDS_IOS_NET_EXPORT_NO_EMAIL_ACCOUNTS_ALERT_TITLE" desc="The title of the alert informing a user with no email accounts that he or she needs to configure an email account to send net-export data. [Length: 20em]"> 182 <message name="IDS_IOS_NET_EXPORT_NO_EMAIL_ACCOUNTS_ALERT_TITLE" desc="The title of the alert informing a user with no email accounts that he or she needs to configure an email account to send net-export data. [Length: 20em]">
178 No Email Accounts 183 No Email Accounts
179 </message> 184 </message>
180 185
181 <message name="IDS_IOS_VERSION_COPIED" desc="The message displayed when th e version label is tapped (in About settings) [Length: 10em] [iOS only]"> 186 <message name="IDS_IOS_VERSION_COPIED" desc="The message displayed when th e version label is tapped (in About settings) [Length: 10em] [iOS only]">
182 Copied 187 Copied
183 </message> 188 </message>
184 </messages> 189 </messages>
185 </release> 190 </release>
186 </grit> 191 </grit>
OLDNEW
« no previous file with comments | « ios/chrome/app/strings/ios_google_chrome_strings.grd ('k') | ios/chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698