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 535 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
546 <message name="IDS_PROMPT_MALICIOUS_DOWNLOAD_URL" | 546 <message name="IDS_PROMPT_MALICIOUS_DOWNLOAD_URL" |
547 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."> | 547 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."> |
548 This file is malicious, and Chrome has blocked it. | 548 This file is malicious, and Chrome has blocked it. |
549 </message> | 549 </message> |
550 <message name="IDS_PROMPT_MALICIOUS_DOWNLOAD_CONTENT" | 550 <message name="IDS_PROMPT_MALICIOUS_DOWNLOAD_CONTENT" |
551 desc="Message shown to the user to validate the download when the downl
oad content is classified to lead to malware by safebrowsing."> | 551 desc="Message shown to the user to validate the download when the downl
oad content is classified to lead to malware by safebrowsing."> |
552 <ph name="FILE_NAME">$1<ex>malware.exe</ex></ph> is malicious, and Chrom
e has blocked it. | 552 <ph name="FILE_NAME">$1<ex>malware.exe</ex></ph> is malicious, and Chrom
e has blocked it. |
553 </message> | 553 </message> |
554 | 554 |
555 <!-- Remove in-progress downloads confirmation dialog --> | 555 <!-- Remove in-progress downloads confirmation dialog --> |
556 <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."> | 556 <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]"> |
557 A download is currently in progress. Do you want to exit Google Chrome a
nd cancel the download? | 557 {NUM_DOWNLOAD, plural, |
558 </message> | 558 =1 {A download is currently in progress. Do you want to cancel the downl
oad and exit Google Chrome?} |
559 <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."> | 559 other {# downloads are currently in progress. Do you want to cancel the
downloads and exit Google Chrome?}} |
560 Downloads are currently in progress. Do you want to exit Google Chrome a
nd cancel the downloads? | |
561 </message> | |
562 <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."> | |
563 Yes, exit Chrome | |
564 </message> | 560 </message> |
565 | 561 |
566 <!-- Quit all apps confirmation dialog --> | 562 <!-- Quit all apps confirmation dialog --> |
567 <if expr="is_macosx"> | 563 <if expr="is_macosx"> |
568 <message name="IDS_QUIT_WITH_APPS_TITLE" desc="Title for a notification
explaining that Chrome is running in the background."> | 564 <message name="IDS_QUIT_WITH_APPS_TITLE" desc="Title for a notification
explaining that Chrome is running in the background."> |
569 Google Chrome is in background mode. | 565 Google Chrome is in background mode. |
570 </message> | 566 </message> |
571 </if> | 567 </if> |
572 | 568 |
573 <!-- Autolaunch infobar --> | 569 <!-- Autolaunch infobar --> |
(...skipping 693 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1267 Chrome updates automatically so you always have the freshest version.
When this download completes, Chrome will restart and you'll be on your way. | 1263 Chrome updates automatically so you always have the freshest version.
When this download completes, Chrome will restart and you'll be on your way. |
1268 </message> | 1264 </message> |
1269 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke
n on opening the OOBE EULA screen"> | 1265 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke
n on opening the OOBE EULA screen"> |
1270 Chrome OS terms | 1266 Chrome OS terms |
1271 </message> | 1267 </message> |
1272 </if> | 1268 </if> |
1273 | 1269 |
1274 </messages> | 1270 </messages> |
1275 </release> | 1271 </release> |
1276 </grit> | 1272 </grit> |
OLD | NEW |