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

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

Issue 2088913002: Add strings needed for the PIN unlock section in md-settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Created 4 years, 6 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
« chrome/app/settings_strings.grdp ('K') | « chrome/app/settings_strings.grdp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 20cb48850bb27f57d869aeb42d56d2552851e6e7..5ab2f472bb8ef26a2389f699d30f3de7045eb291 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
@@ -718,6 +718,36 @@ void AddPeopleStrings(content::WebUIDataSource* html_source) {
{"manageSupervisedUsers", IDS_SETTINGS_PEOPLE_MANAGE_SUPERVISED_USERS},
#if defined(OS_CHROMEOS)
{"enableScreenlock", IDS_SETTINGS_PEOPLE_ENABLE_SCREENLOCK},
+ {"quickUnlockTitle", IDS_SETTINGS_QUICK_UNLOCK_TITLE},
+ {"quickUnlockPageTitle", IDS_SETTINGS_QUICK_UNLOCK_PAGE_TITLE},
+ {"quickUnlockConfirmLogin", IDS_SETTINGS_QUICK_UNLOCK_CONFIRM_LOGIN},
+ {"quickUnlockPasswordLabel", IDS_SETTINGS_QUICK_UNLOCK_PASSWORD_LABEL},
+ {"quickUnlockInvalidPassword", IDS_SETTINGS_QUICK_UNLOCK_INVALID_PASSWORD},
+ {"quickUnlockChooseUnlockMethod",
+ IDS_SETTINGS_QUICK_UNLOCK_CHOOSE_UNLOCK_METHOD},
+ {"quickUnlockUnlockMethodPassword",
+ IDS_SETTINGS_QUICK_UNLOCK_UNLOCK_METHOD_PASSWORD},
+ {"quickUnlockUnlockMethodPinAndPassword",
+ IDS_SETTINGS_QUICK_UNLOCK_UNLOCK_METHOD_PIN_AND_PASSWORD},
+ {"quickUnlockUnlockMethodNone",
+ IDS_SETTINGS_QUICK_UNLOCK_UNLOCK_METHOD_NONE},
+ {"quickUnlockPinDisclaimer", IDS_SETTINGS_QUICK_UNLOCK_PIN_DISCLAIMER},
+ {"quickUnlockConfigurePinButton",
+ IDS_SETTINGS_QUICK_UNLOCK_CONFIGURE_PIN_BUTTON},
+ {"quickUnlockConfigurePinChoosePinTitle",
+ IDS_SETTINGS_QUICK_UNLOCK_CONFIGURE_PIN_CHOOSE_PIN_TITLE},
+ {"quickUnlockConfigurePinChoosePinWeakPinWarning",
+ IDS_SETTINGS_QUICK_UNLOCK_CONFIGURE_PIN_CHOOSE_PIN_WEAK_PIN_WARNING},
+ {"quickUnlockConfigurePinContinueButton",
+ IDS_SETTINGS_QUICK_UNLOCK_CONFIGURE_PIN_CONTINUE_BUTTON},
+ {"quickUnlockConfigurePinConfirmPinTitle",
+ IDS_SETTINGS_QUICK_UNLOCK_CONFIGURE_PIN_CONFIRM_PIN_TITLE},
+ {"quickUnlockConfigurePinMismatchedPins",
+ IDS_SETTINGS_QUICK_UNLOCK_CONFIGURE_PIN_MISMATCHED_PINS},
+ {"quickUnlockConfigurePinBackButton",
+ IDS_SETTINGS_QUICK_UNLOCK_CONFIGURE_PIN_BACK_BUTTON},
+ {"quickUnlockConfigurePinSaveButton",
+ IDS_SETTINGS_QUICK_UNLOCK_CONFIGURE_PIN_SAVE_BUTTON},
{"changePictureTitle", IDS_SETTINGS_CHANGE_PICTURE_DIALOG_TITLE},
{"changePicturePageDescription", IDS_SETTINGS_CHANGE_PICTURE_DIALOG_TEXT},
{"takePhoto", IDS_SETTINGS_CHANGE_PICTURE_TAKE_PHOTO},
« chrome/app/settings_strings.grdp ('K') | « chrome/app/settings_strings.grdp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698