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 =1 {A download is currently in progress. Do you want to cancel the downl oad and exit Google Chrome?} | |
569 other {# downloads are currently in progress. Do you want to cancel the downloads and exit Google Chrome?}} | |
568 </message> | 570 </message> |
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."> | 571 <if expr="is_macosx"> |
570 Downloads are currently in progress. Do you want to exit Google Chrome a nd cancel the downloads? | 572 <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]"> |
573 {NUM_DOWNLOAD, plural, | |
574 =1 {Cancel Download and Quit Google Chrome} | |
Peter Kasting
2015/05/01 21:11:29
Here we used to use "Chrome" instead of "Google Ch
jungshik at Google
2015/05/01 22:25:58
I agree with you. Will update.
| |
575 other {Cancel Downloads and Quit Google Chrome}} | |
571 </message> | 576 </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."> | 577 </if> |
573 Yes, exit Chrome | 578 <if expr="not is_macosx"> |
579 <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]"> | |
580 {NUM_DOWNLOAD, plural, | |
581 =1 {Cancel download and exit Google Chrome} | |
582 other {Cancel downloads and exit Google Chrome}} | |
574 </message> | 583 </message> |
584 </if> | |
575 | 585 |
576 <!-- Quit all apps confirmation dialog --> | 586 <!-- Quit all apps confirmation dialog --> |
577 <if expr="is_macosx"> | 587 <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."> | 588 <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. | 589 Google Chrome is in background mode. |
580 </message> | 590 </message> |
581 </if> | 591 </if> |
582 | 592 |
583 <!-- Autolaunch infobar --> | 593 <!-- Autolaunch infobar --> |
584 <if expr="is_win"> | 594 <if expr="is_win"> |
(...skipping 680 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. | 1275 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> | 1276 </message> |
1267 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen"> | 1277 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen"> |
1268 Chrome OS terms | 1278 Chrome OS terms |
1269 </message> | 1279 </message> |
1270 </if> | 1280 </if> |
1271 | 1281 |
1272 </messages> | 1282 </messages> |
1273 </release> | 1283 </release> |
1274 </grit> | 1284 </grit> |
OLD | NEW |