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

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

Issue 2669073002: MD Settings: Allow controlled-button to be used with icons. (Closed)
Patch Set: add comment about iconClass 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 958 matching lines...) Expand 10 before | Expand all | Expand 10 after
969 Set up cloud printing devices 969 Set up cloud printing devices
970 </message> 970 </message>
971 971
972 <!-- Downloads Page --> 972 <!-- Downloads Page -->
973 <message name="IDS_SETTINGS_DOWNLOADS" desc="Name of the settings page which d isplays download preferences."> 973 <message name="IDS_SETTINGS_DOWNLOADS" desc="Name of the settings page which d isplays download preferences.">
974 Downloads 974 Downloads
975 </message> 975 </message>
976 <message name="IDS_SETTINGS_DOWNLOAD_LOCATION" desc="Label for the input which allows the user to specify the default download directory."> 976 <message name="IDS_SETTINGS_DOWNLOAD_LOCATION" desc="Label for the input which allows the user to specify the default download directory.">
977 Location 977 Location
978 </message> 978 </message>
979 <message name="IDS_SETTINGS_CHANGE_DOWNLOAD_LOCATION" desc="Text for the butto n which allows the user to change the default download directory.">
980 Change
981 </message>
982 <message name="IDS_SETTINGS_PROMPT_FOR_DOWNLOAD" desc="Label for the checkbox which enables a prompt for the user to choose a download location for each downl oad instead of using the default."> 979 <message name="IDS_SETTINGS_PROMPT_FOR_DOWNLOAD" desc="Label for the checkbox which enables a prompt for the user to choose a download location for each downl oad instead of using the default.">
983 Ask where to save each file before downloading 980 Ask where to save each file before downloading
984 </message> 981 </message>
985 <message name="IDS_SETTINGS_DISCONNECT_GOOGLE_DRIVE" desc="Label for the check box which enables disconnecting from Google Drive account."> 982 <message name="IDS_SETTINGS_DISCONNECT_GOOGLE_DRIVE" desc="Label for the check box which enables disconnecting from Google Drive account.">
986 Disconnect Google Drive account 983 Disconnect Google Drive account
987 </message> 984 </message>
988 985
989 <if expr="chromeos"> 986 <if expr="chromeos">
990 <!-- Date/Time Page --> 987 <!-- Date/Time Page -->
991 <message name="IDS_SETTINGS_DATE_TIME" desc="Name of the settings page which displays date and time preferences."> 988 <message name="IDS_SETTINGS_DATE_TIME" desc="Name of the settings page which displays date and time preferences.">
(...skipping 1781 matching lines...) Expand 10 before | Expand all | Expand 10 after
2773 System 2770 System
2774 </message> 2771 </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."> 2772 <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 2773 Use hardware acceleration when available
2777 </message> 2774 </message>
2778 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 2775 <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 2776 Change proxy settings
2780 </message> 2777 </message>
2781 </if> 2778 </if>
2782 </grit-part> 2779 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698