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

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

Issue 1753653002: MD Settings: First half of Device > Keyboard sub-page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: missed one 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/extensions/api/settings_private/prefs_util.cc » ('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 <if expr="chromeos"> 9 <if expr="chromeos">
10 <!-- Accessibility Page --> 10 <!-- Accessibility Page -->
(...skipping 940 matching lines...) Expand 10 before | Expand all | Expand 10 after
951 <message name="IDS_SETTINGS_NATURAL_SCROLL_LABEL" desc="In Device Settings, the text next to the radio button that enables natural scrolling."> 951 <message name="IDS_SETTINGS_NATURAL_SCROLL_LABEL" desc="In Device Settings, the text next to the radio button that enables natural scrolling.">
952 Australian <ph name="BEGIN_LINK">&lt;a href="$1" target="_blank"&gt;</ph>L earn more<ph name="END_LINK">&lt;/a&gt;</ph> 952 Australian <ph name="BEGIN_LINK">&lt;a href="$1" target="_blank"&gt;</ph>L earn more<ph name="END_LINK">&lt;/a&gt;</ph>
953 </message> 953 </message>
954 <message name="IDS_SETTINGS_TRADITIONAL_SCROLL_LABEL" desc="In Device Settin gs, the text next to the radio button that enables traditional scrolling."> 954 <message name="IDS_SETTINGS_TRADITIONAL_SCROLL_LABEL" desc="In Device Settin gs, the text next to the radio button that enables traditional scrolling.">
955 Traditional 955 Traditional
956 </message> 956 </message>
957 <!-- Keyboard --> 957 <!-- Keyboard -->
958 <message name="IDS_SETTINGS_KEYBOARD_TITLE" desc="In Device Settings, the ti tle for keyboard settings."> 958 <message name="IDS_SETTINGS_KEYBOARD_TITLE" desc="In Device Settings, the ti tle for keyboard settings.">
959 Keyboard settings 959 Keyboard settings
960 </message> 960 </message>
961 <message name="IDS_SETTINGS_KEYBOARD_KEY_SEARCH" desc="In Device Settings, t he label and dropdown list item for the Search key.">
962 Search
963 </message>
964 <message name="IDS_SETTINGS_KEYBOARD_KEY_LEFT_CTRL" desc="In Device Settings , the label and dropdown list item for the Ctrl key.">
965 Ctrl
966 </message>
967 <message name="IDS_SETTINGS_KEYBOARD_KEY_LEFT_ALT" desc="In Device Settings, the label and dropdown list item for the Alt key.">
968 Alt
969 </message>
970 <message name="IDS_SETTINGS_KEYBOARD_KEY_CAPS_LOCK" desc="In Device Settings , the label and dropdown list item for the Caps Lock key.">
971 Caps Lock
972 </message>
973 <message name="IDS_SETTINGS_KEYBOARD_KEY_DIAMOND" desc="In Device Settings, the label for the Diamond key.">
974 Diamond
975 </message>
976 <message name="IDS_SETTINGS_KEYBOARD_KEY_ESCAPE" desc="In Device Settings, t he dropdown list item for the Escape key.">
977 Escape
978 </message>
979 <message name="IDS_SETTINGS_KEYBOARD_KEY_DISABLED" desc="In Device Settings, the dropdown list item for a disabled key.">
980 Disabled
981 </message>
982 <message name="IDS_SETTINGS_KEYBOARD_SEND_FUNCTION_KEYS" desc="In Device Set tings, the checkbox label for interpreting the top-row keys as function keys ins tead.">
983 Treat top-row keys as function keys
984 </message>
985 <message name="IDS_SETTINGS_KEYBOARD_SEND_FUNCTION_KEYS_DESCRIPTION" desc="I n Device Settings, the label describing how to use the top-row keys' original ac tions when they are set to behave like function keys.">
986 Hold the Search key to switch the behavior of the top-row keys.
987 </message>
961 </if> 988 </if>
962 </grit-part> 989 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/api/settings_private/prefs_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698