Chromium Code Reviews| 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> |