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

Side by Side Diff: chrome/app/google_chrome_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 | « chrome/app/generated_resources.grd ('k') | chrome/browser/about_flags.cc » ('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 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 557 matching lines...) Expand 10 before | Expand all | Expand 10 after
568 <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."> 568 <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.">
569 A download is currently in progress. Do you want to exit Google Chrome a nd cancel the download? 569 A download is currently in progress. Do you want to exit Google Chrome a nd cancel the download?
570 </message> 570 </message>
571 <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 <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.">
572 Downloads are currently in progress. Do you want to exit Google Chrome a nd cancel the downloads? 572 Downloads are currently in progress. Do you want to exit Google Chrome a nd cancel the downloads?
573 </message> 573 </message>
574 <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."> 574 <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.">
575 Yes, exit Chrome 575 Yes, exit Chrome
576 </message> 576 </message>
577 577
578 <!-- Quit all apps confirmation dialog -->
579 <if expr="is_macosx">
580 <message name="IDS_QUIT_WITH_APPS_TITLE" desc="Title for a notification explaining that Chrome is running in the background.">
581 Google Chrome is running in the background.
582 </message>
583 </if>
584
578 <!-- Autolaunch infobar --> 585 <!-- Autolaunch infobar -->
579 <message name="IDS_AUTO_LAUNCH_INFOBAR_TEXT" desc="The text to show in the infobar when Chrome was automatically launched on startup"> 586 <message name="IDS_AUTO_LAUNCH_INFOBAR_TEXT" desc="The text to show in the infobar when Chrome was automatically launched on startup">
580 Google Chrome is configured to automatically launch when you start your computer. 587 Google Chrome is configured to automatically launch when you start your computer.
581 </message> 588 </message>
582 589
583 <!-- about:flags --> 590 <!-- about:flags -->
584 <if expr="not chromeos"> 591 <if expr="not chromeos">
585 <message name="IDS_FLAGS_RELAUNCH_NOTICE" desc="Notifies the user that h e needs to relaunch Chrome. Shown next to a button that says 'Relaunch Now'."> 592 <message name="IDS_FLAGS_RELAUNCH_NOTICE" desc="Notifies the user that h e needs to relaunch Chrome. Shown next to a button that says 'Relaunch Now'.">
586 Your changes will take effect the next time you relaunch Google Chrome . 593 Your changes will take effect the next time you relaunch Google Chrome .
587 </message> 594 </message>
(...skipping 533 matching lines...) Expand 10 before | Expand all | Expand 10 after
1121 <message name="IDS_NEW_TAB_OTR_EXTENSIONS_MESSAGE" 1128 <message name="IDS_NEW_TAB_OTR_EXTENSIONS_MESSAGE"
1122 desc="Explanation in a new OTR window that extensions have been disabled while in OTR."> 1129 desc="Explanation in a new OTR window that extensions have been disabled while in OTR.">
1123 Because Google Chrome does not control how extensions handle your pers onal data, all extensions have been disabled for incognito windows. You can reen able them individually in the 1130 Because Google Chrome does not control how extensions handle your pers onal data, all extensions have been disabled for incognito windows. You can reen able them individually in the
1124 <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>. 1131 <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>.
1125 </message> 1132 </message>
1126 </if> 1133 </if>
1127 1134
1128 </messages> 1135 </messages>
1129 </release> 1136 </release>
1130 </grit> 1137 </grit>
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698