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

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

Issue 12593005: Add a user pref in Settings to disable all GPU features. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 9 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/browser_process.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 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 <if expr="pp_ifdef('use_titlecase')"> 345 <if expr="pp_ifdef('use_titlecase')">
346 <message name="IDS_STATUS_TRAY_KEEP_CHROME_RUNNING_IN_BACKGROUND" desc=" In Title Case: The checkbox in the status tray context menu that controls whethe r chrome keeps running in the background after the last window is closed"> 346 <message name="IDS_STATUS_TRAY_KEEP_CHROME_RUNNING_IN_BACKGROUND" desc=" In Title Case: The checkbox in the status tray context menu that controls whethe r chrome keeps running in the background after the last window is closed">
347 Let Google Chrome Run In The Background 347 Let Google Chrome Run In The Background
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_SYSTEM_ENABLE_BACKGROUND_MODE" desc="The label 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_OPTIONS_SYSTEM_ENABLE_HARDWARE_ACCELERATION_MODE" desc= "The label of the check-box that enables hardware acceleration mode">
359 Use hardware acceleration when available (requires Google Chrome restart )
360 </message>
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."> 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.">
359 Google Chrome cannot read and write to its data directory: 362 Google Chrome cannot read and write to its data directory:
360 363
361 <ph name="USER_DATA_DIRECTORY">$1<ex>C:\Documents and Settings\devint\Local Sett ings\Application Data\Google\Chrome</ex></ph> 364 <ph name="USER_DATA_DIRECTORY">$1<ex>C:\Documents and Settings\devint\Local Sett ings\Application Data\Google\Chrome</ex></ph>
362 </message> 365 </message>
363 <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."> 366 <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.">
364 Optional: Help make Chrome OS better by automatically sending usage stat istics and crash reports to Google. 367 Optional: Help make Chrome OS better by automatically sending usage stat istics and crash reports to Google.
365 </message> 368 </message>
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"> 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">
367 Your profile can not be used because it is from a newer version of Google Chrome . 370 Your profile can not be used because it is from a newer version of Google Chrome .
(...skipping 547 matching lines...) Expand 10 before | Expand all | Expand 10 after
915 918
916 <!-- Chrome OS OOBE Terms of Service screen--> 919 <!-- Chrome OS OOBE Terms of Service screen-->
917 <if expr="pp_ifdef('chromeos')"> 920 <if expr="pp_ifdef('chromeos')">
918 <message name="IDS_TERMS_OF_SERVICE_SCREEN_SUBHEADING" desc="Subheading at the top of the Terms of Service screen."> 921 <message name="IDS_TERMS_OF_SERVICE_SCREEN_SUBHEADING" desc="Subheading at the top of the Terms of Service screen.">
919 <ph name="DOMAIN">$1<ex>example.com</ex></ph> requires that you read a nd accept the following Terms of Service before using this device. These terms d o not expand, modify or limit the Google Chrome OS Terms. 922 <ph name="DOMAIN">$1<ex>example.com</ex></ph> requires that you read a nd accept the following Terms of Service before using this device. These terms d o not expand, modify or limit the Google Chrome OS Terms.
920 </message> 923 </message>
921 </if> 924 </if>
922 </messages> 925 </messages>
923 </release> 926 </release>
924 </grit> 927 </grit>
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/browser_process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698