diff options
author | Michael Jurka <mikejurka@google.com> | 2012-09-07 09:24:03 -0700 |
---|---|---|
committer | Michael Jurka <mikejurka@google.com> | 2012-09-14 12:44:20 -0700 |
commit | 8227e303850d7c1162c62947b70d0592432b455e (patch) | |
tree | a3bba25ff5953a4a85d050a89a05bbf690186739 /res/values | |
parent | a92861471d41a6cfae0c7e6825d02398fdbd0b42 (diff) | |
download | packages_apps_Settings-8227e303850d7c1162c62947b70d0592432b455e.zip packages_apps_Settings-8227e303850d7c1162c62947b70d0592432b455e.tar.gz packages_apps_Settings-8227e303850d7c1162c62947b70d0592432b455e.tar.bz2 |
Add support for setting lock widgets
Change-Id: I26165f1bc60e3cf277dbdd4f627ac720b492ffde
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index f1b4a5e..f22013e 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -794,6 +794,12 @@ <!-- Title for PreferenceScreen to launch picker for security method when there is none [CHAR LIMIT=22] --> <string name="unlock_set_unlock_launch_picker_title">Screen lock</string> + <!-- Title for PreferenceScreen to launch picker for a user-selected widget that will live on lock screen [CHAR LIMIT=22] --> + <string name="choose_user_selected_lockscreen_widget_picker_title">Widget</string> + + <!-- String to display if there is no user-selected widget on lock screen [CHAR LIMIT=22] --> + <string name="widget_none">None</string> + <!-- Title for PreferenceScreen to change security method: None/Pattern/PIN/Password [CHAR LIMIT=22] --> <string name="unlock_set_unlock_launch_picker_change_title">Change lock screen</string> @@ -2342,6 +2348,8 @@ <string name="lockpattern_too_many_failed_confirmation_attempts_header">Too many incorrect attempts!</string> <!-- Security & location settings screen, change unlock pattern screen countdown hint on bottom of screen after too many incorrect attempts --> <string name="lockpattern_too_many_failed_confirmation_attempts_footer">Try again in <xliff:g id="number">%d</xliff:g> seconds.</string> + <!-- Displayed when user launches a widget configuration activity that was uninstalled --> + <string name="activity_not_found">Application is not installed on your phone.</string> <!-- ChooseLockPatternTutorial --> <skip /> <!-- ChooseLockPatternTutorial, button labels: This is to cancel the tutorial --> |