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

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

Issue 6954001: Add "Keep chrome running in background" preference. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed problem that was making UI visible on Mac. 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/generated_resources.grd ('k') | chrome/browser/background_mode_manager.h » ('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 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 <if expr="not pp_ifdef('chromeos')"> 335 <if expr="not pp_ifdef('chromeos')">
336 <message name="IDS_OPTIONS_RELAUNCH_REQUIRED" desc="The message displaye d for an option that requires a relaunch to take effect. This appears in a messa ge box if an option is changed that requires a relaunch."> 336 <message name="IDS_OPTIONS_RELAUNCH_REQUIRED" desc="The message displaye d for an option that requires a relaunch to take effect. This appears in a messa ge box if an option is changed that requires a relaunch.">
337 Please close all Google Chrome windows and relaunch it for this change to take effect. 337 Please close all Google Chrome windows and relaunch it for this change to take effect.
338 </message> 338 </message>
339 </if> 339 </if>
340 <if expr="pp_ifdef('chromeos')"> 340 <if expr="pp_ifdef('chromeos')">
341 <message name="IDS_OPTIONS_RELAUNCH_REQUIRED" desc="The message displaye d for an option that requires a relaunch to take effect. This appears in a messa ge box if an option is changed that requires a relaunch."> 341 <message name="IDS_OPTIONS_RELAUNCH_REQUIRED" desc="The message displaye d for an option that requires a relaunch to take effect. This appears in a messa ge box if an option is changed that requires a relaunch.">
342 Please sign out of Chrome OS and sign in again for this change to take effect. 342 Please sign out of Chrome OS and sign in again for this change to take effect.
343 </message> 343 </message>
344 </if> 344 </if>
345 <message name="IDS_STATUS_TRAY_KEEP_CHROME_RUNNING_IN_BACKGROUND" desc="Th e checkbox in the status tray context menu that controls whether chrome keeps ru nning in the background after the last window is closed">
346 Let Google Chrome Run In The Background
347 </message>
348 <message name="IDS_OPTIONS_BACKGROUND_ENABLE_BACKGROUND_MODE" desc="The la bel of the check-box that enables background mode">
349 Continue running background apps when Google Chrome is closed
350 </message>
351 <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">
352 Are you sure you want to quit Google Chrome? (This setting can be toggle d in <ph name="OPTIONS_MENU_LABEL">$1<ex>Options</ex></ph> - Under the Hood)
353 </message>
345 <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."> 354 <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.">
346 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> 355 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>
347 </message> 356 </message>
348 <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."> 357 <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.">
349 Optional: Help make Chrome OS better by automatically sending usage stat istics and crash reports to Google. 358 Optional: Help make Chrome OS better by automatically sending usage stat istics and crash reports to Google.
350 </message> 359 </message>
351 <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"> 360 <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">
352 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. 361 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.
353 </message> 362 </message>
354 <message name="IDS_PREFERENCES_UNREADABLE_ERROR" desc="Error displayed on startup when user preferences file can not be read"> 363 <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
541 <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."> 550 <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.">
542 Google Chrome Utility 551 Google Chrome Utility
543 </message> 552 </message>
544 <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."> 553 <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.">
545 Chrome Utility 554 Chrome Utility
546 </message> 555 </message>
547 </if> 556 </if>
548 </messages> 557 </messages>
549 </release> 558 </release>
550 </grit> 559 </grit>
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/background_mode_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698