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

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

Issue 9969193: Change the "close Chrome with downloads in progress" dialog to resemble kenmoore's mock (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 8 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 | Annotate | Revision Log
« 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 575 matching lines...) Expand 10 before | Expand all | Expand 10 after
586 Chromium does not include the PDF viewer which is required for Print Pre view to function. 586 Chromium does not include the PDF viewer which is required for Print Pre view to function.
587 </message> 587 </message>
588 588
589 <!-- Download Shelf Items --> 589 <!-- Download Shelf Items -->
590 <message name="IDS_DOWNLOAD_STATUS_CRX_INSTALL_RUNNING" 590 <message name="IDS_DOWNLOAD_STATUS_CRX_INSTALL_RUNNING"
591 desc="Message shown when a CRX has been downloaded and is being u npacked."> 591 desc="Message shown when a CRX has been downloaded and is being u npacked.">
592 Adding to Chromium... 592 Adding to Chromium...
593 </message> 593 </message>
594 594
595 <!-- Remove in-progress downloads confirmation dialog --> 595 <!-- Remove in-progress downloads confirmation dialog -->
596 <message name="IDS_SINGLE_DOWNLOAD_REMOVE_CONFIRM_WARNING" desc="Title of the dialog asking for user confirmation to close the browser when one download i s in-progress."> 596 <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.">
597 Do you want to exit Chromium with a download in progress? 597 A download is currently in progress. Do you want to exit Chromium and ca ncel the download?
598 </message> 598 </message>
599 <message name="IDS_MULTIPLE_DOWNLOADS_REMOVE_CONFIRM_WARNING" desc="Title of the dialog asking for user confirmation to close the browser when multiple do wnloads are in-progress."> 599 <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.">
600 Do you want to exit Chromium with <ph name="DOWNLOAD_COUNT">$1<ex>3</ex> </ph> downloads in progress? 600 Downloads are currently in progress. Do you want to exit Chromium and ca ncel the downloads?
601 </message> 601 </message>
602 <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."> 602 <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.">
603 If you close Chromium now, this download will be canceled. 603 Yes, exit Chromium
604 </message>
605 <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.">
606 If you close Chromium now, these downloads will be canceled.
607 </message> 604 </message>
608 605
609 <!-- "Create application shortcuts" dialog --> 606 <!-- "Create application shortcuts" dialog -->
610 <if expr="is_posix and not is_macosx"> 607 <if expr="is_posix and not is_macosx">
611 <message name="IDS_CREATE_SHORTCUTS_ERROR_LABEL" desc="Contents of the m ain label in the error dialog box when creating an application shortcut failed." > 608 <message name="IDS_CREATE_SHORTCUTS_ERROR_LABEL" desc="Contents of the m ain label in the error dialog box when creating an application shortcut failed." >
612 Chromium cannot create an application shortcut because it cannot deter mine the current desktop environment. 609 Chromium cannot create an application shortcut because it cannot deter mine the current desktop environment.
613 </message> 610 </message>
614 </if> 611 </if>
615 612
616 <!-- Autolaunch infobar --> 613 <!-- Autolaunch infobar -->
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
783 Chromium Autofill settings 780 Chromium Autofill settings
784 </message> 781 </message>
785 782
786 <!-- Web Intents --> 783 <!-- Web Intents -->
787 <message name="IDS_INTENT_PICKER_INSTALL_EXTENSION" desc="Text on the butt on in the web intent picker that installs an extension then uses the extension a s an intent service."> 784 <message name="IDS_INTENT_PICKER_INSTALL_EXTENSION" desc="Text on the butt on in the web intent picker that installs an extension then uses the extension a s an intent service.">
788 Add to Chromium 785 Add to Chromium
789 </message> 786 </message>
790 </messages> 787 </messages>
791 </release> 788 </release>
792 </grit> 789 </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