1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3/** 4 * Copyright (c) 2024, The Android Open Source Project 5 * 6 * Licensed under the Apache License, Version 2.0 (the "License"); 7 * you may not use this file except in compliance with the License. 8 * You may obtain a copy of the License at 9 * 10 * http://www.apache.org/licenses/LICENSE-2.0 11 * 12 * Unless required by applicable law or agreed to in writing, software 13 * distributed under the License is distributed on an "AS IS" BASIS, 14 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 * See the License for the specific language governing permissions and 16 * limitations under the License. 17 */ 18 --> 19<resources> 20 <string translation_description="The Users app name displayed in the widget library. [CHAR_LIMIT=NONE]" 21 name="multiuser_app_name">Users</string> 22 23 <string translation_description="Title for the button that allows adding a user. [CHAR_LIMIT=NONE]" 24 name="add_user_button_title">Add user</string> 25 26 <string translation_description="Content description for the button that allows adding a user. [CHAR_LIMIT=NONE]" 27 name="add_user_button_content_description">Add user</string> 28 29 <string translation_description="The widget name displayed in the widget picker. [CHAR_LIMIT=NONE]" 30 name="multiuser_widget_name">Switch users</string> 31 32 <string translation_description="The widget description displayed in the widget picker. [CHAR_LIMIT=NONE]" 33 name="multiuser_widget_description">Quickly switch users</string> 34 35 <string translation_description="The text displayed in the title bar. [CHAR_LIMIT=NONE]" 36 name="multiuser_widget_title">Switch user</string> 37 38 <string translation_description="The text displayed when user data doesn't load. [CHAR_LIMIT=NONE]" 39 name="multiuser_widget_error_message">Failed to load widget.</string> 40 41 <string translation_description="Text describing the action of the Settings button on the widget. Used by accessibility services. {CHAR_LIMIT=NONE}" 42 name="widget_settings_button_content_description">Go to Users Settings.</string> 43 44 <string translation_description="Generic dialog close button text {CHAR_LIMIT=25}" 45 name="dialog_close_button_text">Close</string> 46 47 <string translation_description="Title that appears when user switch is restricted by work policy {CHAR_LIMIT=NONE}" 48 name="widget_switch_work_restriction_dialog_title">Blocked by work policy</string> 49 50 <string translation_description="Message that appears when user switch is restricted by work policy {CHAR_LIMIT=NONE}" 51 name="widget_switch_work_restriction_dialog_message">Your organization doesn’t allow you to change users. For more info, contact your IT admin.</string> 52 53 <string translation_description="Title that appears in an alert dialog when user tries to switch and the switch fails. {CHAR_LIMIT=NONE}" 54 name="widget_switch_failed_dialog_title">Can’t switch user</string> 55 56 <string translation_description="Message that appears in an alert dialog when user tries to switch and the switch fails. {CHAR_LIMIT=NONE}" 57 name="widget_switch_failed_dialog_message">Something went wrong.</string> 58 59 <string translation_description="Title that appears in an alert dialog when user tries to switch but switching is disallowed. {CHAR_LIMIT=NONE}" 60 name="widget_switch_not_allowed_dialog_title">Can’t switch user</string> 61 62 <string translation_description="Message that appears in an alert dialog when user tries to switch but switching is disallowed. {CHAR_LIMIT=NONE}" 63 name="widget_switch_not_allowed_dialog_message">You can’t switch user during a call</string> 64 65 <string translation_description="Title that appears in an alert dialog when user tries to switch but switching is disabled in settings. {CHAR_LIMIT=NONE}" 66 name="widget_switch_disabled_dialog_title">Can’t switch user</string> 67 68 <string translation_description="Message that appears in an alert dialog when user tries to switch but switching is disabled in settings. {CHAR_LIMIT=NONE}" 69 name="widget_switch_disabled_dialog_message">Allow user switching in Settings then try again</string> 70 71 <string translation_description="Text that appears as a positive button in an alert dialog when user tries to switch but switching is disallowed. Clicking on this text leads to User Settings. {CHAR_LIMIT=NONE}" 72 name="widget_switch_disabled_dialog_open_settings_button">Settings</string> 73 74 <string translation_description="The name of the first user in the multiuser widget preview displayed in the widget picker. {CHAR_LIMIT=NONE}" 75 name="preview_first_user_name">Brenda</string> 76 77 <string translation_description="The name of the second user in the multiuser widget preview displayed in the widget picker. {CHAR_LIMIT=NONE}" 78 name="preview_second_user_name">Elia</string> 79 80 <string translation_description="Content description for the first user's avatar in the multiuser widget preview displayed in the widget picker. {CHAR_LIMIT=NONE}" 81 name="preview_first_avatar_content_description">Picture of Brenda</string> 82 83 <string translation_description="Content description for the Second user's avatar in the multiuser widget preview displayed in the widget picker. {CHAR_LIMIT=NONE}" 84 name="preview_second_avatar_content_description">Picture of Elia</string> 85 86 <string translation_description="Content description for the users icon. {CHAR_LIMIT=NONE}" 87 name="preview_users_icon_content_description">Users icon</string> 88 89 <string translation_description="Content description for the settings icon that opens users settings page. {CHAR_LIMIT=NONE}" 90 name="preview_settings_icon_content_description">Settings icon - select to manage users</string> 91 92 <string translation_description="Content description to lock icon visible on dialog alert. {CHAR_LIMIT=NONE}" 93 name="lock_icon_content_description">Lock icon</string> 94</resources>