Chromium Code Reviews| 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 Let Chromium run in the background | 422 Let Chromium run in the background |
| 423 </message> | 423 </message> |
| 424 </if> | 424 </if> |
| 425 <message name="IDS_OPTIONS_SYSTEM_ENABLE_BACKGROUND_MODE" desc="The label of the check-box that enables background mode"> | 425 <message name="IDS_OPTIONS_SYSTEM_ENABLE_BACKGROUND_MODE" desc="The label of the check-box that enables background mode"> |
| 426 Continue running background apps when Chromium is closed | 426 Continue running background apps when Chromium is closed |
| 427 </message> | 427 </message> |
| 428 <message name="IDS_OPTIONS_SYSTEM_ENABLE_HARDWARE_ACCELERATION_MODE" desc= "The label of the check-box that enables hardware acceleration mode"> | 428 <message name="IDS_OPTIONS_SYSTEM_ENABLE_HARDWARE_ACCELERATION_MODE" desc= "The label of the check-box that enables hardware acceleration mode"> |
| 429 Use hardware acceleration when available | 429 Use hardware acceleration when available |
| 430 </message> | 430 </message> |
| 431 <message name="IDS_OPTIONS_SYSTEM_ENABLE_HARDWARE_ACCELERATION_MODE_RESTAR T" desc="The restart string after changing hardware acceleration mode"> | 431 <message name="IDS_OPTIONS_SYSTEM_ENABLE_HARDWARE_ACCELERATION_MODE_RESTAR T" desc="The restart string after changing hardware acceleration mode"> |
| 432 (requires Chromium <ph name="BEGIN_BUTTON"><button id="gpu-mode-reset -restart-button" type="button" class="link-button standalone-link-button"></p h>restart<ph name="END_BUTTON"></button></ph>) | 432 (requires Chromium <ph name="BEGIN_BUTTON"><a is="action-link" id="gp u-mode-reset-restart-button" class="standalone-action-link"></ph>restart<ph n ame="END_BUTTON"></a></ph>) |
|
aboxhall
2014/10/22 21:33:30
I think this should remain a button (here and in g
Dan Beam
2014/10/23 03:05:43
note: this is already a link in appearance
aboxhall
2014/10/23 21:41:05
Right, but it could stay as a button-that-looks-li
| |
| 433 </message> | 433 </message> |
| 434 <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."> | 434 <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 Chromium cannot read and write to its data directory: | 435 Chromium cannot read and write to its data directory: |
| 436 | 436 |
| 437 <ph name="USER_DATA_DIRECTORY">$1<ex>C:\Documents and Settings\devint\Local Sett ings\Application Data\Google\Chrome</ex></ph> | 437 <ph name="USER_DATA_DIRECTORY">$1<ex>C:\Documents and Settings\devint\Local Sett ings\Application Data\Google\Chrome</ex></ph> |
| 438 </message> | 438 </message> |
| 439 <if expr="chromeos"> | 439 <if expr="chromeos"> |
| 440 <message name="IDS_EULA_CHECKBOX_ENABLE_LOGGING" desc="The label of the checkbox to enable/disable crash and user metrics logging"> | 440 <message name="IDS_EULA_CHECKBOX_ENABLE_LOGGING" desc="The label of the checkbox to enable/disable crash and user metrics logging"> |
| 441 Optional: Help make Chromium better by automatically sending usage sta tistics and crash reports to Google. | 441 Optional: Help make Chromium better by automatically sending usage sta tistics and crash reports to Google. |
| 442 </message> | 442 </message> |
| (...skipping 889 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1332 Chromium updates automatically so you always have the freshest version . When this download completes, Chromium will restart and you'll be on your way. | 1332 Chromium updates automatically so you always have the freshest version . When this download completes, Chromium will restart and you'll be on your way. |
| 1333 </message> | 1333 </message> |
| 1334 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen"> | 1334 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen"> |
| 1335 Chromium OS terms | 1335 Chromium OS terms |
| 1336 </message> | 1336 </message> |
| 1337 </if> | 1337 </if> |
| 1338 | 1338 |
| 1339 </messages> | 1339 </messages> |
| 1340 </release> | 1340 </release> |
| 1341 </grit> | 1341 </grit> |
| OLD | NEW |