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

Side by Side Diff: chrome/app/chromium_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 | « no previous file | chrome/app/google_chrome_strings.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 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 </message> 350 </message>
351 </if> 351 </if>
352 <if expr="not pp_ifdef('use_titlecase')"> 352 <if expr="not pp_ifdef('use_titlecase')">
353 <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"> 353 <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">
354 Let Chromium run in the background 354 Let Chromium run in the background
355 </message> 355 </message>
356 </if> 356 </if>
357 <message name="IDS_OPTIONS_BACKGROUND_ENABLE_BACKGROUND_MODE" desc="The la bel of the check-box that enables background mode"> 357 <message name="IDS_OPTIONS_BACKGROUND_ENABLE_BACKGROUND_MODE" desc="The la bel of the check-box that enables background mode">
358 Continue running background apps when Chromium is closed 358 Continue running background apps when Chromium is closed
359 </message> 359 </message>
360 <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">
361 Are you sure you want to quit Chromium? (This setting can be toggled in <ph name="ADVANCED_OPTIONS_TAB_TITLE">$1<ex>Options - Under the Hood</ex></ph>)
362 </message>
363 <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."> 360 <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.">
364 Chromium cannot read and write to its data directory:\n\n<ph name="USER_ DATA_DIRECTORY">$1<ex>C:\Documents and Settings\devint\Local Settings\Applicatio n Data\Google\Chrome</ex></ph> 361 Chromium cannot read and write to its data directory:\n\n<ph name="USER_ DATA_DIRECTORY">$1<ex>C:\Documents and Settings\devint\Local Settings\Applicatio n Data\Google\Chrome</ex></ph>
365 </message> 362 </message>
366 <message name="IDS_EULA_CHECKBOX_ENABLE_LOGGING" desc="The label of the ch eckbox to enable/disable crash and user metrics logging"> 363 <message name="IDS_EULA_CHECKBOX_ENABLE_LOGGING" desc="The label of the ch eckbox to enable/disable crash and user metrics logging">
367 Optional: Help make Chromium better by automatically sending usage stati stics and crash reports to Google. 364 Optional: Help make Chromium better by automatically sending usage stati stics and crash reports to Google.
368 </message> 365 </message>
369 <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"> 366 <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">
370 Your profile can not be used because it is from a newer version of Chrom ium.\n\nSome features may be unavailable. Please specify a different profile dir ectory or use a newer version of Chromium. 367 Your profile can not be used because it is from a newer version of Chrom ium.\n\nSome features may be unavailable. Please specify a different profile dir ectory or use a newer version of Chromium.
371 </message> 368 </message>
372 <message name="IDS_PREFERENCES_UNREADABLE_ERROR" desc="Error displayed on startup when user preferences file can not be read"> 369 <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
559 <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."> 556 <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.">
560 Chromium Utility 557 Chromium Utility
561 </message> 558 </message>
562 <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."> 559 <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.">
563 Chromium Utility 560 Chromium Utility
564 </message> 561 </message>
565 </if> 562 </if>
566 </messages> 563 </messages>
567 </release> 564 </release>
568 </grit> 565 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/google_chrome_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698