OLD | NEW |
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <!-- This file contains definitions of strings that are distribution specific. | 2 <!-- This file contains definitions of strings that are distribution specific. |
3 These strings will not be translated and only english versions will | 3 These strings will not be translated and only english versions will |
4 be available for now. --> | 4 be available for now. --> |
5 | 5 |
6 <grit base_dir="." latest_public_release="0" current_release="1" | 6 <grit base_dir="." latest_public_release="0" current_release="1" |
7 source_lang_id="en" enc_check="möl"> | 7 source_lang_id="en" enc_check="möl"> |
8 <outputs> | 8 <outputs> |
9 <output filename="grit/chromium_strings.h" type="rc_header"> | 9 <output filename="grit/chromium_strings.h" type="rc_header"> |
10 <emit emit_type='prepend'></emit> | 10 <emit emit_type='prepend'></emit> |
(...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
453 <!-- Crash Recovery Dialog --> | 453 <!-- Crash Recovery Dialog --> |
454 <message name="IDS_CRASH_RECOVERY_TITLE" desc="Title of dialog shown when
the browser crashes."> | 454 <message name="IDS_CRASH_RECOVERY_TITLE" desc="Title of dialog shown when
the browser crashes."> |
455 Chromium | 455 Chromium |
456 </message> | 456 </message> |
457 <if expr="is_win"> | 457 <if expr="is_win"> |
458 <message name="IDS_CRASH_RECOVERY_CONTENT" desc="Text content telling th
e user the browser has crashed."> | 458 <message name="IDS_CRASH_RECOVERY_CONTENT" desc="Text content telling th
e user the browser has crashed."> |
459 Whoa! Chromium has crashed. Relaunch now? | 459 Whoa! Chromium has crashed. Relaunch now? |
460 </message> | 460 </message> |
461 </if> | 461 </if> |
462 <!-- Password generation strings --> | 462 <!-- Password generation strings --> |
463 <message name="IDS_PASSWORD_GENERATION_PROMPT" desc="Autofill dropdown tex
t describing password generation. The text inside |bars| is link text."> | 463 <message name="IDS_PASSWORD_GENERATION_PROMPT" desc="Autofill dropdown tex
t describing password generation. The link text is a separate string in the tran
slation console and appears here as placeholder text."> |
464 Chromium will store this in your |Google saved passwords| and remember i
t the next time you need it. | 464 Chromium will store this in your <ph name="SAVED_PASSWORD_LINK">$1<ex>Go
ogle saved passwords</ex></ph> and remember it the next time you need it. |
| 465 </message> |
| 466 <message name="IDS_PASSWORD_GENERATION_SMART_LOCK_PROMPT" desc="Autofill d
ropdown text describing password generation. Used when we change the branding to
SmartLock. The link text is a separate string in the translation console and a
ppears here as placeholder text."> |
| 467 Chromium will store this with <ph name="SAVED_PASSWORD_LINK">$1<ex>Googl
e Smart Lock for Passwords</ex></ph> and remember it the next time you need it. |
465 </message> | 468 </message> |
466 <message name="IDS_PASSWORD_GENERATION_SUGGESTION" desc="Text shown next t
o a generated password describing it as a suggestion."> | 469 <message name="IDS_PASSWORD_GENERATION_SUGGESTION" desc="Text shown next t
o a generated password describing it as a suggestion."> |
467 Use password generated by Chromium | 470 Use password generated by Chromium |
468 </message> | 471 </message> |
469 <message name="IDS_SAVE_PASSWORD_TITLE_BRAND" desc="The product name used
in the title of the save password bubble."> | 472 <message name="IDS_SAVE_PASSWORD_TITLE_BRAND" desc="The product name used
in the title of the save password bubble."> |
470 Chromium | 473 Chromium |
471 </message> | 474 </message> |
472 <if expr="is_macosx"> | 475 <if expr="is_macosx"> |
473 <message name="IDS_PASSWORDS_PAGE_AUTHENTICATION_PROMPT" desc="Text for
the dialog box that prompts the user for their OS account password before reveal
ing plaintext passwords on the password page."> | 476 <message name="IDS_PASSWORDS_PAGE_AUTHENTICATION_PROMPT" desc="Text for
the dialog box that prompts the user for their OS account password before reveal
ing plaintext passwords on the password page."> |
474 Chromium is trying to show passwords. | 477 Chromium is trying to show passwords. |
(...skipping 869 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1344 Chromium updates automatically so you always have the freshest version
. When this download completes, Chromium will restart and you'll be on your way. | 1347 Chromium updates automatically so you always have the freshest version
. When this download completes, Chromium will restart and you'll be on your way. |
1345 </message> | 1348 </message> |
1346 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke
n on opening the OOBE EULA screen"> | 1349 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke
n on opening the OOBE EULA screen"> |
1347 Chromium OS terms | 1350 Chromium OS terms |
1348 </message> | 1351 </message> |
1349 </if> | 1352 </if> |
1350 | 1353 |
1351 </messages> | 1354 </messages> |
1352 </release> | 1355 </release> |
1353 </grit> | 1356 </grit> |
OLD | NEW |