diff options
author | Amith Yamasani <yamasani@google.com> | 2012-09-06 18:04:06 -0700 |
---|---|---|
committer | Amith Yamasani <yamasani@google.com> | 2012-09-10 18:15:19 -0700 |
commit | dc6bfa6ef57705c47b93caab44d39c76d4840ea2 (patch) | |
tree | 5750301c3b2a734cef92b1320c6a84f86880f270 /res/values | |
parent | 1352c142a33d0c3ad8ed0f58bbc1d6ce7158cb55 (diff) | |
download | packages_apps_Settings-dc6bfa6ef57705c47b93caab44d39c76d4840ea2.zip packages_apps_Settings-dc6bfa6ef57705c47b93caab44d39c76d4840ea2.tar.gz packages_apps_Settings-dc6bfa6ef57705c47b93caab44d39c76d4840ea2.tar.bz2 |
User management UI: take 2
Single screen user management, also visible on secondary users.
Work in progress, especially with respect to synchronizing with
the Me profile.
Change-Id: Id6e94a85d53356847e4e019c52e3388de9ecb354
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 41 |
1 files changed, 18 insertions, 23 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index ba3f386..36eb09d 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -4165,39 +4165,34 @@ <!-- User settings screen title [CHAR LIMIT=25] --> <string name="user_settings_title">Users</string> <!-- User settings user list section header [CHAR LIMIT=30] --> - <string name="user_list_title">Users</string> + <string name="user_list_title">Other users</string> <!-- User settings add user menu [CHAR LIMIT=20] --> <string name="user_add_user_menu">Add user</string> + <!-- User summary to indicate that user is currently active in the background [CHAR LIMIT=100] --> + <string name="user_summary_active">Active</string> + <!-- User summary to indicate that user is currently inactive in the background [CHAR LIMIT=100] --> + <string name="user_summary_inactive">Not active</string> + <!-- User information string to represent the owner of the device [CHAR LIMIT=25] --> + <string name="user_owner">Owner</string> + <!-- Title for the preference to enter the nickname of the userto display in the user switcher [CHAR LIMIT=25]--> + <string name="user_nickname">Nickname</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 [CHAR LIMIT=none] --> + <string name="user_add_user_message">Adding a user to this device will take them through guided setup.\n\nEach user will have their own apps and personal space on this device.\nUsers can accept permissions for updates on behalf of other users of this device.\nYou can switch between users on the lock screen.</string> - <!-- User details --> - <skip/> - - <!-- User details screen title [CHAR LIMIT=25] --> - <string name="user_details_title">Edit details</string> - <!-- User information section title [CHAR LIMIT=30] --> - <string name="user_information_heading">User information</string> - <!-- User name title [CHAR LIMIT=25] --> - <string name="user_name_title">Name</string> - <!-- User restrictions section title [CHAR LIMIT=30] --> - <string name="user_restrictions_heading">Content restrictions</string> - <!-- User restrictions, does market require PIN protection [CHAR LIMIT=30] --> - <string name="user_market_requires_pin">Require PIN</string> - <!-- User restrictions, maximum content rating for apps [CHAR LIMIT=25] --> - <string name="user_max_content_rating">Content rating</string> - <!-- Section title for list of system apps [CHAR LIMIT=30] --> - <string name="user_system_apps_heading">System apps</string> - <!-- Section title for list of downloaded apps [CHAR LIMIT=30] --> - <string name="user_market_apps_heading">Installed apps</string> - <!-- User details discard user menu [CHAR LIMIT=20] --> - <string name="user_discard_user_menu">Discard</string> <!-- User details remove user menu [CHAR LIMIT=20] --> <string name="user_remove_user_menu">Remove user</string> <!-- User details new user name [CHAR LIMIT=30] --> - <string name="user_new_user_name">Pesky kid</string> + <string name="user_new_user_name">New user</string> <!-- User removal confirmation title [CHAR LIMIT=25] --> <string name="user_confirm_remove_title">Remove user?</string> <!-- User removal confirmation message [CHAR LIMIT=none] --> <string name="user_confirm_remove_message">Are you sure you want to remove the user and all associated data from the device?</string> + <!-- Setting label to show that a new user is being added [CHAR LIMIT=30] --> + <string name="user_adding_new_user">Adding new user\u2026</string> + <!-- Spoken content description for delete icon beside a user [CHAR LIMIT=none] --> + <string name="user_delete_user_description">Delete user</string> <!-- Label for are-notifications-enabled checkbox in app details [CHAR LIMIT=20] --> <string name="app_notifications_switch_label">Show notifications</string> |