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

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

Issue 220373003: Prevent Chrome from quitting when apps are open. (Mac) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync and rebase Created 6 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 | Annotate | Revision Log
« no previous file with comments | « apps/app_window_registry.cc ('k') | chrome/app/generated_resources.grd » ('j') | no next file with comments »
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 633 matching lines...) Expand 10 before | Expand all | Expand 10 after
644 <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."> 644 <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.">
645 A download is currently in progress. Do you want to exit Chromium and ca ncel the download? 645 A download is currently in progress. Do you want to exit Chromium and ca ncel the download?
646 </message> 646 </message>
647 <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."> 647 <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.">
648 Downloads are currently in progress. Do you want to exit Chromium and ca ncel the downloads? 648 Downloads are currently in progress. Do you want to exit Chromium and ca ncel the downloads?
649 </message> 649 </message>
650 <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 <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.">
651 Yes, exit Chromium 651 Yes, exit Chromium
652 </message> 652 </message>
653 653
654 <!-- Quit all apps confirmation dialog -->
655 <if expr="is_macosx">
656 <message name="IDS_QUIT_WITH_APPS_TITLE" desc="Title for a notification explaining that Chrome is running in the background.">
657 Chromium is running in the background.
658 </message>
659 </if>
660
654 <!-- Autolaunch infobar --> 661 <!-- Autolaunch infobar -->
655 <message name="IDS_AUTO_LAUNCH_INFOBAR_TEXT" desc="The text to show in the infobar when Chromium was automatically launched on startup"> 662 <message name="IDS_AUTO_LAUNCH_INFOBAR_TEXT" desc="The text to show in the infobar when Chromium was automatically launched on startup">
656 Chromium is configured to automatically launch when you start your compu ter. 663 Chromium is configured to automatically launch when you start your compu ter.
657 </message> 664 </message>
658 665
659 <!-- about:flags --> 666 <!-- about:flags -->
660 <if expr="not chromeos"> 667 <if expr="not chromeos">
661 <message name="IDS_FLAGS_RELAUNCH_NOTICE" desc="Notifies the user that h e needs to relaunch Chromium. Shown next to a button that says 'Relaunch Now'."> 668 <message name="IDS_FLAGS_RELAUNCH_NOTICE" desc="Notifies the user that h e needs to relaunch Chromium. Shown next to a button that says 'Relaunch Now'.">
662 Your changes will take effect the next time you relaunch Chromium. 669 Your changes will take effect the next time you relaunch Chromium.
663 </message> 670 </message>
(...skipping 533 matching lines...) Expand 10 before | Expand all | Expand 10 after
1197 <message name="IDS_NEW_TAB_OTR_EXTENSIONS_MESSAGE" 1204 <message name="IDS_NEW_TAB_OTR_EXTENSIONS_MESSAGE"
1198 desc="Explanation in a new OTR window that extensions have been disabled while in OTR."> 1205 desc="Explanation in a new OTR window that extensions have been disabled while in OTR.">
1199 Because Chromium does not control how extensions handle your personal data, all extensions have been disabled for incognito windows. You can reenable them individually in the 1206 Because Chromium does not control how extensions handle your personal data, all extensions have been disabled for incognito windows. You can reenable them individually in the
1200 <ph name="BEGIN_LINK">&lt;a href="$1"&gt;</ph>extensions manager<ph na me="END_LINK">&lt;/a&gt;<ex>&lt;/a&gt;</ex></ph>. 1207 <ph name="BEGIN_LINK">&lt;a href="$1"&gt;</ph>extensions manager<ph na me="END_LINK">&lt;/a&gt;<ex>&lt;/a&gt;</ex></ph>.
1201 </message> 1208 </message>
1202 </if> 1209 </if>
1203 1210
1204 </messages> 1211 </messages>
1205 </release> 1212 </release>
1206 </grit> 1213 </grit>
OLDNEW
« no previous file with comments | « apps/app_window_registry.cc ('k') | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698