Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 361 Let Google Chrome run in the background | 361 Let Google Chrome run in the background |
| 362 </message> | 362 </message> |
| 363 </if> | 363 </if> |
| 364 <message name="IDS_OPTIONS_SYSTEM_ENABLE_BACKGROUND_MODE" desc="The label of the check-box that enables background mode"> | 364 <message name="IDS_OPTIONS_SYSTEM_ENABLE_BACKGROUND_MODE" desc="The label of the check-box that enables background mode"> |
| 365 Continue running background apps when Google Chrome is closed | 365 Continue running background apps when Google Chrome is closed |
| 366 </message> | 366 </message> |
| 367 <message name="IDS_OPTIONS_SYSTEM_ENABLE_HARDWARE_ACCELERATION_MODE" desc= "The label of the check-box that enables hardware acceleration mode"> | 367 <message name="IDS_OPTIONS_SYSTEM_ENABLE_HARDWARE_ACCELERATION_MODE" desc= "The label of the check-box that enables hardware acceleration mode"> |
| 368 Use hardware acceleration when available | 368 Use hardware acceleration when available |
| 369 </message> | 369 </message> |
| 370 <message name="IDS_OPTIONS_SYSTEM_ENABLE_HARDWARE_ACCELERATION_MODE_RESTAR T" desc="The restart string after changing hardware acceleration mode"> | 370 <message name="IDS_OPTIONS_SYSTEM_ENABLE_HARDWARE_ACCELERATION_MODE_RESTAR T" desc="The restart string after changing hardware acceleration mode"> |
| 371 ( requires Chrome <ph name="BEGIN_BUTTON"><button id="gpu-mode-reset- restart-button" type="button" class="link-button"></ph>restart<ph name="END_B UTTON"></button></ph>) | 371 (requires Chrome <ph name="BEGIN_BUTTON"><button id="gpu-mode-reset-r estart-button" type="button" class="link-button standalone-line-button"></ph> restart<ph name="END_BUTTON"></button></ph>) |
|
Dan Beam
2013/04/18 04:51:38
s/standalone-line-button/standalone-link-button/
| |
| 372 </message> | 372 </message> |
| 373 <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."> | 373 <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."> |
| 374 Google Chrome cannot read and write to its data directory: | 374 Google Chrome cannot read and write to its data directory: |
| 375 | 375 |
| 376 <ph name="USER_DATA_DIRECTORY">$1<ex>C:\Documents and Settings\devint\Local Sett ings\Application Data\Google\Chrome</ex></ph> | 376 <ph name="USER_DATA_DIRECTORY">$1<ex>C:\Documents and Settings\devint\Local Sett ings\Application Data\Google\Chrome</ex></ph> |
| 377 </message> | 377 </message> |
| 378 <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."> | 378 <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."> |
| 379 Optional: Help make Chrome OS better by automatically sending usage stat istics and crash reports to Google. | 379 Optional: Help make Chrome OS better by automatically sending usage stat istics and crash reports to Google. |
| 380 </message> | 380 </message> |
| 381 <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"> | 381 <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 504 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 886 | 886 |
| 887 <!-- Chrome OS OOBE Terms of Service screen--> | 887 <!-- Chrome OS OOBE Terms of Service screen--> |
| 888 <if expr="pp_ifdef('chromeos')"> | 888 <if expr="pp_ifdef('chromeos')"> |
| 889 <message name="IDS_TERMS_OF_SERVICE_SCREEN_SUBHEADING" desc="Subheading at the top of the Terms of Service screen."> | 889 <message name="IDS_TERMS_OF_SERVICE_SCREEN_SUBHEADING" desc="Subheading at the top of the Terms of Service screen."> |
| 890 <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. | 890 <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. |
| 891 </message> | 891 </message> |
| 892 </if> | 892 </if> |
| 893 </messages> | 893 </messages> |
| 894 </release> | 894 </release> |
| 895 </grit> | 895 </grit> |
| OLD | NEW |