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

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

Issue 2663083002: MD Settings: Migrate enable-translation toggle from non-MD settings page. (Closed)
Patch Set: fix tests Created 3 years, 10 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
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 <message name="IDS_SETTINGS_ABOUT_PAGE_BROWSER_VERSION" desc="The text label d escribing the version of the browser, example: Version 57.0.2937.0 (Developer Bu ild) unknown (64-bit)"> 5 <message name="IDS_SETTINGS_ABOUT_PAGE_BROWSER_VERSION" desc="The text label d escribing the version of the browser, example: Version 57.0.2937.0 (Developer Bu ild) unknown (64-bit)">
6 Version <ph name="PRODUCT_VERSION">$1<ex>15.0.865.0</ex></ph> (<ph name="PRO DUCT_CHANNEL">$2<ex>Developer Build</ex></ph>) <ph name="PRODUCT_MODIFIER">$3</p h> <ph name="PRODUCT_VERSION_BITS">$4</ph> 6 Version <ph name="PRODUCT_VERSION">$1<ex>15.0.865.0</ex></ph> (<ph name="PRO DUCT_CHANNEL">$2<ex>Developer Build</ex></ph>) <ph name="PRODUCT_MODIFIER">$3</p h> <ph name="PRODUCT_VERSION_BITS">$4</ph>
7 </message> 7 </message>
8 <if expr="chromeos"> 8 <if expr="chromeos">
9 <message name="IDS_SETTINGS_ABOUT_PAGE_DETAILED_BUILD_INFO" desc="Label desc ribing the section that shows detailed information about the current Chrome buil d."> 9 <message name="IDS_SETTINGS_ABOUT_PAGE_DETAILED_BUILD_INFO" desc="Label desc ribing the section that shows detailed information about the current Chrome buil d.">
10 Detailed build information 10 Detailed build information
(...skipping 1440 matching lines...) Expand 10 before | Expand all | Expand 10 after
1451 </message> 1451 </message>
1452 <message name="IDS_SETTINGS_LANGUAGES_LANGUAGES_LIST_REMOVE" desc="Label for t he menu item to remove a language from the list of enabled languages."> 1452 <message name="IDS_SETTINGS_LANGUAGES_LANGUAGES_LIST_REMOVE" desc="Label for t he menu item to remove a language from the list of enabled languages.">
1453 Remove 1453 Remove
1454 </message> 1454 </message>
1455 <message name="IDS_SETTINGS_LANGUAGES_LANGUAGES_ADD" desc="Button under the li st of enabled languages which opens a dialog that lets the user enable additiona l languages."> 1455 <message name="IDS_SETTINGS_LANGUAGES_LANGUAGES_ADD" desc="Button under the li st of enabled languages which opens a dialog that lets the user enable additiona l languages.">
1456 Add languages 1456 Add languages
1457 </message> 1457 </message>
1458 <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."> 1458 <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.">
1459 Offer to translate pages in this language 1459 Offer to translate pages in this language
1460 </message> 1460 </message>
1461 <message name="IDS_SETTINGS_LANGUAGES_OFFER_TO_ENABLE_TRANSLATE" desc="The lab el of the check-box that enables the prompt to translate a page.">
1462 Offer to translate pages that aren't in a language you read.
1463 </message>
1461 <if expr="chromeos"> 1464 <if expr="chromeos">
1462 <message name="IDS_SETTINGS_LANGUAGES_INPUT_METHODS_LIST_TITLE" desc="Title for the current input method in the header for the collapsible list of enabled i nput methods (keyboard layouts and input method editors)."> 1465 <message name="IDS_SETTINGS_LANGUAGES_INPUT_METHODS_LIST_TITLE" desc="Title for the current input method in the header for the collapsible list of enabled i nput methods (keyboard layouts and input method editors).">
1463 Input method 1466 Input method
1464 </message> 1467 </message>
1465 <message name="IDS_SETTINGS_LANGUAGES_INPUT_METHOD_ENABLED" desc="Label unde rneath the currently active input method in the list of enabled input methods."> 1468 <message name="IDS_SETTINGS_LANGUAGES_INPUT_METHOD_ENABLED" desc="Label unde rneath the currently active input method in the list of enabled input methods.">
1466 Enabled 1469 Enabled
1467 </message> 1470 </message>
1468 <message name="IDS_SETTINGS_LANGUAGES_INPUT_METHODS_EXPAND_ACCESSIBILITY_LAB EL" desc="Label for the button that toggles showing the input options (keyboard and keyboard layouts). Only visible by screen reader software."> 1471 <message name="IDS_SETTINGS_LANGUAGES_INPUT_METHODS_EXPAND_ACCESSIBILITY_LAB EL" desc="Label for the button that toggles showing the input options (keyboard and keyboard layouts). Only visible by screen reader software.">
1469 Show input options 1472 Show input options
1470 </message> 1473 </message>
(...skipping 1302 matching lines...) Expand 10 before | Expand all | Expand 10 after
2773 System 2776 System
2774 </message> 2777 </message>
2775 <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."> 2778 <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.">
2776 Use hardware acceleration when available 2779 Use hardware acceleration when available
2777 </message> 2780 </message>
2778 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 2781 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
2779 Change proxy settings 2782 Change proxy settings
2780 </message> 2783 </message>
2781 </if> 2784 </if>
2782 </grit-part> 2785 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698