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

Unified Diff: chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc

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/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
diff --git a/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc b/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
index 055a6e164e7051ab09fd4807441907706adea812..5c2ee762e0763a196d0c6a1b5e1b7fdcb4a10b21 100644
--- a/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
+++ b/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
@@ -304,6 +304,34 @@ void AddDeviceStrings(content::WebUIDataSource* html_source) {
"traditionalScrollLabel", IDS_SETTINGS_TRADITIONAL_SCROLL_LABEL);
html_source->AddLocalizedString(
"keyboardTitle", IDS_SETTINGS_KEYBOARD_TITLE);
+ html_source->AddLocalizedString(
+ "keyboardKeySearchLabel", IDS_SETTINGS_KEYBOARD_KEY_SEARCH_LABEL);
+ html_source->AddLocalizedString(
+ "keyboardKeyCtrlLabel", IDS_SETTINGS_KEYBOARD_KEY_LEFT_CTRL_LABEL);
+ html_source->AddLocalizedString(
+ "keyboardKeyAltLabel", IDS_SETTINGS_KEYBOARD_KEY_LEFT_ALT_LABEL);
+ html_source->AddLocalizedString(
+ "keyboardKeyCapsLockLabel", IDS_SETTINGS_KEYBOARD_KEY_CAPS_LOCK_LABEL);
+ html_source->AddLocalizedString(
+ "keyboardKeyDiamondLabel",
+ IDS_SETTINGS_KEYBOARD_KEY_DIAMOND_LABEL);
+ html_source->AddLocalizedString(
+ "keyboardKeySearch", IDS_SETTINGS_KEYBOARD_KEY_SEARCH);
+ html_source->AddLocalizedString(
+ "keyboardKeyCtrl", IDS_SETTINGS_KEYBOARD_KEY_LEFT_CTRL);
+ html_source->AddLocalizedString(
+ "keyboardKeyAlt", IDS_SETTINGS_KEYBOARD_KEY_LEFT_ALT);
+ html_source->AddLocalizedString(
+ "keyboardKeyDisabled", IDS_SETTINGS_KEYBOARD_KEY_DISABLED);
+ html_source->AddLocalizedString(
+ "keyboardKeyCapsLock", IDS_SETTINGS_KEYBOARD_KEY_CAPS_LOCK);
+ html_source->AddLocalizedString(
+ "keyboardKeyEscape", IDS_SETTINGS_KEYBOARD_KEY_ESCAPE);
+ html_source->AddLocalizedString(
+ "keyboardSendFunctionKeys", IDS_SETTINGS_KEYBOARD_SEND_FUNCTION_KEYS);
+ html_source->AddLocalizedString(
+ "keyboardSendFunctionKeysDescription",
+ IDS_SETTINGS_KEYBOARD_SEND_FUNCTION_KEYS_DESCRIPTION);
}
#endif

Powered by Google App Engine
This is Rietveld 408576698