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 411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
422 <if expr="pp_ifdef('use_titlecase')"> | 422 <if expr="pp_ifdef('use_titlecase')"> |
423 <message name="IDS_STATUS_TRAY_KEEP_CHROME_RUNNING_IN_BACKGROUND" desc="
In Title Case: The checkbox in the status tray context menu that controls whethe
r chrome keeps running in the background after the last window is closed"> | 423 <message name="IDS_STATUS_TRAY_KEEP_CHROME_RUNNING_IN_BACKGROUND" desc="
In Title Case: The checkbox in the status tray context menu that controls whethe
r chrome keeps running in the background after the last window is closed"> |
424 Let Chromium Run In The Background | 424 Let Chromium Run In The Background |
425 </message> | 425 </message> |
426 </if> | 426 </if> |
427 <if expr="not pp_ifdef('use_titlecase')"> | 427 <if expr="not pp_ifdef('use_titlecase')"> |
428 <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"> | 428 <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"> |
429 Let Chromium run in the background | 429 Let Chromium run in the background |
430 </message> | 430 </message> |
431 </if> | 431 </if> |
432 <message name="IDS_OPTIONS_BACKGROUND_ENABLE_BACKGROUND_MODE" desc="The la
bel of the check-box that enables background mode"> | 432 <message name="IDS_OPTIONS_SYSTEM_ENABLE_BACKGROUND_MODE" desc="The label
of the check-box that enables background mode"> |
433 Continue running background apps when Chromium is closed | 433 Continue running background apps when Chromium is closed |
434 </message> | 434 </message> |
| 435 <message name="IDS_OPTIONS_SYSTEM_ENABLE_HARDWARE_ACCELERATION_MODE" desc=
"The label of the check-box that enables hardware acceleration mode"> |
| 436 Use hardware acceleration when available (requires Chromium restart) |
| 437 </message> |
435 <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."> | 438 <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."> |
436 Chromium cannot read and write to its data directory: | 439 Chromium cannot read and write to its data directory: |
437 | 440 |
438 <ph name="USER_DATA_DIRECTORY">$1<ex>C:\Documents and Settings\devint\Local Sett
ings\Application Data\Google\Chrome</ex></ph> | 441 <ph name="USER_DATA_DIRECTORY">$1<ex>C:\Documents and Settings\devint\Local Sett
ings\Application Data\Google\Chrome</ex></ph> |
439 </message> | 442 </message> |
440 <message name="IDS_EULA_CHECKBOX_ENABLE_LOGGING" desc="The label of the ch
eckbox to enable/disable crash and user metrics logging"> | 443 <message name="IDS_EULA_CHECKBOX_ENABLE_LOGGING" desc="The label of the ch
eckbox to enable/disable crash and user metrics logging"> |
441 Optional: Help make Chromium better by automatically sending usage stati
stics and crash reports to Google. | 444 Optional: Help make Chromium better by automatically sending usage stati
stics and crash reports to Google. |
442 </message> | 445 </message> |
443 <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"> | 446 <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"> |
444 Your profile can not be used because it is from a newer version of Chromium. | 447 Your profile can not be used because it is from a newer version of Chromium. |
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
991 | 994 |
992 <!-- Chrome OS OOBE Terms of Service screen--> | 995 <!-- Chrome OS OOBE Terms of Service screen--> |
993 <if expr="pp_ifdef('chromeos')"> | 996 <if expr="pp_ifdef('chromeos')"> |
994 <message name="IDS_TERMS_OF_SERVICE_SCREEN_SUBHEADING" desc="Subheading
at the top of the Terms of Service screen."> | 997 <message name="IDS_TERMS_OF_SERVICE_SCREEN_SUBHEADING" desc="Subheading
at the top of the Terms of Service screen."> |
995 <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. | 998 <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. |
996 </message> | 999 </message> |
997 </if> | 1000 </if> |
998 </messages> | 1001 </messages> |
999 </release> | 1002 </release> |
1000 </grit> | 1003 </grit> |
OLD | NEW |