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

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

Issue 7064009: Remove confirmation dialog from BackgroundModeManager. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 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/chromium_strings.grd ('k') | chrome/browser/background_mode_manager.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 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 </message> 348 </message>
349 </if> 349 </if>
350 <if expr="not pp_ifdef('use_titlecase')"> 350 <if expr="not pp_ifdef('use_titlecase')">
351 <message name="IDS_STATUS_TRAY_KEEP_CHROME_RUNNING_IN_BACKGROUND" desc=" The checkbox in the status tray context menu that controls whether chrome keeps running in the background after the last window is closed"> 351 <message name="IDS_STATUS_TRAY_KEEP_CHROME_RUNNING_IN_BACKGROUND" desc=" The checkbox in the status tray context menu that controls whether chrome keeps running in the background after the last window is closed">
352 Let Google Chrome run in the background 352 Let Google Chrome run in the background
353 </message> 353 </message>
354 </if> 354 </if>
355 <message name="IDS_OPTIONS_BACKGROUND_ENABLE_BACKGROUND_MODE" desc="The la bel of the check-box that enables background mode"> 355 <message name="IDS_OPTIONS_BACKGROUND_ENABLE_BACKGROUND_MODE" desc="The la bel of the check-box that enables background mode">
356 Continue running background apps when Google Chrome is closed 356 Continue running background apps when Google Chrome is closed
357 </message> 357 </message>
358 <message name="IDS_CONFIRM_EXIT_BACKGROUND_MODE_BODY" desc="Confirmation d isplayed when disabling background mode via the status tray context menu when th ere are no windows open">
359 Are you sure you want to quit Google Chrome? (This setting can be toggle d in <ph name="ADVANCED_OPTIONS_TAB_TITLE">$1<ex>Options - Under the Hood</ex></ ph>)
360 </message>
361 <message name="IDS_CANT_WRITE_USER_DIRECTORY_SUMMARY" desc="Summary of pro blem displayed in dialog when we can't create a directory for this user."> 358 <message name="IDS_CANT_WRITE_USER_DIRECTORY_SUMMARY" desc="Summary of pro blem displayed in dialog when we can't create a directory for this user.">
362 Google Chrome cannot read and write to its data directory:\n\n<ph name=" USER_DATA_DIRECTORY">$1<ex>C:\Documents and Settings\devint\Local Settings\Appli cation Data\Google\Chrome</ex></ph> 359 Google Chrome cannot read and write to its data directory:\n\n<ph name=" USER_DATA_DIRECTORY">$1<ex>C:\Documents and Settings\devint\Local Settings\Appli cation Data\Google\Chrome</ex></ph>
363 </message> 360 </message>
364 <message name="IDS_EULA_CHECKBOX_ENABLE_LOGGING" desc="The label of the ch eckbox to enable/disable crash and user metrics logging on EULA screen."> 361 <message name="IDS_EULA_CHECKBOX_ENABLE_LOGGING" desc="The label of the ch eckbox to enable/disable crash and user metrics logging on EULA screen.">
365 Optional: Help make Chrome OS better by automatically sending usage stat istics and crash reports to Google. 362 Optional: Help make Chrome OS better by automatically sending usage stat istics and crash reports to Google.
366 </message> 363 </message>
367 <message name="IDS_PROFILE_TOO_NEW_ERROR" desc="Error displayed on startup when the profile is from a newer version of the product and can not be read"> 364 <message name="IDS_PROFILE_TOO_NEW_ERROR" desc="Error displayed on startup when the profile is from a newer version of the product and can not be read">
368 Your profile can not be used because it is from a newer version of Googl e Chrome.\n\nSome features may be unavailable. Please specify a different profil e directory or use a newer version of Chrome. 365 Your profile can not be used because it is from a newer version of Googl e Chrome.\n\nSome features may be unavailable. Please specify a different profil e directory or use a newer version of Chrome.
369 </message> 366 </message>
370 <message name="IDS_PREFERENCES_UNREADABLE_ERROR" desc="Error displayed on startup when user preferences file can not be read"> 367 <message name="IDS_PREFERENCES_UNREADABLE_ERROR" desc="Error displayed on startup when user preferences file can not be read">
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
557 <message name="IDS_UTILITY_APP_NAME" desc="The utility application's nam e. Should contain the Chrome application name (IDS_PRODUCT_NAME). Example: Goog le Chrome Utility."> 554 <message name="IDS_UTILITY_APP_NAME" desc="The utility application's nam e. Should contain the Chrome application name (IDS_PRODUCT_NAME). Example: Goog le Chrome Utility.">
558 Google Chrome Utility 555 Google Chrome Utility
559 </message> 556 </message>
560 <message name="IDS_SHORT_UTILITY_APP_NAME" desc="The utility application 's short name, used for the Mac's application menu, activity monitor, etc. Examp le: Chrome Utility, not Google Chrome Utility."> 557 <message name="IDS_SHORT_UTILITY_APP_NAME" desc="The utility application 's short name, used for the Mac's application menu, activity monitor, etc. Examp le: Chrome Utility, not Google Chrome Utility.">
561 Chrome Utility 558 Chrome Utility
562 </message> 559 </message>
563 </if> 560 </if>
564 </messages> 561 </messages>
565 </release> 562 </release>
566 </grit> 563 </grit>
OLDNEW
« no previous file with comments | « chrome/app/chromium_strings.grd ('k') | chrome/browser/background_mode_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698