Chromium Code Reviews| 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 622 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 633 <message name="IDS_PROMPT_MALICIOUS_DOWNLOAD_URL" | 633 <message name="IDS_PROMPT_MALICIOUS_DOWNLOAD_URL" |
| 634 desc="Message shown to the user to validate the download when the downl oad url is classified to lead to malware by the safebrowsing database."> | 634 desc="Message shown to the user to validate the download when the downl oad url is classified to lead to malware by the safebrowsing database."> |
| 635 This file is malicious, and Chromium has blocked it. | 635 This file is malicious, and Chromium has blocked it. |
| 636 </message> | 636 </message> |
| 637 <message name="IDS_PROMPT_MALICIOUS_DOWNLOAD_CONTENT" | 637 <message name="IDS_PROMPT_MALICIOUS_DOWNLOAD_CONTENT" |
| 638 desc="Message shown to the user to validate the download when the downl oad content is classified to lead to malware by safebrowsing."> | 638 desc="Message shown to the user to validate the download when the downl oad content is classified to lead to malware by safebrowsing."> |
| 639 <ph name="FILE_NAME">$1<ex>malware.exe</ex></ph> is malicious, and Chrom ium has blocked it. | 639 <ph name="FILE_NAME">$1<ex>malware.exe</ex></ph> is malicious, and Chrom ium has blocked it. |
| 640 </message> | 640 </message> |
| 641 | 641 |
| 642 <!-- Remove in-progress downloads confirmation dialog --> | 642 <!-- Remove in-progress downloads confirmation dialog --> |
| 643 <message name="IDS_SINGLE_DOWNLOAD_REMOVE_CONFIRM_EXPLANATION" desc="Expla nation of the dialog asking for user confirmation to close the browser when one download is in progress."> | 643 <message name="IDS_DOWNLOAD_REMOVE_CONFIRM_EXPLANATION" desc="Explanation of the dialog asking for user confirmation to close the browser when one or more downloads are in progress. [ICU Syntax]"> |
| 644 A download is currently in progress. Do you want to exit Chromium and ca ncel the download? | 644 {NUM_DOWNLOAD, plural, |
| 645 =1 {A download is currently in progress. Do you want to cancel the downl oad and exit Chromium?} | |
| 646 other {# downloads are currently in progress. Do you want to cancel the downloads and exit Chromium?}} | |
| 645 </message> | 647 </message> |
| 646 <message name="IDS_MULTIPLE_DOWNLOADS_REMOVE_CONFIRM_EXPLANATION" desc="Ex planation of the dialog asking for user confirmation to close the browser when m ultiple downloads are in progress."> | 648 <if expr="is_macosx"> |
| 647 Downloads are currently in progress. Do you want to exit Chromium and ca ncel the downloads? | 649 <message name="IDS_DOWNLOAD_REMOVE_CONFIRM_OK_BUTTON_LABEL" desc="In Title Case: Button text for OKing to and close the browser when one or more downloads are in progress. If necessary, add '#' for plural cases. [ICU Syntax]"> |
|
Peter Kasting
2015/05/01 21:11:28
Nit: I think you mean "...for canceling the downlo
jungshik at Google
2015/05/01 22:25:58
Ick. Copy'n'paste .... Thanks
| |
| 650 {NUM_DOWNLOAD, plural, | |
| 651 =1 {Cancel Download and Quit Chromium} | |
|
Peter Kasting
2015/05/01 21:11:28
These more verbose strings are descriptive, but I'
shrike
2015/05/01 21:51:40
Sorry, and will do.
jungshik at Google
2015/05/01 22:25:58
A good catch. I was worried about it and meant to
| |
| 652 other {Cancel Downloads and Quit Chromium}} | |
| 648 </message> | 653 </message> |
| 649 <message name="IDS_DOWNLOAD_REMOVE_CONFIRM_OK_BUTTON_LABEL" desc="Button t ext for OKing to close the browser when one or more downloads are in progress."> | 654 </if> |
| 650 Yes, exit Chromium | 655 <if expr="not is_macosx"> |
| 656 <message name="IDS_DOWNLOAD_REMOVE_CONFIRM_OK_BUTTON_LABEL" desc="Button t ext for OKing to and close the browser when one or more downloads are in progres s. If necessary, add '#' for plural cases. [ICU Syntax]"> | |
| 657 {NUM_DOWNLOAD, plural, | |
| 658 =1 {Cancel download and exit Chromium} | |
| 659 other {Cancel downloads and exit Chromium}} | |
| 651 </message> | 660 </message> |
| 661 </if> | |
| 652 | 662 |
| 653 <!-- Quit all apps confirmation dialog --> | 663 <!-- Quit all apps confirmation dialog --> |
| 654 <if expr="is_macosx"> | 664 <if expr="is_macosx"> |
| 655 <message name="IDS_QUIT_WITH_APPS_TITLE" desc="Title for a notification explaining that Chrome is running in the background."> | 665 <message name="IDS_QUIT_WITH_APPS_TITLE" desc="Title for a notification explaining that Chrome is running in the background."> |
| 656 Chromium is in background mode. | 666 Chromium is in background mode. |
| 657 </message> | 667 </message> |
| 658 </if> | 668 </if> |
| 659 | 669 |
| 660 <!-- Autolaunch infobar --> | 670 <!-- Autolaunch infobar --> |
| 661 <if expr="is_win"> | 671 <if expr="is_win"> |
| (...skipping 680 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1342 Chromium updates automatically so you always have the freshest version . When this download completes, Chromium will restart and you'll be on your way. | 1352 Chromium updates automatically so you always have the freshest version . When this download completes, Chromium will restart and you'll be on your way. |
| 1343 </message> | 1353 </message> |
| 1344 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen"> | 1354 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen"> |
| 1345 Chromium OS terms | 1355 Chromium OS terms |
| 1346 </message> | 1356 </message> |
| 1347 </if> | 1357 </if> |
| 1348 | 1358 |
| 1349 </messages> | 1359 </messages> |
| 1350 </release> | 1360 </release> |
| 1351 </grit> | 1361 </grit> |
| OLD | NEW |