diff options
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 8a5d093..e77254e 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -4333,6 +4333,10 @@ <string name="user_add_user_menu">Add user or profile</string> <!-- User settings summary for a restricted profile [CHAR LIMIT=50] --> <string name="user_summary_restricted_profile">Restricted profile</string> + <!-- User settings warning that restricted profile needs a screen lock [CHAR LIMIT=NONE] --> + <string name="user_need_lock_message">Before you can create a restricted profile, you\'ll need to set up a screen lock to protect your apps and personal data.</string> + <!-- User settings dialog button to set screen lock [CHAR LIMIT=25] --> + <string name="user_set_lock_button">Set lock</string> <!-- User summary to indicate that user is currently not set up [CHAR LIMIT=100] --> <string name="user_summary_not_set_up">Not set up</string> <!-- User summary to indicate that restricted profile is currently not set up [CHAR LIMIT=100] --> |