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</resources> 33