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

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

Issue 1814703004: MD Settings: implement "RESTART" button for hardware acceleration to take effect (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 4 years, 9 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/metrics/chrome_metrics_service_accessor.h » ('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 <!-- 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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 <!-- Common --> 108 <!-- Common -->
109 <message name="IDS_SETTINGS_ADVANCED" desc="Name of the settings page which di splays advanced preferences."> 109 <message name="IDS_SETTINGS_ADVANCED" desc="Name of the settings page which di splays advanced preferences.">
110 Advanced 110 Advanced
111 </message> 111 </message>
112 <message name="IDS_SETTINGS_BASIC" desc="Name of the settings page which displ ays advanced preferences."> 112 <message name="IDS_SETTINGS_BASIC" desc="Name of the settings page which displ ays advanced preferences.">
113 Basic 113 Basic
114 </message> 114 </message>
115 <message name="IDS_SETTINGS_SETTINGS" desc="The settings page title."> 115 <message name="IDS_SETTINGS_SETTINGS" desc="The settings page title.">
116 Settings 116 Settings
117 </message> 117 </message>
118 <if expr="not chromeos">
119 <message name="IDS_SETTINGS_RESTART" desc="Text for a button that will resta rt Chrome.">
120 Relaunch
121 </message>
122 </if>
123 <if expr="chromeos">
124 <message name="IDS_SETTINGS_RESTART" desc="Text for a button that will resta rt ChromeOS.">
125 Restart
126 </message>
127 </if>
118 128
119 <!-- Passwords and Autofill Page --> 129 <!-- Passwords and Autofill Page -->
120 <message name="IDS_SETTINGS_PASSWORDS_AND_AUTOFILL_PAGE_TITLE" desc="Name of t he settings page which allows managing passwords and autofill settings."> 130 <message name="IDS_SETTINGS_PASSWORDS_AND_AUTOFILL_PAGE_TITLE" desc="Name of t he settings page which allows managing passwords and autofill settings.">
121 Passwords and forms 131 Passwords and forms
122 </message> 132 </message>
123 <message name="IDS_SETTINGS_AUTOFILL" desc="Name for the autofill section and toggle."> 133 <message name="IDS_SETTINGS_AUTOFILL" desc="Name for the autofill section and toggle.">
124 Autofill settings 134 Autofill settings
125 </message> 135 </message>
126 <message name="IDS_SETTINGS_AUTOFILL_DETAIL" desc="Description of what togglin g the 'Autofill' setting does. Immediately underneath IDS_SETTINGS_AUTOFILL"> 136 <message name="IDS_SETTINGS_AUTOFILL_DETAIL" desc="Description of what togglin g the 'Autofill' setting does. Immediately underneath IDS_SETTINGS_AUTOFILL">
127 Enable Autofill to fill out forms in a single click 137 Enable Autofill to fill out forms in a single click
(...skipping 1018 matching lines...) Expand 10 before | Expand all | Expand 10 after
1146 System 1156 System
1147 </message> 1157 </message>
1148 <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."> 1158 <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.">
1149 Use hardware acceleration when available 1159 Use hardware acceleration when available
1150 </message> 1160 </message>
1151 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 1161 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
1152 Change proxy settings 1162 Change proxy settings
1153 </message> 1163 </message>
1154 </if> 1164 </if>
1155 </grit-part> 1165 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/metrics/chrome_metrics_service_accessor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698