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

Side by Side Diff: chrome/app/chromium_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/chrome_command_ids.h ('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 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 <if expr="not pp_ifdef('chromeos')"> 329 <if expr="not pp_ifdef('chromeos')">
330 <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."> 330 <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.">
331 Please close all Chromium windows and relaunch Chromium for this chang e to take effect. 331 Please close all Chromium windows and relaunch Chromium for this chang e to take effect.
332 </message> 332 </message>
333 </if> 333 </if>
334 <if expr="pp_ifdef('chromeos')"> 334 <if expr="pp_ifdef('chromeos')">
335 <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."> 335 <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 Please sign out of Chromium OS and sign in again for this change to ta ke effect. 336 Please sign out of Chromium OS and sign in again for this change to ta ke effect.
337 </message> 337 </message>
338 </if> 338 </if>
339 <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">
340 Let Chromium Run In The Background
341 </message>
342 <message name="IDS_OPTIONS_BACKGROUND_ENABLE_BACKGROUND_MODE" desc="The la bel of the check-box that enables background mode">
343 Continue running background apps when Chromium is closed
344 </message>
345 <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">
346 Are you sure you want to quit Chromium? (This setting can be toggled in <ph name="OPTIONS_MENU_LABEL">$1<ex>Options</ex></ph> - Under the Hood)
347 </message>
339 <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."> 348 <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.">
340 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> 349 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>
341 </message> 350 </message>
342 <message name="IDS_EULA_CHECKBOX_ENABLE_LOGGING" desc="The label of the ch eckbox to enable/disable crash and user metrics logging"> 351 <message name="IDS_EULA_CHECKBOX_ENABLE_LOGGING" desc="The label of the ch eckbox to enable/disable crash and user metrics logging">
343 Optional: Help make Chromium better by automatically sending usage stati stics and crash reports to Google. 352 Optional: Help make Chromium better by automatically sending usage stati stics and crash reports to Google.
344 </message> 353 </message>
345 <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"> 354 <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">
346 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. 355 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.
347 </message> 356 </message>
348 <message name="IDS_PREFERENCES_UNREADABLE_ERROR" desc="Error displayed on startup when user preferences file can not be read"> 357 <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
535 <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."> 544 <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.">
536 Chromium Utility 545 Chromium Utility
537 </message> 546 </message>
538 <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."> 547 <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.">
539 Chromium Utility 548 Chromium Utility
540 </message> 549 </message>
541 </if> 550 </if>
542 </messages> 551 </messages>
543 </release> 552 </release>
544 </grit> 553 </grit>
OLDNEW
« no previous file with comments | « chrome/app/chrome_command_ids.h ('k') | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698