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

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

Issue 2077063002: MD Settings: Allow the user to order the list of languages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 5 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.js » ('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 736 matching lines...) Expand 10 before | Expand all | Expand 10 after
747 </message> 747 </message>
748 </if> 748 </if>
749 <if expr="not chromeos"> 749 <if expr="not chromeos">
750 <message name="IDS_SETTINGS_LANGUAGES_PAGE_TITLE" desc="Name of the settings page which displays language preferences."> 750 <message name="IDS_SETTINGS_LANGUAGES_PAGE_TITLE" desc="Name of the settings page which displays language preferences.">
751 Languages 751 Languages
752 </message> 752 </message>
753 </if> 753 </if>
754 <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."> 754 <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.">
755 Language 755 Language
756 </message> 756 </message>
757 <message name="IDS_SETTINGS_LANGUAGES_LANGUAGES_LIST_ORDERING_INSTRUCTIONS" de sc="Explanatory message about ordering the list of languages.">
758 Order languages based on your preference.
759 </message>
760 <message name="IDS_SETTINGS_LANGUAGES_LANGUAGES_LIST_MOVE_UP" desc="Label for the menu item that moves the language up in the list of languages.">
761 Move up
762 </message>
763 <message name="IDS_SETTINGS_LANGUAGES_LANGUAGES_LIST_MOVE_DOWN" desc="Label fo r the menu item that moves the language down in the list of languages.">
764 Move down
765 </message>
766 <message name="IDS_SETTINGS_LANGUAGES_LANGUAGES_LIST_LANGUAGE_DETAIL" desc="La bel for the menu item which opens a sub-page that displays details for a languag e.">
767 Language settings
768 </message>
757 <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."> 769 <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.">
758 Manage languages 770 Manage languages
759 </message> 771 </message>
760 <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."> 772 <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.">
761 Offer to translate pages in this language 773 Offer to translate pages in this language
762 </message> 774 </message>
763 <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."> 775 <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.">
764 This language cannot be translated 776 This language cannot be translated
765 </message> 777 </message>
766 <if expr="chromeos"> 778 <if expr="chromeos">
(...skipping 848 matching lines...) Expand 10 before | Expand all | Expand 10 after
1615 System 1627 System
1616 </message> 1628 </message>
1617 <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."> 1629 <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.">
1618 Use hardware acceleration when available 1630 Use hardware acceleration when available
1619 </message> 1631 </message>
1620 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 1632 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
1621 Change proxy settings 1633 Change proxy settings
1622 </message> 1634 </message>
1623 </if> 1635 </if>
1624 </grit-part> 1636 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/languages_page/languages.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698