Merge "Move strings related to user creation to SettingsLib." into rvc-dev
diff --git a/packages/SettingsLib/res/values/strings.xml b/packages/SettingsLib/res/values/strings.xml
index 73f08c68..3f59f89 100644
--- a/packages/SettingsLib/res/values/strings.xml
+++ b/packages/SettingsLib/res/values/strings.xml
@@ -1305,4 +1305,44 @@
<string name="delete_blob_text">Delete shared data</string>
<!-- Shared data: confirmation dialog text when attempting delete some shared data [CHAR LIMIT=NONE] -->
<string name="delete_blob_confirmation_text">Are you sure you want to delete this shared data?</string>
+
+ <!-- Summary for add user entry in the choice dialog [CHAR LIMIT=none] -->
+ <string name="user_add_user_item_summary">Users have their own apps and content</string>
+ <!-- Summary for add restricted profile entry in the choice dialog [CHAR LIMIT=none] -->
+ <string name="user_add_profile_item_summary">You can restrict access to apps and content from your account</string>
+ <!-- Button text for adding a regular user [CHAR LIMIT=25] -->
+ <string name="user_add_user_item_title">User</string>
+ <!-- Button text for adding a restricted profile [CHAR LIMIT=25] -->
+ <string name="user_add_profile_item_title">Restricted profile</string>
+ <!-- Title for add user confirmation dialog [CHAR LIMIT=30] -->
+ <string name="user_add_user_title">Add new user?</string>
+ <!-- Message for add user confirmation dialog - long version. [CHAR LIMIT=none] -->
+ <string name="user_add_user_message_long">You can share this device with other people by creating additional users. Each user has their own space, which they can customize with apps, wallpaper, and so on. Users can also adjust device settings like Wi\u2011Fi that affect everyone.\n\nWhen you add a new user, that person needs to set up their space.\n\nAny user can update apps for all other users. Accessibility settings and services may not transfer to the new user.</string>
+ <!-- Message for add user confirmation dialog - short version. [CHAR LIMIT=none] -->
+ <string name="user_add_user_message_short">When you add a new user, that person needs to set up their space.\n\nAny user can update apps for all other users. </string>
+ <!-- Title of dialog to setup a new user [CHAR LIMIT=30] -->
+ <string name="user_setup_dialog_title">Set up user now?</string>
+ <!-- Message in dialog to setup a new user after creation [CHAR LIMIT=none] -->
+ <string name="user_setup_dialog_message">Make sure the person is available to take the device and set up their space</string>
+ <!-- Message in dialog to setup a new restricted profile after creation [CHAR LIMIT=none] -->
+ <string name="user_setup_profile_dialog_message">Set up profile now?</string>
+ <!-- Button text to setup the new user now [CHAR LIMIT=25] -->
+ <string name="user_setup_button_setup_now">Set up now</string>
+ <!-- Button text to setup the new user later [CHAR LIMIT=25] -->
+ <string name="user_setup_button_setup_later">Not now</string>
+ <!-- Title for add user type dialog [CHAR LIMIT=45] -->
+ <string name="user_add_user_type_title">Add</string>
+ <!-- User details new user name [CHAR LIMIT=30] -->
+ <string name="user_new_user_name">New user</string>
+ <!-- User details new restricted profile name [CHAR LIMIT=30] -->
+ <string name="user_new_profile_name">New profile</string>
+ <!-- Text shown for title of user info setting [CHAR LIMIT=20]-->
+ <string name="user_info_settings_title">User info</string>
+ <!-- Text shown for title of profile info setting [CHAR LIMIT=20]-->
+ <string name="profile_info_settings_title">Profile info</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\u2019ll 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>
+
</resources>