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" desc="The restart string after changing hardware acceleration mode"> | |
433 (requires Chromium <ph name="BEGIN_LINK"><a id="gpu-mode-reset-restar t-link" href="#"></ph>restart<ph name="END_LINK"></a></ph>) | |
Dan Beam
2013/03/22 00:32:56
looking the patch, perhaps rewording to "click her
arv (Not doing code reviews)
2013/03/22 14:35:48
In general, it is bad to put HTML in here. Can you
arv (Not doing code reviews)
2013/03/22 14:35:48
This should not be a link. It should be a button s
Dan Beam
2013/03/22 19:24:31
I agree on the link, but I don't agree on the HTML
Dan Beam
2013/03/22 19:25:16
Is there a better way to do
Start translation <
| |
431 </message> | 434 </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."> | 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."> |
433 Chromium cannot read and write to its data directory: | 436 Chromium cannot read and write to its data directory: |
434 | 437 |
435 <ph name="USER_DATA_DIRECTORY">$1<ex>C:\Documents and Settings\devint\Local Sett ings\Application Data\Google\Chrome</ex></ph> | 438 <ph name="USER_DATA_DIRECTORY">$1<ex>C:\Documents and Settings\devint\Local Sett ings\Application Data\Google\Chrome</ex></ph> |
436 </message> | 439 </message> |
437 <message name="IDS_EULA_CHECKBOX_ENABLE_LOGGING" desc="The label of the ch eckbox to enable/disable crash and user metrics logging"> | 440 <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. | 441 Optional: Help make Chromium better by automatically sending usage stati stics and crash reports to Google. |
439 </message> | 442 </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"> | 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"> |
(...skipping 518 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
959 | 962 |
960 <!-- Chrome OS OOBE Terms of Service screen--> | 963 <!-- Chrome OS OOBE Terms of Service screen--> |
961 <if expr="pp_ifdef('chromeos')"> | 964 <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."> | 965 <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. | 966 <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> | 967 </message> |
965 </if> | 968 </if> |
966 </messages> | 969 </messages> |
967 </release> | 970 </release> |
968 </grit> | 971 </grit> |
OLD | NEW |