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 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
226 <message name="IDS_IOS_GENERATE_PASSWORD_LABEL" desc="Input accessory view
label to generate a password. [Length: 20em] [iOS only]"> | 226 <message name="IDS_IOS_GENERATE_PASSWORD_LABEL" desc="Input accessory view
label to generate a password. [Length: 20em] [iOS only]"> |
227 Generate Password | 227 Generate Password |
228 </message> | 228 </message> |
229 <message name="IDS_IOS_GENERATED_PASSWORD_PROMPT_DESCRIPTION" desc="The ex
planation text for the generated password prompt. [iOS only]"> | 229 <message name="IDS_IOS_GENERATED_PASSWORD_PROMPT_DESCRIPTION" desc="The ex
planation text for the generated password prompt. [iOS only]"> |
230 Chrome will store this in your <ph name="BEGIN_LINK">BEGIN_LINK</ph>Goog
le saved passwords<ph name="END_LINK">END_LINK</ph> and autofill it for you so y
ou don't have to remember it yourself. | 230 Chrome will store this in your <ph name="BEGIN_LINK">BEGIN_LINK</ph>Goog
le saved passwords<ph name="END_LINK">END_LINK</ph> and autofill it for you so y
ou don't have to remember it yourself. |
231 </message> | 231 </message> |
232 <message name="IDS_IOS_GENERATED_PASSWORD_PROMPT_TITLE" desc="The text of
the button that accepts the generated password. [Length: 20em] [iOS only]"> | 232 <message name="IDS_IOS_GENERATED_PASSWORD_PROMPT_TITLE" desc="The text of
the button that accepts the generated password. [Length: 20em] [iOS only]"> |
233 Password Generated by Chrome | 233 Password Generated by Chrome |
234 </message> | 234 </message> |
235 | 235 |
236 <!-- Safe Browsing --> | |
237 <!-- - shared strings --> | 236 <!-- - shared strings --> |
238 <message name="IDS_IOS_INTERSTITIAL_HEADING_SPOOFING_ATTEMPT_ERROR" desc="
Header error message to tell user that the requested URI might be misleading [Le
ngth: 20em]"> | |
239 Warning: Something's Not Right Here! | |
240 </message> | |
241 <message name="IDS_IOS_INTERSTITIAL_SUMMARY_SPOOFING_ATTEMPT_ERROR" desc="
Summary error message to tell user that the requested URI might be misleading [L
ength: unlimited]"> | |
242 Chrome is unable to verify that the URL for this site is correct. | |
243 </message> | |
244 <message name="IDS_IOS_INTERSTITIAL_DETAILS_SPOOFING_ATTEMPT_ERROR" desc="
Details error message to tell user that the requested URI might be misleading [L
ength: unlimited]"> | |
245 The site you are trying to access is acting strangely, and Chrome is una
ble to verify that its URL is correct. For security reasons, you should not proc
eed, and perhaps try again tomorrow or go somewhere else. | |
246 </message> | |
247 | |
248 <message name="IDS_IOS_UPGRADE_AVAILABLE_BUTTON" desc="Displayed on a butt
on the user can use to upgrade the a more recent version of the application. [Le
ngth: 10em]"> | 237 <message name="IDS_IOS_UPGRADE_AVAILABLE_BUTTON" desc="Displayed on a butt
on the user can use to upgrade the a more recent version of the application. [Le
ngth: 10em]"> |
249 Update | 238 Update |
250 </message> | 239 </message> |
251 | 240 |
252 <!-- Accessibility labels --> | 241 <!-- Accessibility labels --> |
253 <message name="IDS_IOS_ACCNAME_CLEAR_TEXT" desc="The accessibility label f
or the clear text button in the location bar [Length: unlimited]."> | 242 <message name="IDS_IOS_ACCNAME_CLEAR_TEXT" desc="The accessibility label f
or the clear text button in the location bar [Length: unlimited]."> |
254 Clear Text | 243 Clear Text |
255 </message> | 244 </message> |
256 <message name="IDS_IOS_ACCNAME_VOICE_SEARCH" desc="The accessibility label
for the voice search button in the location bar [Length: unlimited]"> | 245 <message name="IDS_IOS_ACCNAME_VOICE_SEARCH" desc="The accessibility label
for the voice search button in the location bar [Length: unlimited]"> |
257 Voice Search | 246 Voice Search |
258 </message> | 247 </message> |
259 | 248 |
260 <!-- The URL for Google Chrome privacy policy. --> | 249 <!-- The URL for Google Chrome privacy policy. --> |
261 <message name="IDS_IOS_PRIVACY_POLICY_URL" translateable="false"> | 250 <message name="IDS_IOS_PRIVACY_POLICY_URL" translateable="false"> |
262 http://www.google.com/intl/[GRITLANGCODE]/chrome/browser/privacy/ | 251 http://www.google.com/intl/[GRITLANGCODE]/chrome/browser/privacy/ |
263 </message> | 252 </message> |
264 | 253 |
265 </messages> | 254 </messages> |
266 </release> | 255 </release> |
267 </grit> | 256 </grit> |
OLD | NEW |