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 <!-- Title of the preloading progress dialog --> 20 <string name="photopicker_preloading_dialog_title" translation_description="Dialog title that is shown to the user while cloud media files are being downloaded">"Preparing your selected media"</string> 21 22 <!-- A message for the Progress Dialog shown while preloading selected items before "closing" Photo Picker. [CHAR LIMIT=NONE] --> 23 <string name="photopicker_preloading_progress_message" translation_description="Dialog message showing the user the progress of the media download"><xliff:g id="number_preloaded">%1$d</xliff:g> of <xliff:g id="number_total">%2$d</xliff:g> ready</string> 24 25 <!-- Preloader Error dialog title --> 26 <string name="photopicker_preloading_dialog_error_title" 27 translation_description="A generic error dialog the user sees when there was an issue with loading their photos.">Can\'t load some Photos</string> 28 29 <!-- Preloader Error dialog message --> 30 <string name="photopicker_preloading_dialog_error_message" translation_description="A generic error message letting the user know there was an issue loading their photos.">Try again later. Your photos will be available once the issue is resolved.</string> 31 32 <!-- Title for the banner notifying the user that the cloud media is now available in the photopicker [CHAR LIMIT=NONE] --> 33 <string name="photopicker_banner_cloud_media_available_title" 34 translation_description="Banner title that tells users their backed up cloud media is available">Backed up photos now included</string> 35 36 <!-- Description for the banner notifying the user that the cloud media is now available in the picker [CHAR LIMIT=NONE] --> 37 <string name="photopicker_banner_cloud_media_available_message" 38 translation_description="Banner message that tells user which account and application are providing cloud media to the photopicker">You can select photos from <xliff:g id="app_name" example="Photos">%1$s</xliff:g> account <xliff:g id="user_account" example="johndoe123@gmail.com">%2$s</xliff:g></string> 39 40 <!-- Title for the banner notifying the user to choose an account in the cloud media app [CHAR LIMIT=NONE] --> 41 <string name="photopicker_banner_cloud_choose_account_title" 42 translation_description="Banner title that tells prompts the user to visit the cloud providers settings page and choose an account.">Choose <xliff:g id="app_name" example="Photos">%1$s</xliff:g> account</string> 43 44 <!-- Description for the banner notifying the user to choose an account in the cloud media app [CHAR LIMIT=NONE] --> 45 <string name="photopicker_banner_cloud_choose_account_message" 46 translation_description="Banner message that tells users to visit the cloud providers account settings page to choose an account.">To include photos from <xliff:g id="app_name" example="Photos">%1$s</xliff:g> here, choose an account in the app</string> 47 48 <!-- Choose account button for banners [CHAR LIMIT=25] --> 49 <string name="photopicker_banner_cloud_choose_account_button" 50 translation_description="Button text that takes the user to the account settings page.">Choose account</string> 51 52 <!-- Title for the banner notifying the user to choose a cloud media app in the picker [CHAR LIMIT=NONE] --> 53 <string name="photopicker_banner_cloud_choose_provider_title" 54 translation_description="Banner title that tells the user to select a cloud application to provide cloud media">Choose cloud media app</string> 55 56 <!-- Description for the banner notifying the user to choose a cloud provider app in the picker [CHAR LIMIT=NONE] --> 57 <string name="photopicker_banner_cloud_choose_provider_message" 58 translation_description="Banner message informing the user to select a cloud media app to see photos backed up in the cloud.">To include backed up photos here, choose a cloud media app in Settings</string> 59 60 <!-- Choose app button for banners [CHAR LIMIT=25] --> 61 <string name="photopicker_banner_cloud_choose_app_button" 62 translation_description="Button label that takes the user to the cloud provider settings page to select an app.">Choose app</string> 63</resources> 64