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

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

Issue 14017006: Tweaked Chrome hardware acceleration setting string to remove extra whitespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Corrected 'line' to 'link' for standlone-link-button class Created 7 years, 8 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
« 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 427 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 Let Chromium run in the background 438 Let Chromium run in the background
439 </message> 439 </message>
440 </if> 440 </if>
441 <message name="IDS_OPTIONS_SYSTEM_ENABLE_BACKGROUND_MODE" desc="The label of the check-box that enables background mode"> 441 <message name="IDS_OPTIONS_SYSTEM_ENABLE_BACKGROUND_MODE" desc="The label of the check-box that enables background mode">
442 Continue running background apps when Chromium is closed 442 Continue running background apps when Chromium is closed
443 </message> 443 </message>
444 <message name="IDS_OPTIONS_SYSTEM_ENABLE_HARDWARE_ACCELERATION_MODE" desc= "The label of the check-box that enables hardware acceleration mode"> 444 <message name="IDS_OPTIONS_SYSTEM_ENABLE_HARDWARE_ACCELERATION_MODE" desc= "The label of the check-box that enables hardware acceleration mode">
445 Use hardware acceleration when available 445 Use hardware acceleration when available
446 </message> 446 </message>
447 <message name="IDS_OPTIONS_SYSTEM_ENABLE_HARDWARE_ACCELERATION_MODE_RESTAR T" desc="The restart string after changing hardware acceleration mode"> 447 <message name="IDS_OPTIONS_SYSTEM_ENABLE_HARDWARE_ACCELERATION_MODE_RESTAR T" desc="The restart string after changing hardware acceleration mode">
448 ( requires Chromium <ph name="BEGIN_BUTTON">&lt;button id="gpu-mode-rese t-restart-button" type="button" class="link-button"&gt;</ph>restart<ph name="END _BUTTON">&lt;/button&gt;</ph>) 448 (requires Chromium <ph name="BEGIN_BUTTON">&lt;button id="gpu-mode-reset -restart-button" type="button" class="link-button standalone-link-button"&gt;</p h>restart<ph name="END_BUTTON">&lt;/button&gt;</ph>)
449 </message> 449 </message>
450 <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."> 450 <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.">
451 Chromium cannot read and write to its data directory: 451 Chromium cannot read and write to its data directory:
452 452
453 <ph name="USER_DATA_DIRECTORY">$1<ex>C:\Documents and Settings\devint\Local Sett ings\Application Data\Google\Chrome</ex></ph> 453 <ph name="USER_DATA_DIRECTORY">$1<ex>C:\Documents and Settings\devint\Local Sett ings\Application Data\Google\Chrome</ex></ph>
454 </message> 454 </message>
455 <message name="IDS_EULA_CHECKBOX_ENABLE_LOGGING" desc="The label of the ch eckbox to enable/disable crash and user metrics logging"> 455 <message name="IDS_EULA_CHECKBOX_ENABLE_LOGGING" desc="The label of the ch eckbox to enable/disable crash and user metrics logging">
456 Optional: Help make Chromium better by automatically sending usage stati stics and crash reports to Google. 456 Optional: Help make Chromium better by automatically sending usage stati stics and crash reports to Google.
457 </message> 457 </message>
458 <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"> 458 <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">
(...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after
962 962
963 <!-- Chrome OS OOBE Terms of Service screen--> 963 <!-- Chrome OS OOBE Terms of Service screen-->
964 <if expr="pp_ifdef('chromeos')"> 964 <if expr="pp_ifdef('chromeos')">
965 <message name="IDS_TERMS_OF_SERVICE_SCREEN_SUBHEADING" desc="Subheading at the top of the Terms of Service screen."> 965 <message name="IDS_TERMS_OF_SERVICE_SCREEN_SUBHEADING" desc="Subheading at the top of the Terms of Service screen.">
966 <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 Chromium OS Terms. 966 <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 Chromium OS Terms.
967 </message> 967 </message>
968 </if> 968 </if>
969 </messages> 969 </messages>
970 </release> 970 </release>
971 </grit> 971 </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