| 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 612 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 623 <message name="IDS_PROMPT_MALICIOUS_DOWNLOAD_URL" | 623 <message name="IDS_PROMPT_MALICIOUS_DOWNLOAD_URL" |
| 624 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."> | 624 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."> |
| 625 This file is malicious, and Chromium has blocked it. | 625 This file is malicious, and Chromium has blocked it. |
| 626 </message> | 626 </message> |
| 627 <message name="IDS_PROMPT_MALICIOUS_DOWNLOAD_CONTENT" | 627 <message name="IDS_PROMPT_MALICIOUS_DOWNLOAD_CONTENT" |
| 628 desc="Message shown to the user to validate the download when the downl
oad content is classified to lead to malware by safebrowsing."> | 628 desc="Message shown to the user to validate the download when the downl
oad content is classified to lead to malware by safebrowsing."> |
| 629 <ph name="FILE_NAME">$1<ex>malware.exe</ex></ph> is malicious, and Chrom
ium has blocked it. | 629 <ph name="FILE_NAME">$1<ex>malware.exe</ex></ph> is malicious, and Chrom
ium has blocked it. |
| 630 </message> | 630 </message> |
| 631 | 631 |
| 632 <!-- Remove in-progress downloads confirmation dialog --> | 632 <!-- Remove in-progress downloads confirmation dialog --> |
| 633 <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."> | 633 <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]"> |
| 634 A download is currently in progress. Do you want to exit Chromium and ca
ncel the download? | 634 {NUM_DOWNLOAD, plural, |
| 635 </message> | 635 =1 {A download is currently in progress. Do you want to cancel the downl
oad and exit Chromium?} |
| 636 <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."> | 636 other {# downloads are currently in progress. Do you want to cancel the
downloads and exit Chromium?}} |
| 637 Downloads are currently in progress. Do you want to exit Chromium and ca
ncel the downloads? | |
| 638 </message> | |
| 639 <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."> | |
| 640 Yes, exit Chromium | |
| 641 </message> | 637 </message> |
| 642 | 638 |
| 643 <!-- Quit all apps confirmation dialog --> | 639 <!-- Quit all apps confirmation dialog --> |
| 644 <if expr="is_macosx"> | 640 <if expr="is_macosx"> |
| 645 <message name="IDS_QUIT_WITH_APPS_TITLE" desc="Title for a notification
explaining that Chrome is running in the background."> | 641 <message name="IDS_QUIT_WITH_APPS_TITLE" desc="Title for a notification
explaining that Chrome is running in the background."> |
| 646 Chromium is in background mode. | 642 Chromium is in background mode. |
| 647 </message> | 643 </message> |
| 648 </if> | 644 </if> |
| 649 | 645 |
| 650 <!-- Autolaunch infobar --> | 646 <!-- Autolaunch infobar --> |
| (...skipping 693 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. | 1340 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> | 1341 </message> |
| 1346 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke
n on opening the OOBE EULA screen"> | 1342 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke
n on opening the OOBE EULA screen"> |
| 1347 Chromium OS terms | 1343 Chromium OS terms |
| 1348 </message> | 1344 </message> |
| 1349 </if> | 1345 </if> |
| 1350 | 1346 |
| 1351 </messages> | 1347 </messages> |
| 1352 </release> | 1348 </release> |
| 1353 </grit> | 1349 </grit> |
| OLD | NEW |