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 <!-- Button label for the "Select" button in the preview screen bottom bar --> 20 <string name="photopicker_select_button_label" translation_description="Button label to select the previewed photo.">Select</string> 21 22 <!-- Button label for the "Deselect" button in the preview screen bottom bar --> 23 <string name="photopicker_deselect_button_label" translation_description="Button label to deselect the previewed photo.">Deselect</string> 24 25 <!-- Button label for the "Preview" button in the selection bar --> 26 <string name="photopicker_preview_button_label" translation_description="Button label to navigate to a screen and preview the selected media.">Preview</string> 27 28 <!-- Dialog title for the Preview video error dialog. --> 29 <string name="photopicker_preview_dialog_error_title" translation_description="Dialog title for when a video cannot be played.">Trouble playing video</string> 30 31 <!-- Dialog message for the Preview video error dialog. --> 32 <string name="photopicker_preview_dialog_error_message" translation_description="Dialog message for when a video cannot be played due to an internet connection issue.">Check your internet connection and try again</string> 33 34 <!-- Dialog message for the Preview video error dialog. --> 35 <string name="photopicker_preview_dialog_error_retry_button_label" translation_description="Button label to allow a user to attempt to play a video again after an error.">Retry</string> 36 37 <!-- Snackbar message for Preview video errors --> 38 <string name="photopicker_preview_video_error_snackbar" translation_description="Snackbar message shown to the user when the requested video cannot be played.">Cannot play video</string> 39 40 <!-- A11y description for the Play button --> 41 <string name="photopicker_video_play_button_description" translation_description="Accessibility description for a video player Play button">Play</string> 42 43 <!-- A11y description for the Pause button --> 44 <string name="photopicker_video_pause_button_description" translation_description="Accessibility description for a video player Pause button">Pause</string> 45 46 <!-- A11y description for the Mute button --> 47 <string name="photopicker_video_mute_button_description" translation_description="Accessibility description for a video player volume Mute button">Mute Volume</string> 48 49 <!-- A11y description for the Unmute button --> 50 <string name="photopicker_video_unmute_button_description" translation_description="Accessibility description for a video player volume Unmute button">Unmute Volume</string> 51 52</resources> 53