| 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 specific to | 2 <!-- This file contains definitions of strings that are specific to |
| 3 Google Chrome. These strings will be translated for each locale that Google | 3 Google Chrome. These strings will be translated for each locale that Google |
| 4 Chrome supports. --> | 4 Chrome supports. --> |
| 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/google_chrome_strings.h" type="rc_header"> | 9 <output filename="grit/google_chrome_strings.h" type="rc_header"> |
| 10 <emit emit_type='prepend'></emit> | 10 <emit emit_type='prepend'></emit> |
| (...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 556 <message name="IDS_PROMPT_MALICIOUS_DOWNLOAD_URL" | 556 <message name="IDS_PROMPT_MALICIOUS_DOWNLOAD_URL" |
| 557 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."> | 557 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."> |
| 558 This file is malicious, and Chrome has blocked it. | 558 This file is malicious, and Chrome has blocked it. |
| 559 </message> | 559 </message> |
| 560 <message name="IDS_PROMPT_MALICIOUS_DOWNLOAD_CONTENT" | 560 <message name="IDS_PROMPT_MALICIOUS_DOWNLOAD_CONTENT" |
| 561 desc="Message shown to the user to validate the download when the downl
oad content is classified to lead to malware by safebrowsing."> | 561 desc="Message shown to the user to validate the download when the downl
oad content is classified to lead to malware by safebrowsing."> |
| 562 <ph name="FILE_NAME">$1<ex>malware.exe</ex></ph> is malicious, and Chrom
e has blocked it. | 562 <ph name="FILE_NAME">$1<ex>malware.exe</ex></ph> is malicious, and Chrom
e has blocked it. |
| 563 </message> | 563 </message> |
| 564 | 564 |
| 565 <!-- Remove in-progress downloads confirmation dialog --> | 565 <!-- Remove in-progress downloads confirmation dialog --> |
| 566 <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."> | 566 <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]"> |
| 567 A download is currently in progress. Do you want to exit Google Chrome a
nd cancel the download? | 567 {NUM_DOWNLOAD, plural, |
| 568 </message> | 568 =1 {A download is currently in progress. Do you want to cancel the downl
oad and exit Google Chrome?} |
| 569 <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."> | 569 other {# downloads are currently in progress. Do you want to cancel the
downloads and exit Google Chrome?}} |
| 570 Downloads are currently in progress. Do you want to exit Google Chrome a
nd cancel the downloads? | |
| 571 </message> | |
| 572 <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."> | |
| 573 Yes, exit Chrome | |
| 574 </message> | 570 </message> |
| 575 | 571 |
| 576 <!-- Quit all apps confirmation dialog --> | 572 <!-- Quit all apps confirmation dialog --> |
| 577 <if expr="is_macosx"> | 573 <if expr="is_macosx"> |
| 578 <message name="IDS_QUIT_WITH_APPS_TITLE" desc="Title for a notification
explaining that Chrome is running in the background."> | 574 <message name="IDS_QUIT_WITH_APPS_TITLE" desc="Title for a notification
explaining that Chrome is running in the background."> |
| 579 Google Chrome is in background mode. | 575 Google Chrome is in background mode. |
| 580 </message> | 576 </message> |
| 581 </if> | 577 </if> |
| 582 | 578 |
| 583 <!-- Autolaunch infobar --> | 579 <!-- Autolaunch infobar --> |
| (...skipping 681 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1265 Chrome updates automatically so you always have the freshest version.
When this download completes, Chrome will restart and you'll be on your way. | 1261 Chrome updates automatically so you always have the freshest version.
When this download completes, Chrome will restart and you'll be on your way. |
| 1266 </message> | 1262 </message> |
| 1267 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke
n on opening the OOBE EULA screen"> | 1263 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke
n on opening the OOBE EULA screen"> |
| 1268 Chrome OS terms | 1264 Chrome OS terms |
| 1269 </message> | 1265 </message> |
| 1270 </if> | 1266 </if> |
| 1271 | 1267 |
| 1272 </messages> | 1268 </messages> |
| 1273 </release> | 1269 </release> |
| 1274 </grit> | 1270 </grit> |
| OLD | NEW |