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 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 417 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
428 </if> | 428 </if> |
429 <if expr="not pp_ifdef('use_titlecase')"> | 429 <if expr="not pp_ifdef('use_titlecase')"> |
430 <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"> | 430 <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"> |
431 Let Chromium run in the background | 431 Let Chromium run in the background |
432 </message> | 432 </message> |
433 </if> | 433 </if> |
434 <message name="IDS_OPTIONS_SYSTEM_ENABLE_BACKGROUND_MODE" desc="The label
of the check-box that enables background mode"> | 434 <message name="IDS_OPTIONS_SYSTEM_ENABLE_BACKGROUND_MODE" desc="The label
of the check-box that enables background mode"> |
435 Continue running background apps when Chromium is closed | 435 Continue running background apps when Chromium is closed |
436 </message> | 436 </message> |
437 <message name="IDS_OPTIONS_SYSTEM_ENABLE_HARDWARE_ACCELERATION_MODE" desc=
"The label of the check-box that enables hardware acceleration mode"> | 437 <message name="IDS_OPTIONS_SYSTEM_ENABLE_HARDWARE_ACCELERATION_MODE" desc=
"The label of the check-box that enables hardware acceleration mode"> |
438 Use hardware acceleration when available (requires Chromium restart) | 438 Use hardware acceleration when available |
| 439 </message> |
| 440 <message name="IDS_OPTIONS_SYSTEM_ENABLE_HARDWARE_ACCELERATION_MODE_RESTAR
T" desc="The restart string after changing hardware acceleration mode"> |
| 441 (requires Chromium <ph name="BEGIN_LINK"><a id="gpu-mode-reset-restar
t-link" href="#"></ph>restart<ph name="END_LINK"></a></ph>) |
439 </message> | 442 </message> |
440 <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."> | 443 <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."> |
441 Chromium cannot read and write to its data directory: | 444 Chromium cannot read and write to its data directory: |
442 | 445 |
443 <ph name="USER_DATA_DIRECTORY">$1<ex>C:\Documents and Settings\devint\Local Sett
ings\Application Data\Google\Chrome</ex></ph> | 446 <ph name="USER_DATA_DIRECTORY">$1<ex>C:\Documents and Settings\devint\Local Sett
ings\Application Data\Google\Chrome</ex></ph> |
444 </message> | 447 </message> |
445 <message name="IDS_EULA_CHECKBOX_ENABLE_LOGGING" desc="The label of the ch
eckbox to enable/disable crash and user metrics logging"> | 448 <message name="IDS_EULA_CHECKBOX_ENABLE_LOGGING" desc="The label of the ch
eckbox to enable/disable crash and user metrics logging"> |
446 Optional: Help make Chromium better by automatically sending usage stati
stics and crash reports to Google. | 449 Optional: Help make Chromium better by automatically sending usage stati
stics and crash reports to Google. |
447 </message> | 450 </message> |
448 <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"> | 451 <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 518 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
967 | 970 |
968 <!-- Chrome OS OOBE Terms of Service screen--> | 971 <!-- Chrome OS OOBE Terms of Service screen--> |
969 <if expr="pp_ifdef('chromeos')"> | 972 <if expr="pp_ifdef('chromeos')"> |
970 <message name="IDS_TERMS_OF_SERVICE_SCREEN_SUBHEADING" desc="Subheading
at the top of the Terms of Service screen."> | 973 <message name="IDS_TERMS_OF_SERVICE_SCREEN_SUBHEADING" desc="Subheading
at the top of the Terms of Service screen."> |
971 <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. | 974 <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. |
972 </message> | 975 </message> |
973 </if> | 976 </if> |
974 </messages> | 977 </messages> |
975 </release> | 978 </release> |
976 </grit> | 979 </grit> |
OLD | NEW |