Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(610)

Side by Side Diff: chrome/app/chromium_strings.grd

Issue 1103293004: Use ICU plural syntax in more place (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments addressed; recently_clo*js dropped Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | chrome/app/generated_resources.grd » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 </message> 645 =1 {A download is currently in progress. Do you want to cancel the downl oad and exit Chromium?}
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."> 646 other {# downloads are currently in progress. Do you want to cancel the downloads and exit Chromium?}}
jungshik at Google 2015/05/01 23:18:51 I put 'cancel the downloads' before 'exit' (the op
647 Downloads are currently in progress. Do you want to exit Chromium and ca ncel the downloads?
648 </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.">
650 Yes, exit Chromium
651 </message> 647 </message>
jungshik at Google 2015/05/01 23:18:51 This string was moved to generated_strings.grd bec
652 648
653 <!-- Quit all apps confirmation dialog --> 649 <!-- Quit all apps confirmation dialog -->
654 <if expr="is_macosx"> 650 <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."> 651 <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. 652 Chromium is in background mode.
657 </message> 653 </message>
658 </if> 654 </if>
659 655
660 <!-- Autolaunch infobar --> 656 <!-- Autolaunch infobar -->
661 <if expr="is_win"> 657 <if expr="is_win">
(...skipping 680 matching lines...) Expand 10 before | Expand all | Expand 10 after
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. 1338 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> 1339 </message>
1344 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen"> 1340 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen">
1345 Chromium OS terms 1341 Chromium OS terms
1346 </message> 1342 </message>
1347 </if> 1343 </if>
1348 1344
1349 </messages> 1345 </messages>
1350 </release> 1346 </release>
1351 </grit> 1347 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | chrome/app/generated_resources.grd » ('J')

Powered by Google App Engine
This is Rietveld 408576698