Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <!-- Settings-specific strings (included from generated_resources.grd). --> | 2 <!-- Settings-specific strings (included from generated_resources.grd). --> |
| 3 <grit-part> | 3 <grit-part> |
| 4 <!-- Policy Indicators --> | 4 <!-- Policy Indicators --> |
| 5 <message name="IDS_SETTINGS_CONTROLLED_SETTING_EXTENSION" desc="Text displayed in the controlled settings indicator tooltip when a setting's value is enforced by an extension."> | 5 <message name="IDS_SETTINGS_CONTROLLED_SETTING_EXTENSION" desc="Text displayed in the controlled settings indicator tooltip when a setting's value is enforced by an extension."> |
| 6 This setting is controlled by extension <ph name="NAME">$1<ex>Settings Exten sion</ex></ph> | 6 This setting is controlled by extension <ph name="NAME">$1<ex>Settings Exten sion</ex></ph> |
| 7 </message> | 7 </message> |
| 8 | 8 |
| 9 <!-- Accessibility Page --> | 9 <!-- Accessibility Page --> |
| 10 <message name="IDS_SETTINGS_ACCESSIBILITY" desc="Name of the settings page whi ch displays accessibility preferences."> | 10 <message name="IDS_SETTINGS_ACCESSIBILITY" desc="Name of the settings page whi ch displays accessibility preferences."> |
| (...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 565 Use current pages | 565 Use current pages |
| 566 </message> | 566 </message> |
| 567 <message name="IDS_SETTINGS_ON_STARTUP_ADD_NEW_PAGE" desc="Entry prompt to add a new page."> | 567 <message name="IDS_SETTINGS_ON_STARTUP_ADD_NEW_PAGE" desc="Entry prompt to add a new page."> |
| 568 Add a new page | 568 Add a new page |
| 569 </message> | 569 </message> |
| 570 <message name="IDS_SETTINGS_ON_STARTUP_SITE_URL" desc="Prompt to add a new pag e."> | 570 <message name="IDS_SETTINGS_ON_STARTUP_SITE_URL" desc="Prompt to add a new pag e."> |
| 571 Site URL | 571 Site URL |
| 572 </message> | 572 </message> |
| 573 | 573 |
| 574 <!-- Languages Page --> | 574 <!-- Languages Page --> |
| 575 <message name="IDS_SETTINGS_LANGUAGES_PAGE_TITLE" desc="Name of the settings p age which displays language and input method preferences."> | 575 <if expr="chromeos"> |
| 576 Languages | 576 <message name="IDS_SETTINGS_LANGUAGES_PAGE_TITLE" desc="Name of the settings page which displays language and input method preferences."> |
| 577 </message> | 577 Language and Input |
|
dschuyler
2016/04/07 21:17:58
Ah, this got changed to Languages in
https://docs
michaelpg
2016/04/07 23:13:38
I don't know what that doc is (Settings Icons?) bu
michaelpg
2016/04/08 19:09:09
bettes confirmed it should be Languages.
| |
| 578 <message name="IDS_SETTINGS_LANGUAGES_LANGUAGES_LIST_TITLE" desc="Title for th e list of languages that are enabled."> | 578 </message> |
| 579 Languages | 579 </if> |
| 580 <if expr="not chromeos"> | |
| 581 <message name="IDS_SETTINGS_LANGUAGES_PAGE_TITLE" desc="Name of the settings page which displays language preferences."> | |
| 582 Languages | |
| 583 </message> | |
| 584 </if> | |
| 585 <message name="IDS_SETTINGS_LANGUAGES_LANGUAGES_LIST_TITLE" desc="Title for th e currently used language in the header for the collapsible list of languages."> | |
| 586 Language | |
| 580 </message> | 587 </message> |
| 581 <message name="IDS_SETTINGS_LANGUAGES_LANGUAGES_MANAGE" desc="Button under the list of enabled languages which opens a sub-page that lets the user enable or d isable languages."> | 588 <message name="IDS_SETTINGS_LANGUAGES_LANGUAGES_MANAGE" desc="Button under the list of enabled languages which opens a sub-page that lets the user enable or d isable languages."> |
| 582 Manage languages | 589 Manage languages |
| 583 </message> | 590 </message> |
| 584 <message name="IDS_SETTINGS_LANGUAGES_INPUT_METHODS_LIST_TITLE" desc="Title fo r the list of input methods (keyboard layouts and input method editors) that are enabled."> | 591 <message name="IDS_SETTINGS_LANGUAGES_OFFER_TO_TRANSLATE_IN_THIS_LANGUAGE" des c="The label for a checkbox which indicates whether or not pages in this languag e should be translated by default."> |
| 585 Input methods | 592 Offer to translate pages in this language |
| 586 </message> | 593 </message> |
| 587 <message name="IDS_SETTINGS_LANGUAGES_INPUT_METHODS_MANAGE" desc="Button under the list of input methods which opens a sub-page that lets the user enable or d isable devices (such as keyboards)."> | 594 <message name="IDS_SETTINGS_LANGUAGES_CANNOT_TRANSLATE_IN_THIS_LANGUAGE" desc= "The string displayed in the details for a language when the language cannot be translated from."> |
| 588 Manage devices | 595 This language cannot be translated |
| 596 </message> | |
| 597 <message name="IDS_SETTINGS_LANGUAGES_INPUT_METHODS_LIST_TITLE" desc="Title fo r the current input method in the header for the collapsible list of enabled inp ut methods (keyboard layouts and input method editors)."> | |
| 598 Input method | |
| 599 </message> | |
| 600 <message name="IDS_SETTINGS_LANGUAGES_INPUT_METHODS_MANAGE" desc="Button under the list of input methods which opens a sub-page that lets the user enable or d isable keyboard layouts and input method editors."> | |
| 601 Manage inputs | |
| 589 </message> | 602 </message> |
| 590 <message name="IDS_SETTINGS_LANGUAGES_SPELL_CHECK_LIST_TITLE" desc="Title for the section containing the dropdown used to select the language to use for spell checking. The dropdown contains the enabled languages which support spell check ing."> | 603 <message name="IDS_SETTINGS_LANGUAGES_SPELL_CHECK_LIST_TITLE" desc="Title for the section containing the dropdown used to select the language to use for spell checking. The dropdown contains the enabled languages which support spell check ing."> |
| 591 Spell check | 604 Spell check |
| 592 </message> | 605 </message> |
| 593 <message name="IDS_SETTINGS_LANGUAGES_SPELL_CHECK_MANAGE" desc="Button under t he dropdown of spell check languages which opens a sub-page that lets the user a dd or remove words to the custom list of words whitelisted for spell checking."> | 606 <message name="IDS_SETTINGS_LANGUAGES_SPELL_CHECK_MANAGE" desc="Button under t he dropdown of spell check languages which opens a sub-page that lets the user a dd or remove words to the custom list of words whitelisted for spell checking."> |
| 594 Custom spelling | 607 Custom spelling |
| 595 </message> | 608 </message> |
| 596 <message name="IDS_SETTINGS_LANGUAGES_MANAGE_LANGUAGES_TITLE" desc="Name of th e settings sub-page which allows enabling and disabling languages."> | 609 <message name="IDS_SETTINGS_LANGUAGES_MANAGE_LANGUAGES_TITLE" desc="Name of th e settings sub-page which allows enabling and disabling languages."> |
| 597 Languages | 610 Manage languages |
| 598 </message> | 611 </message> |
| 599 <message name="IDS_SETTINGS_LANGUAGES_ALL_LANGUAGES" desc="Header for the list of all supported languages, which the user can use to enable languages, on the Manage Languages page."> | 612 <message name="IDS_SETTINGS_LANGUAGES_ALL_LANGUAGES" desc="Header for the list of all supported languages, which the user can use to enable languages, on the Manage Languages page."> |
| 600 All languages | 613 All languages |
| 601 </message> | 614 </message> |
| 602 <message name="IDS_SETTINGS_LANGUAGES_ENABLED_LANGUAGES" desc="Header for the list of enabled languages, which the user can use to disable languages, on the M anage Languages page."> | 615 <message name="IDS_SETTINGS_LANGUAGES_ENABLED_LANGUAGES" desc="Header for the list of enabled languages, which the user can use to disable languages, on the M anage Languages page."> |
| 603 Enabled languages | 616 Enabled languages |
| 604 </message> | 617 </message> |
| 605 <message name="IDS_SETTINGS_LANGUAGES_EDIT_DICTIONARY_TITLE" desc="Name of the settings sub-page which allows adding and remove custom words from the custom s pell check dictionary."> | 618 <message name="IDS_SETTINGS_LANGUAGES_EDIT_DICTIONARY_TITLE" desc="Name of the settings sub-page which allows adding and remove custom words from the custom s pell check dictionary."> |
| 606 Custom spelling dictionary | 619 Manage spell check |
| 607 </message> | 620 </message> |
| 608 <message name="IDS_SETTINGS_LANGUAGES_ADD_DICTIONARY_WORD" desc="Label for the text input used to add a new word to the custom spell check dictionary."> | 621 <message name="IDS_SETTINGS_LANGUAGES_ADD_DICTIONARY_WORD" desc="Label for the text input used to add a new word to the custom spell check dictionary."> |
| 609 Add a new word | 622 Add a new word |
| 610 </message> | 623 </message> |
| 611 <message name="IDS_SETTINGS_LANGUAGES_ADD_DICTIONARY_WORD_BUTTON" desc="Button next to the 'add word' text input used to add the word typed by the user to the custom spell check dictionary."> | 624 <message name="IDS_SETTINGS_LANGUAGES_ADD_DICTIONARY_WORD_BUTTON" desc="Button next to the 'add word' text input used to add the word typed by the user to the custom spell check dictionary."> |
| 612 Add word | 625 Add word |
| 613 </message> | 626 </message> |
| 614 <message name="IDS_SETTINGS_LANGUAGES_DICTIONARY_WORDS" desc="Header for the l ist of custom dictionary words used for spell check."> | 627 <message name="IDS_SETTINGS_LANGUAGES_DICTIONARY_WORDS" desc="Header for the l ist of custom dictionary words used for spell check."> |
| 615 Custom words | 628 Custom words |
| 616 </message> | 629 </message> |
| (...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1176 System | 1189 System |
| 1177 </message> | 1190 </message> |
| 1178 <message name="IDS_SETTINGS_SYSTEM_HARDWARE_ACCELERATION_LABEL" desc="Label for the checkbox that forces Chrome to render via hardware acceleration (GPU) wh en available."> | 1191 <message name="IDS_SETTINGS_SYSTEM_HARDWARE_ACCELERATION_LABEL" desc="Label for the checkbox that forces Chrome to render via hardware acceleration (GPU) wh en available."> |
| 1179 Use hardware acceleration when available | 1192 Use hardware acceleration when available |
| 1180 </message> | 1193 </message> |
| 1181 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> | 1194 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> |
| 1182 Change proxy settings | 1195 Change proxy settings |
| 1183 </message> | 1196 </message> |
| 1184 </if> | 1197 </if> |
| 1185 </grit-part> | 1198 </grit-part> |
| OLD | NEW |