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

Unified 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: fixes Created 4 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 side-by-side diff with in-line comments
Download patch
Index: chrome/app/settings_strings.grdp
diff --git a/chrome/app/settings_strings.grdp b/chrome/app/settings_strings.grdp
index 5d7f7f21e9128e53b166a3038771b1922cc5832e..ffb41f35960152c41012d48b5ec761e6dc98f525 100644
--- a/chrome/app/settings_strings.grdp
+++ b/chrome/app/settings_strings.grdp
@@ -915,5 +915,44 @@
<message name="IDS_SETTINGS_KEYBOARD_TITLE" desc="In Device Settings, the title for keyboard settings.">
Keyboard settings
</message>
+ <message name="IDS_SETTINGS_KEYBOARD_KEY_SEARCH_LABEL" desc="In Device Settings, the label for the Search key.">
dschuyler 2016/03/02 01:08:06 optional: I've been asked in other reviews to drop
michaelpg 2016/03/02 02:42:05 Done.
+ Search
+ </message>
+ <message name="IDS_SETTINGS_KEYBOARD_KEY_LEFT_CTRL_LABEL" desc="In Device Settings, the label for the Ctrl key.">
+ Ctrl
+ </message>
+ <message name="IDS_SETTINGS_KEYBOARD_KEY_LEFT_ALT_LABEL" desc="In Device Settings, the label for the Alt key.">
+ Alt
+ </message>
+ <message name="IDS_SETTINGS_KEYBOARD_KEY_CAPS_LOCK_LABEL" desc="In Device Settings, the label for the Caps Lock key.">
+ Caps Lock
+ </message>
+ <message name="IDS_SETTINGS_KEYBOARD_KEY_DIAMOND_LABEL" desc="In Device Settings, the label for the Diamond key.">
+ Diamond
+ </message>
+ <message name="IDS_SETTINGS_KEYBOARD_KEY_SEARCH" desc="In Device Settings, the dropdown list item for the Search key.">
+ Search
+ </message>
+ <message name="IDS_SETTINGS_KEYBOARD_KEY_LEFT_CTRL" desc="In Device Settings, the dropdown list item for the Ctrl key.">
+ Ctrl
+ </message>
+ <message name="IDS_SETTINGS_KEYBOARD_KEY_LEFT_ALT" desc="In Device Settings, the dropdown list item for the Alt key.">
dschuyler 2016/03/02 01:08:06 It seems strange to have IDS names with and withou
michaelpg 2016/03/02 02:42:06 Options did this. I took a quick peek at the trans
+ Alt
+ </message>
+ <message name="IDS_SETTINGS_KEYBOARD_KEY_CAPS_LOCK" desc="In Device Settings, the dropdown list item for the Caps Lock key.">
+ Caps Lock
+ </message>
+ <message name="IDS_SETTINGS_KEYBOARD_KEY_ESCAPE" desc="In Device Settings, the dropdown list item for the Escape key.">
+ Escape
+ </message>
+ <message name="IDS_SETTINGS_KEYBOARD_KEY_DISABLED" desc="In Device Settings, the dropdown list item for a disabled key.">
+ Disabled
+ </message>
+ <message name="IDS_SETTINGS_KEYBOARD_SEND_FUNCTION_KEYS" desc="In Device Settings, the checkbox label for interpreting the top-row keys as function keys instead.">
+ Treat top-row keys as function keys
+ </message>
+ <message name="IDS_SETTINGS_KEYBOARD_SEND_FUNCTION_KEYS_DESCRIPTION" desc="In Device Settings, the label describing how to use the top-row keys' original actions when they are set to behave like function keys.">
+ Hold the Search key to switch the behavior of the top-row keys.
+ </message>
</if>
</grit-part>

Powered by Google App Engine
This is Rietveld 408576698