summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Ben Murdoch <benm@google.com> 2020-03-23 11:12:49 +0000
committer Ben Murdoch <benm@google.com> 2020-03-23 14:28:16 +0000
commit63e694d068330c9e18eccfb2191b318a79fd411d (patch)
tree6282405d11d517cff9cf24e6fe2eaabe2e548f9e
parent5bd455ac5f0f09280ae59e3eeb74ea7e3b7e4823 (diff)
Move strings related to user creation to SettingsLib.
Test: Build, manual check on device. Bug: 147653252 Bug: 152038380 Change-Id: I3be3917a3f25183f217bb1d6964db9ea4c56925f
-rw-r--r--packages/SettingsLib/res/values/strings.xml40
1 files changed, 40 insertions, 0 deletions
diff --git a/packages/SettingsLib/res/values/strings.xml b/packages/SettingsLib/res/values/strings.xml
index 73f08c68fdb2..3f59f896a82e 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>