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

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

Issue 1961133004: MD Settings: Add remaining buttons to keyboard subpage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: closure Created 4 years, 7 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/device_page/compiled_resources2.gyp » ('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 1216 matching lines...) Expand 10 before | Expand all | Expand 10 after
1227 </message> 1227 </message>
1228 <message name="IDS_SETTINGS_KEYBOARD_AUTO_REPEAT_RATE" desc="The label for t he slider for the auto-repeat rate. The rate is how many times a key repeats per second once auto-repeating has begun."> 1228 <message name="IDS_SETTINGS_KEYBOARD_AUTO_REPEAT_RATE" desc="The label for t he slider for the auto-repeat rate. The rate is how many times a key repeats per second once auto-repeating has begun.">
1229 Repeat rate 1229 Repeat rate
1230 </message> 1230 </message>
1231 <message name="IDS_SETTINGS_KEYBOARD_AUTO_REPEAT_RATE_SLOW" desc="The label for the beginning of the auto-repeat rate slider, representing a slow repeat rat e."> 1231 <message name="IDS_SETTINGS_KEYBOARD_AUTO_REPEAT_RATE_SLOW" desc="The label for the beginning of the auto-repeat rate slider, representing a slow repeat rat e.">
1232 Slow 1232 Slow
1233 </message> 1233 </message>
1234 <message name="IDS_SETTINGS_KEYBOARD_AUTO_REPEAT_FAST" desc="The label for t he end of the auto-repeat rate slider, representing a fast repeat rate."> 1234 <message name="IDS_SETTINGS_KEYBOARD_AUTO_REPEAT_FAST" desc="The label for t he end of the auto-repeat rate slider, representing a fast repeat rate.">
1235 Fast 1235 Fast
1236 </message> 1236 </message>
1237 <message name="IDS_SETTINGS_KEYBOARD_SHOW_KEYBOARD_SHORTCUTS_OVERLAY" desc=" The link to open the keyboard shortuts overlay.">
1238 View keyboard shortcuts
1239 </message>
1240 <message name="IDS_SETTINGS_KEYBOARD_SHOW_LANGUAGE_AND_INPUT" desc="The link to navigate to the language and input method settings.">
1241 Change language and input settings
1242 </message>
1237 1243
1238 <!-- Display --> 1244 <!-- Display -->
1239 <message name="IDS_SETTINGS_DISPLAY_TITLE" desc="In Device Settings, the tit le for display settings."> 1245 <message name="IDS_SETTINGS_DISPLAY_TITLE" desc="In Device Settings, the tit le for display settings.">
1240 Displays 1246 Displays
1241 </message> 1247 </message>
1242 <message name="IDS_SETTINGS_DISPLAY_ARRANGEMENT" desc="In Device Settings > Displays, the label for the display arrangement section."> 1248 <message name="IDS_SETTINGS_DISPLAY_ARRANGEMENT" desc="In Device Settings > Displays, the label for the display arrangement section.">
1243 Arrangement 1249 Arrangement
1244 </message> 1250 </message>
1245 <message name="IDS_SETTINGS_DISPLAY_MIRROR" desc="In Device Settings > Displ ays, the label for the control for mirroring."> 1251 <message name="IDS_SETTINGS_DISPLAY_MIRROR" desc="In Device Settings > Displ ays, the label for the control for mirroring.">
1246 Mirror displays 1252 Mirror displays
(...skipping 27 matching lines...) Expand all
1274 System 1280 System
1275 </message> 1281 </message>
1276 <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."> 1282 <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.">
1277 Use hardware acceleration when available 1283 Use hardware acceleration when available
1278 </message> 1284 </message>
1279 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 1285 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
1280 Change proxy settings 1286 Change proxy settings
1281 </message> 1287 </message>
1282 </if> 1288 </if>
1283 </grit-part> 1289 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/device_page/compiled_resources2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698