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