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 449 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
460 <message name="IDS_CRASH_RECOVERY_TITLE" desc="Title of dialog shown when the browser crashes."> | 460 <message name="IDS_CRASH_RECOVERY_TITLE" desc="Title of dialog shown when the browser crashes."> |
461 Chromium | 461 Chromium |
462 </message> | 462 </message> |
463 <if expr="is_win"> | 463 <if expr="is_win"> |
464 <message name="IDS_CRASH_RECOVERY_CONTENT" desc="Text content telling th e user the browser has crashed."> | 464 <message name="IDS_CRASH_RECOVERY_CONTENT" desc="Text content telling th e user the browser has crashed."> |
465 Whoa! Chromium has crashed. Relaunch now? | 465 Whoa! Chromium has crashed. Relaunch now? |
466 </message> | 466 </message> |
467 </if> | 467 </if> |
468 <!-- Password generation strings --> | 468 <!-- Password generation strings --> |
469 <message name="IDS_PASSWORD_GENERATION_PROMPT" desc="Autofill dropdown tex t describing password generation. The text inside |bars| is link text."> | 469 <message name="IDS_PASSWORD_GENERATION_PROMPT" desc="Autofill dropdown tex t describing password generation. The text inside |bars| is link text."> |
470 Chromium will store this in your |Google saved passwords| and autofill i t for you so you don't have to remember it yourself. | 470 Chromium will store this in your |Google saved passwords| and remember i t for the next time you need it. |
dconnelly
2014/10/22 09:36:38
remove "for"
Garrett Casto
2014/10/22 17:46:27
Done.
| |
471 </message> | 471 </message> |
472 <message name="IDS_PASSWORD_GENERATION_SUGGESTION" desc="Text shown next t o a generated password describing it as a suggestion."> | 472 <message name="IDS_PASSWORD_GENERATION_SUGGESTION" desc="Text shown next t o a generated password describing it as a suggestion."> |
473 Use password generated by Chromium | 473 Use password generated by Chromium |
474 </message> | 474 </message> |
475 <if expr="not is_android"> | 475 <if expr="not is_android"> |
476 <message name="IDS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT" desc="Info bar message to save a password"> | 476 <message name="IDS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT" desc="Info bar message to save a password"> |
477 Do you want Chromium to save your password? | 477 Do you want Chromium to save your password? |
478 </message> | 478 </message> |
479 </if> | 479 </if> |
480 <if expr="is_android"> | 480 <if expr="is_android"> |
(...skipping 851 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1332 Chromium updates automatically so you always have the freshest version . When this download completes, Chromium will restart and you'll be on your way. | 1332 Chromium updates automatically so you always have the freshest version . When this download completes, Chromium will restart and you'll be on your way. |
1333 </message> | 1333 </message> |
1334 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen"> | 1334 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen"> |
1335 Chromium OS terms | 1335 Chromium OS terms |
1336 </message> | 1336 </message> |
1337 </if> | 1337 </if> |
1338 | 1338 |
1339 </messages> | 1339 </messages> |
1340 </release> | 1340 </release> |
1341 </grit> | 1341 </grit> |
OLD | NEW |