| 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},
|
|
|