1<!-- 2 Copyright 2024 The Android Open Source Project 3 4 Licensed under the Apache License, Version 2.0 (the "License"); 5 you may not use this file except in compliance with the License. 6 You may obtain a copy of the License at 7 8 http://www.apache.org/licenses/LICENSE-2.0 9 10 Unless required by applicable law or agreed to in writing, software 11 distributed under the License is distributed on an "AS IS" BASIS, 12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 See the License for the specific language governing permissions and 14 limitations under the License. 15--> 16 17<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 18 19 <!-- Profile display names --> 20 <string name="photopicker_profile_primary_label" translation_description="Display name of the primary device user profile.">Personal</string> 21 22 <string name="photopicker_profile_managed_label" translation_description="Display name of the managed (work) device user profile.">Work</string> 23 24 <string name="photopicker_profile_unknown_label" translation_description="Display name of a device user profile whose type is not known.">Other</string> 25 26 <!-- Button accessibility description --> 27 <string name="photopicker_profile_switch_button_description" translation_description="Button accessibility description for switching user profiles">Switch User Profile</string> 28 29 <!-- Profile unavailable dialog title --> 30 <string name="photopicker_profile_unavailable_dialog_title" translation_description="Dialog title stating a user profile cannot be switched to due to it being unavailable."><xliff:g id="profile_name" example="Personal">%1$s</xliff:g> apps are paused</string> 31 <string name="photopicker_profile_blocked_by_admin_dialog_title" translation_description="Dialog title stating a user profile cannot be switched to due to admin policy.">Blocked by your admin</string> 32 33 <!-- Profile unavailable dialog message --> 34 <string name="photopicker_profile_unavailable_dialog_message" translation_description="Dialog message stating a user profile cannot be switched to due to it being unavailable.">To open <xliff:g id="profile_name" example="Personal">%1$s</xliff:g> photos turn on your <xliff:g id="profile_name" example="Personal">%1$s</xliff:g> apps, then try again</string> 35 <string name="photopicker_profile_blocked_by_admin_dialog_message" translation_description="Dialog title stating a user profile cannot be switched to due to it being unavailable.">Accessing data from this profile is not permitted by your administrator.</string> 36 37</resources> 38