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<!-- TODO: b/371006714: These strings are user visible and need to be approved. -->
20<resources>
21  <string name="multiuser_app_name" translation_description="The Users app name displayed in the widget library. [CHAR_LIMIT=NONE]">Users</string>
22  <string name="add_user_button_title" translation_description="Title for the button that allows adding a user. [CHAR_LIMIT=NONE]">Add user</string>
23  <string name="add_user_button_content_description" translation_description="Content description for the button that allows adding a user. [CHAR_LIMIT=NONE]">Add user</string>
24  <string name="multiuser_widget_name" translation_description="The widget name displayed in the widget picker. [CHAR_LIMIT=NONE]">Multiuser widget</string>
25  <string name="multiuser_widget_title" translation_description="The text displayed in the title bar. [CHAR_LIMIT=NONE]">Switch user</string>
26  <string name="multiuser_widget_error_message" translation_description="The text displayed when user data doesn't load. [CHAR_LIMIT=NONE]">Failed to load widget.</string>
27  <string name="widget_settings_button_content_description" translation_description="Text describing the action of the Settings button on the widget. Used by accessibility services. {CHAR_LIMIT=NONE}">Go to Users Settings.</string>
28  <string name="widget_switch_failed_dialog_dismiss_button_text" translation_description="Text that appears as a negative button in an alert dialog when user tries to switch and the switch fails. Clicking on this text dismisses the dialog. {CHAR_LIMIT=NONE}">Dismiss</string>
29  <string name="widget_switch_failed_dialog_message" translation_description="Text that appears in an alert dialog when user tries to switch and the switch fails. {CHAR_LIMIT=NONE}">User switch could not be performed.</string>
30  <string name="widget_switch_not_allowed_dialog_dismiss_button_text" translation_description="Text that appears as a negative button in an alert dialog when user tries to switch but switching is disallowed. Clicking on this text dismisses the dialog. {CHAR_LIMIT=NONE}">Dismiss</string>
31  <string name="widget_switch_not_allowed_dialog_message" translation_description="Text that appears in an alert dialog when user tries to switch but switching is disallowed. {CHAR_LIMIT=NONE}">User switch is not allowed.</string>
32  <string name="widget_switch_not_allowed_dialog_settings_button_text" 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}">Settings</string>
33</resources>
34