Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Side by Side Diff: chrome/app/settings_strings.grdp

Issue 2047733003: MD Settings: Spellcheck subsection secondary text (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@FixLanuageStrings
Patch Set: TODO Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/settings/languages_page/languages_page.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 <!-- About Page --> 4 <!-- About Page -->
5 <if expr="chromeos"> 5 <if expr="chromeos">
6 <message name="IDS_SETTINGS_ABOUT_PAGE_CHECK_FOR_UPDATES" desc="The button l abel to check for updates and apply (download and install) if found"> 6 <message name="IDS_SETTINGS_ABOUT_PAGE_CHECK_FOR_UPDATES" desc="The button l abel to check for updates and apply (download and install) if found">
7 Check for updates 7 Check for updates
8 </message> 8 </message>
9 <message name="IDS_SETTINGS_ABOUT_PAGE_CURRENT_CHANNEL_STABLE" desc="The sta ble label in the message about current channel."> 9 <message name="IDS_SETTINGS_ABOUT_PAGE_CURRENT_CHANNEL_STABLE" desc="The sta ble label in the message about current channel.">
10 stable 10 stable
(...skipping 766 matching lines...) Expand 10 before | Expand all | Expand 10 after
777 <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."> 777 <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.">
778 All languages 778 All languages
779 </message> 779 </message>
780 <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."> 780 <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.">
781 Enabled languages 781 Enabled languages
782 </message> 782 </message>
783 <if expr="not is_macosx"> 783 <if expr="not is_macosx">
784 <message name="IDS_SETTINGS_LANGUAGES_SPELL_CHECK_LIST_TITLE" desc="Title fo r the section containing the dropdown used to select the language to use for spe ll checking. The dropdown contains the enabled languages which support spell che cking."> 784 <message name="IDS_SETTINGS_LANGUAGES_SPELL_CHECK_LIST_TITLE" desc="Title fo r the section containing the dropdown used to select the language to use for spe ll checking. The dropdown contains the enabled languages which support spell che cking.">
785 Spell check 785 Spell check
786 </message> 786 </message>
787 <message name="IDS_SETTINGS_LANGUAGES_SPELL_CHECK_SUMMARY_TWO_LANGUAGES" des c="Subtitle for the spell check section when spell check is enabled for two lang uages, listing those languages.">
788 <ph name="LANGUAGE_1">$1<ex>English (United States)</ex></ph>, <ph name="L ANGUAGE_2">$2<ex>Italian</ex></ph>
789 </message>
790 <message name="IDS_SETTINGS_LANGUAGES_SPELL_CHECK_SUMMARY_THREE_LANGUAGES" d esc="Subtitle for the spell check section when spell check is enabled for three languages, listing only the first two.">
791 <ph name="LANGUAGE_1">$1<ex>English (United States)</ex></ph>, <ph name="L ANGUAGE_2">$2<ex>Italian</ex></ph>, and 1 other
792 </message>
793 <message name="IDS_SETTINGS_LANGUAGES_SPELL_CHECK_SUMMARY_MULTIPLE_LANGUAGES " desc="Subtitle for the spell check section when spell check is enabled for mor e than three languages, listing only the first two.">
794 <ph name="LANGUAGE_1">$1<ex>English (United States)</ex></ph>, <ph name="L ANGUAGE_2">$2<ex>Italian</ex></ph>, and <ph name="NUM_ADDITIONAL_LANGUAGES">$3<e x>2</ex></ph> others
795 </message>
787 <message name="IDS_SETTINGS_LANGUAGES_SPELL_CHECK_MANAGE" desc="Button under the dropdown of spell check languages which opens a sub-page that lets the user add or remove words to the custom list of words whitelisted for spell checking. "> 796 <message name="IDS_SETTINGS_LANGUAGES_SPELL_CHECK_MANAGE" desc="Button under the dropdown of spell check languages which opens a sub-page that lets the user add or remove words to the custom list of words whitelisted for spell checking. ">
788 Custom spelling 797 Custom spelling
789 </message> 798 </message>
790 <message name="IDS_SETTINGS_LANGUAGES_EDIT_DICTIONARY_TITLE" desc="Name of t he settings sub-page which allows adding and remove custom words from the custom spell check dictionary."> 799 <message name="IDS_SETTINGS_LANGUAGES_EDIT_DICTIONARY_TITLE" desc="Name of t he settings sub-page which allows adding and remove custom words from the custom spell check dictionary.">
791 Manage spell check 800 Manage spell check
792 </message> 801 </message>
793 <message name="IDS_SETTINGS_LANGUAGES_ADD_DICTIONARY_WORD" desc="Label for t he text input used to add a new word to the custom spell check dictionary."> 802 <message name="IDS_SETTINGS_LANGUAGES_ADD_DICTIONARY_WORD" desc="Label for t he text input used to add a new word to the custom spell check dictionary.">
794 Add a new word 803 Add a new word
795 </message> 804 </message>
796 <message name="IDS_SETTINGS_LANGUAGES_ADD_DICTIONARY_WORD_BUTTON" desc="Butt on next to the 'add word' text input used to add the word typed by the user to t he custom spell check dictionary."> 805 <message name="IDS_SETTINGS_LANGUAGES_ADD_DICTIONARY_WORD_BUTTON" desc="Butt on next to the 'add word' text input used to add the word typed by the user to t he custom spell check dictionary.">
(...skipping 740 matching lines...) Expand 10 before | Expand all | Expand 10 after
1537 System 1546 System
1538 </message> 1547 </message>
1539 <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."> 1548 <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.">
1540 Use hardware acceleration when available 1549 Use hardware acceleration when available
1541 </message> 1550 </message>
1542 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 1551 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
1543 Change proxy settings 1552 Change proxy settings
1544 </message> 1553 </message>
1545 </if> 1554 </if>
1546 </grit-part> 1555 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/languages_page/languages_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698