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 420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
431 </if> | 431 </if> |
432 <if expr="not pp_ifdef('use_titlecase')"> | 432 <if expr="not pp_ifdef('use_titlecase')"> |
433 <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"> | 433 <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"> |
434 Let Chromium run in the background | 434 Let Chromium run in the background |
435 </message> | 435 </message> |
436 </if> | 436 </if> |
437 <message name="IDS_OPTIONS_SYSTEM_ENABLE_BACKGROUND_MODE" desc="The label
of the check-box that enables background mode"> | 437 <message name="IDS_OPTIONS_SYSTEM_ENABLE_BACKGROUND_MODE" desc="The label
of the check-box that enables background mode"> |
438 Continue running background apps when Chromium is closed | 438 Continue running background apps when Chromium is closed |
439 </message> | 439 </message> |
440 <message name="IDS_OPTIONS_SYSTEM_ENABLE_HARDWARE_ACCELERATION_MODE" desc=
"The label of the check-box that enables hardware acceleration mode"> | 440 <message name="IDS_OPTIONS_SYSTEM_ENABLE_HARDWARE_ACCELERATION_MODE" desc=
"The label of the check-box that enables hardware acceleration mode"> |
441 Use hardware acceleration when available (requires Chromium restart) | 441 Use hardware acceleration when available |
| 442 </message> |
| 443 <message name="IDS_OPTIONS_SYSTEM_ENABLE_HARDWARE_ACCELERATION_MODE_RESTAR
T" desc="The restart string after changing hardware acceleration mode"> |
| 444 ( requires Chromium <ph name="BEGIN_BUTTON"><button id="gpu-mode-rese
t-restart-button" type="button" class="link-button"></ph>restart<ph name="END
_BUTTON"></button></ph>) |
442 </message> | 445 </message> |
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."> | 446 <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."> |
444 Chromium cannot read and write to its data directory: | 447 Chromium cannot read and write to its data directory: |
445 | 448 |
446 <ph name="USER_DATA_DIRECTORY">$1<ex>C:\Documents and Settings\devint\Local Sett
ings\Application Data\Google\Chrome</ex></ph> | 449 <ph name="USER_DATA_DIRECTORY">$1<ex>C:\Documents and Settings\devint\Local Sett
ings\Application Data\Google\Chrome</ex></ph> |
447 </message> | 450 </message> |
448 <message name="IDS_EULA_CHECKBOX_ENABLE_LOGGING" desc="The label of the ch
eckbox to enable/disable crash and user metrics logging"> | 451 <message name="IDS_EULA_CHECKBOX_ENABLE_LOGGING" desc="The label of the ch
eckbox to enable/disable crash and user metrics logging"> |
449 Optional: Help make Chromium better by automatically sending usage stati
stics and crash reports to Google. | 452 Optional: Help make Chromium better by automatically sending usage stati
stics and crash reports to Google. |
450 </message> | 453 </message> |
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"> | 454 <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 526 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
978 | 981 |
979 <!-- Chrome OS OOBE Terms of Service screen--> | 982 <!-- Chrome OS OOBE Terms of Service screen--> |
980 <if expr="pp_ifdef('chromeos')"> | 983 <if expr="pp_ifdef('chromeos')"> |
981 <message name="IDS_TERMS_OF_SERVICE_SCREEN_SUBHEADING" desc="Subheading
at the top of the Terms of Service screen."> | 984 <message name="IDS_TERMS_OF_SERVICE_SCREEN_SUBHEADING" desc="Subheading
at the top of the Terms of Service screen."> |
982 <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. | 985 <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. |
983 </message> | 986 </message> |
984 </if> | 987 </if> |
985 </messages> | 988 </messages> |
986 </release> | 989 </release> |
987 </grit> | 990 </grit> |
OLD | NEW |