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 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
343 </if> | 343 </if> |
344 <if expr="not pp_ifdef('use_titlecase')"> | 344 <if expr="not pp_ifdef('use_titlecase')"> |
345 <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"> | 345 <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"> |
346 Let Google Chrome run in the background | 346 Let Google Chrome run in the background |
347 </message> | 347 </message> |
348 </if> | 348 </if> |
349 <message name="IDS_OPTIONS_SYSTEM_ENABLE_BACKGROUND_MODE" desc="The label
of the check-box that enables background mode"> | 349 <message name="IDS_OPTIONS_SYSTEM_ENABLE_BACKGROUND_MODE" desc="The label
of the check-box that enables background mode"> |
350 Continue running background apps when Google Chrome is closed | 350 Continue running background apps when Google Chrome is closed |
351 </message> | 351 </message> |
352 <message name="IDS_OPTIONS_SYSTEM_ENABLE_HARDWARE_ACCELERATION_MODE" desc=
"The label of the check-box that enables hardware acceleration mode"> | 352 <message name="IDS_OPTIONS_SYSTEM_ENABLE_HARDWARE_ACCELERATION_MODE" desc=
"The label of the check-box that enables hardware acceleration mode"> |
353 Use hardware acceleration when available (requires Google Chrome restart
) | 353 Use hardware acceleration when available |
| 354 </message> |
| 355 <message name="IDS_OPTIONS_SYSTEM_ENABLE_HARDWARE_ACCELERATION_MODE_RESTAR
T_PREFIX" desc="The prefix of the restart string after changing hardware acceler
ation mode"> |
| 356 ( requires Chrome |
| 357 </message> |
| 358 <message name="IDS_OPTIONS_SYSTEM_ENABLE_HARDWARE_ACCELERATION_MODE_RESTAR
T" desc="The restart string after changing hardware acceleration mode"> |
| 359 restart |
| 360 </message> |
| 361 <message name="IDS_OPTIONS_SYSTEM_ENABLE_HARDWARE_ACCELERATION_MODE_RESTAR
T_POSTFIX" desc="The postfix of the restart string after changing hardware accel
eration mode"> |
| 362 ) |
354 </message> | 363 </message> |
355 <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."> | 364 <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."> |
356 Google Chrome cannot read and write to its data directory: | 365 Google Chrome cannot read and write to its data directory: |
357 | 366 |
358 <ph name="USER_DATA_DIRECTORY">$1<ex>C:\Documents and Settings\devint\Local Sett
ings\Application Data\Google\Chrome</ex></ph> | 367 <ph name="USER_DATA_DIRECTORY">$1<ex>C:\Documents and Settings\devint\Local Sett
ings\Application Data\Google\Chrome</ex></ph> |
359 </message> | 368 </message> |
360 <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."> | 369 <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."> |
361 Optional: Help make Chrome OS better by automatically sending usage stat
istics and crash reports to Google. | 370 Optional: Help make Chrome OS better by automatically sending usage stat
istics and crash reports to Google. |
362 </message> | 371 </message> |
363 <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"> | 372 <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 519 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
883 | 892 |
884 <!-- Chrome OS OOBE Terms of Service screen--> | 893 <!-- Chrome OS OOBE Terms of Service screen--> |
885 <if expr="pp_ifdef('chromeos')"> | 894 <if expr="pp_ifdef('chromeos')"> |
886 <message name="IDS_TERMS_OF_SERVICE_SCREEN_SUBHEADING" desc="Subheading
at the top of the Terms of Service screen."> | 895 <message name="IDS_TERMS_OF_SERVICE_SCREEN_SUBHEADING" desc="Subheading
at the top of the Terms of Service screen."> |
887 <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. | 896 <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. |
888 </message> | 897 </message> |
889 </if> | 898 </if> |
890 </messages> | 899 </messages> |
891 </release> | 900 </release> |
892 </grit> | 901 </grit> |
OLD | NEW |