1<?xml version="1.0" encoding="utf-8"?> 2<!-- Copyright (C) 2009 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 <!-- Label to show to user for all apps using this UID. --> 19 <string name="uid_label">Media</string> 20 21 <!-- Label to show client applications a short description of storage location --> 22 <string name="storage_description">Local storage</string> 23 24 <!-- TODO(b/246345209): This string is unused. Update app_label string to "Media" --> 25 <!-- and delete picker_app_label --> 26 <string name="app_label">Media Storage</string> 27 28 <!-- Label to show to user for this package and for Photo picker. --> 29 <string name="picker_app_label">Media</string> 30 31 <!-- Description line for music artists in the search/suggestion results --> 32 <string name="artist_label">Artist</string> 33 34 <!-- Label for a file or directory which has no valid user-visible description [CHAR LIMIT=32] --> 35 <string name="unknown">Unknown</string> 36 37 <!-- Title for documents backend that offers images. [CHAR LIMIT=24] --> 38 <string name="root_images">Images</string> 39 <!-- Title for documents backend that offers videos. [CHAR LIMIT=24] --> 40 <string name="root_videos">Videos</string> 41 <!-- Title for documents backend that offers audio. [CHAR LIMIT=24] --> 42 <string name="root_audio">Audio</string> 43 <!-- Title for documents backend that offers documents. [CHAR LIMIT=24] --> 44 <string name="root_documents">Documents</string> 45 46 <!-- Message telling users that the app must request permission before working with a media item. [CHAR LIMIT=128] --> 47 <string name="permission_required">Permission required to modify or delete this item.</string> 48 <!-- Button text that users can click on to request permission before working with a media item. [CHAR LIMIT=32] --> 49 <string name="permission_required_action">Continue</string> 50 51 <!-- Title for the dialog button to allow a permission grant. [CHAR LIMIT=15] --> 52 <string name="grant_dialog_button_allow">Allow</string> 53 <!-- Title for the dialog button to deny a permission grant. [CHAR LIMIT=15] --> 54 <string name="grant_dialog_button_deny">Deny</string> 55 56 <!-- Text placed over a visual thumbnail indicating that there are more items beyond the number currently displayed on the screen. [CHAR LIMIT=6] --> 57 <string name="permission_more_thumb"> {count, plural, 58 =1 {+<xliff:g id="count" example="1">^1</xliff:g>} 59 other {+<xliff:g id="count" example="42">^1</xliff:g>} 60 }</string> 61 62 <!-- Text shown at the end of a list indicating that there are more items beyond the number currently displayed on the screen. [CHAR LIMIT=32] --> 63 <string name="permission_more_text"> {count, plural, 64 =1 {Plus <xliff:g id="count" example="1">^1</xliff:g> additional item} 65 other {Plus <xliff:g id="count" example="42">^1</xliff:g> additional items} 66 }</string> 67 68 <!-- Cache clearing permission dialog warning title. [CHAR LIMIT=NONE] --> 69 <string name="cache_clearing_dialog_title">Clear temporary app files</string> 70 71 <!-- Cache clearing permission dialog warning text. [CHAR LIMIT=NONE] --> 72 <string name="cache_clearing_dialog_text"><xliff:g id="app_seeking_permission" example="File manager">%s</xliff:g> would like to clear some temporary files. This may result in an increased usage of battery or cellular data.</string> 73 74 <!-- Cache clearing in progress title. [CHAR LIMIT=NONE] --> 75 <string name="cache_clearing_in_progress_title">Clearing temporary app files\u2026</string> 76 77 <!-- Cache clearing permission dialog Clear button text. [CHAR LIMIT=30] --> 78 <string name="clear">Clear</string> 79 80 <!-- Allow dialog action text. [CHAR LIMIT=30] --> 81 <string name="allow">Allow</string> 82 83 <!-- Deny dialog action text. [CHAR LIMIT=30] --> 84 <string name="deny">Deny</string> 85 86 <!-- Add browse menu item in Photo Picker to browse items in DocumentsUI. [CHAR LIMIT=30] --> 87 <string name="picker_browse">Browse\u2026</string> 88 89 <!-- Settings menu item in Photo Picker menu which allows users to change the cloud media provider app. [CHAR LIMIT=30] --> 90 <string name="picker_settings">Cloud media app</string> 91 92 <!-- PhotoPicker Settings item title in the System Settings menu. [CHAR LIMIT=40] --> 93 <string name="picker_settings_system_settings_menu_title">Cloud media app</string> 94 95 <!-- Settings page title in Photo Picker. [CHAR LIMIT=NONE] --> 96 <string name="picker_settings_title">Cloud media app</string> 97 98 <!-- Settings page description in Photo Picker. [CHAR LIMIT=NONE] --> 99 <string name="picker_settings_description">Access your cloud media when an app or website asks you to select photos or videos</string> 100 101 <!-- Settings page select cloud provider message in Photo Picker. [CHAR LIMIT=NONE] --> 102 <string name="picker_settings_selection_message">Access cloud media from</string> 103 104 <!-- A label for an option in a single-select choice list that lets user select a Cloud media provider application. [CHAR LIMIT=NONE] --> 105 <string name="picker_settings_no_provider">None</string> 106 107 <!-- Error message displayed to the user when the user is not able to change cloud media app preference in Picker Settings. [CHAR LIMIT=50] --> 108 <string name="picker_settings_toast_error">Could not change cloud media app at this time.</string> 109 110 <!-- Add button for PhotoPicker. [CHAR LIMIT=30] --> 111 <string name="add">Add</string> 112 113 <!-- Deselect button for PhotoPicker. [CHAR LIMIT=30] --> 114 <string name="deselect">Deselect</string> 115 116 <!-- Deselected check button for PhotoPicker. [CHAR LIMIT=30] --> 117 <string name="deselected">Deselected</string> 118 119 <!-- Select button for PhotoPicker. [CHAR LIMIT=30] --> 120 <string name="select">Select</string> 121 122 <!-- Selected check button for PhotoPicker. [CHAR LIMIT=30] --> 123 <string name="selected">Selected</string> 124 125 <!-- Select up to max label message for PhotoPicker. [CHAR LIMIT=30] --> 126 <string name="select_up_to"> {count, plural, 127 =1 {Select up to <xliff:g id="count" example="1">^1</xliff:g> item} 128 other {Select up to <xliff:g id="count" example="42">^1</xliff:g> items} 129 }</string> 130 131 <!-- Recent header for PhotoPicker. [CHAR LIMIT=50] --> 132 <string name="recent">Recent</string> 133 134 <!-- The message for empty message on Photos tab in PhotoPicker when the item count is zero. [CHAR LIMIT=NONE] --> 135 <string name="picker_photos_empty_message">No photos or videos</string> 136 <!-- The empty message for an album in PhotoPicker when the item count is zero. [CHAR LIMIT=NONE] --> 137 <string name="picker_album_media_empty_message">No supported photos or videos</string> 138 <!-- The message for empty message on Albums tab in PhotoPicker when the item count is zero. [CHAR LIMIT=NONE] --> 139 <string name="picker_albums_empty_message">No albums</string> 140 141 <!-- PhotoPicker view selected action text. [CHAR LIMIT=80] --> 142 <string name="picker_view_selected">View selected</string> 143 144 <!-- The text of the photos tab for PhotoPicker. [CHAR LIMIT=30] --> 145 <string name="picker_photos">Photos</string> 146 147 <!-- The text of the albums tab for PhotoPicker. [CHAR LIMIT=30] --> 148 <string name="picker_albums">Albums</string> 149 150 <!-- The text of the preview page for PhotoPicker. [CHAR LIMIT=30] --> 151 <string name="picker_preview">Preview</string> 152 153 <!-- The text of the switching work/personal profile in PhotoPicker. [CHAR LIMIT=80] --> 154 <string name="picker_work_profile">Switch to work</string> 155 <!-- The text of the switching work/personal profile in PhotoPicker. [CHAR LIMIT=80] --> 156 <string name="picker_personal_profile">Switch to personal</string> 157 <!-- The title for error dialog in PhotoPicker when the admin blocks cross user interaction for 158 the intent. [CHAR LIMIT=100] --> 159 <string name="picker_profile_admin_title">Blocked by your admin</string> 160 <!-- The message for error dialog in PhotoPicker when the admin blocks cross user interaction 161 for the intent. [CHAR LIMIT=NONE] --> 162 <string name="picker_profile_admin_msg_from_personal">Accessing work data from a personal app is not permitted</string> 163 <!-- The message for error dialog in PhotoPicker when the admin blocks cross user interaction 164 for the intent. [CHAR LIMIT=NONE] --> 165 <string name="picker_profile_admin_msg_from_work">Accessing personal data from a work app is not permitted</string> 166 <!-- The title of the error dialog in PhotoPicker when the user tries to switch to work content, 167 but work profile is off. [CHAR LIMIT=80] --> 168 <string name="picker_profile_work_paused_title">Work apps are paused</string> 169 <!-- The message of the error dialog in PhotoPicker when the user tries to switch to work 170 content, but work profile is off. [CHAR LIMIT=NONE] --> 171 <string name="picker_profile_work_paused_msg">To open work photos, turn on your work apps then try again</string> 172 173 <!-- PhotoPicker privacy message. [CHAR LIMIT=80] --> 174 <string name="picker_privacy_message">This app can only access the photos you select</string> 175 <!-- PhotoPicker header message in permission select mode --> 176 <string name="picker_header_permissions">"Select photos and videos you allow this app to access"</string> 177 178 <!-- Text shown on the album item in PhotoPicker. [CHAR LIMIT=30] --> 179 <string name="picker_album_item_count"> {count, plural, 180 =1 {<xliff:g id="count" example="1">^1</xliff:g> item} 181 other {<xliff:g id="count" example="42">^1</xliff:g> items} 182 }</string> 183 184 <!-- Text shown on the add button for multi-select in PhotoPicker. [CHAR LIMIT=30] --> 185 <string name="picker_add_button_multi_select">Add (<xliff:g id="count" example="42">^1</xliff:g>)</string> 186 187 <!-- Text shown on the add button for multi-select in PhotoPicker when granting photo access to apps. [CHAR LIMIT=30] --> 188 <!-- TODO(b/257208235): Update with finalized UX string. !--> 189 <string name="picker_add_button_multi_select_permissions">Allow (<xliff:g id="count" example="42">^1</xliff:g>)</string> 190 191 <!-- Title for the category in the picker that offers items in Camera folder. [CHAR LIMIT=24] --> 192 <string name="picker_category_camera">Camera</string> 193 <!-- Title for the category in the picker that offers downloaded items. [CHAR LIMIT=24] --> 194 <string name="picker_category_downloads">Downloads</string> 195 <!-- Title for the category in the picker that offers favorite items. [CHAR LIMIT=24] --> 196 <string name="picker_category_favorites">Favorites</string> 197 <!-- Title for the category in the picker that offers screenshots. [CHAR LIMIT=24] --> 198 <string name="picker_category_screenshots">Screenshots</string> 199 <!-- Title for the category in the picker that offers videos. [CHAR LIMIT=24] --> 200 <string name="picker_category_videos">@string/root_videos</string> 201 202 <!-- Special format text in preview screen for Motion Photo. [CHAR LIMIT=30] --> 203 <string name="picker_motion_photo_text">Motion Photo</string> 204 205 <!-- Content description of when a photo was taken on [CHAR LIMIT=NONE] --> 206 <string name="picker_item_content_desc"><xliff:g id="item_name" example="Photo">%1$s</xliff:g> taken on <xliff:g id="time" example="Jul 7, 2020, 12:00:00 AM">%2$s</xliff:g></string> 207 208 <!-- Content description of an video item [CHAR LIMIT=NONE] --> 209 <string name="picker_video_item_content_desc">Video taken on <xliff:g id="time" example="Jul 7, 2020, 12:00:00 AM">%1$s</xliff:g> with duration <xliff:g id="duration" example="00:03">%2$s</xliff:g></string> 210 211 <!-- Title of the picker photo item [CHAR LIMIT=40] --> 212 <string name="picker_photo">Photo</string> 213 214 <!-- Title of the picker GIF item [CHAR LIMIT=40] --> 215 <string name="picker_gif">GIF</string> 216 217 <!-- Title of the picker motion photo item [CHAR LIMIT=60] --> 218 <string name="picker_motion_photo">Motion Photo</string> 219 220 <!-- Content description for a button that mutes the current video. [CHAR LIMIT=50] --> 221 <string name="picker_mute_video">Mute video</string> 222 223 <!-- Content description for a button that unmutes the current video. [CHAR LIMIT=50] --> 224 <string name="picker_unmute_video">Unmute video</string> 225 226 <!-- Content description for a button that playes the current video. [CHAR LIMIT=50] --> 227 <string name="picker_play_video">Play</string> 228 229 <!-- Content description for a button that pauses the current video. [CHAR LIMIT=50] --> 230 <string name="picker_pause_video">Pause</string> 231 232 <!-- Permanent error notification text displayed on a Snackbar to notify the user --> 233 <string name="picker_error_snackbar">Can\'t play video</string> 234 235 <!-- Retriable error dialog title --> 236 <string name="picker_error_dialog_title">Trouble playing video</string> 237 238 <!-- Retriable error dialog body --> 239 <string name="picker_error_dialog_body">Check your internet connection and try again</string> 240 241 <!-- Retriable error dialog positive action button text --> 242 <string name="picker_error_dialog_positive_action">Retry</string> 243 244 <!-- Toast notifying user that cloud media content is now available from an app on their device. [CHAR LIMIT=NONE] --> 245 <string name="picker_cloud_sync">Cloud media now available from <xliff:g id="pkg_name" example="Gmail">%1$s</xliff:g></string> 246 247 <!-- Default not selected text used by accessibility for an element that can be unselected. [CHAR LIMIT=NONE] --> 248 <string name="not_selected">not selected</string> 249 250 <!-- A message for the Progress Dialog shown while preloading selected items before "closing" Photo Picker. [CHAR LIMIT=NONE] --> 251 <string name="preloading_progress_message"><xliff:g id="number_preloaded">%1$d</xliff:g> of <xliff:g id="number_total">%2$d</xliff:g> ready</string> 252 253 <!-- ========================= PHOTO PICKER CLOUD EDUCATION BANNERS ========================= --> 254 255 <!-- Title for the banner notifying the user that the cloud media is now available in the picker [CHAR LIMIT=NONE] --> 256 <string name="picker_banner_cloud_first_time_available_title">Backed up photos now included</string> 257 258 <!-- Description for the banner notifying the user that the cloud media is now available in the picker [CHAR LIMIT=NONE] --> 259 <string name="picker_banner_cloud_first_time_available_desc">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> 260 261 <!-- Title for the banner notifying the user about the account change in the cloud media app [CHAR LIMIT=NONE] --> 262 <string name="picker_banner_cloud_account_changed_title"><xliff:g id="app_name" example="Photos">%1$s</xliff:g> account updated</string> 263 264 <!-- Description for the banner notifying the user about the account change in the cloud media app [CHAR LIMIT=NONE] --> 265 <string name="picker_banner_cloud_account_changed_desc">Photos from <xliff:g id="user_account" example="johndoe123@gmail.com">%1$s</xliff:g> are now included here</string> 266 267 <!-- Title for the banner notifying the user to choose a cloud media app in the picker [CHAR LIMIT=NONE] --> 268 <string name="picker_banner_cloud_choose_app_title">Choose cloud media app</string> 269 270 <!-- Description for the banner notifying the user to choose a cloud provider app in the picker [CHAR LIMIT=NONE] --> 271 <string name="picker_banner_cloud_choose_app_desc">To include backed up photos here, choose a cloud media app in Settings</string> 272 273 <!-- Title for the banner notifying the user to choose an account in the cloud media app [CHAR LIMIT=NONE] --> 274 <string name="picker_banner_cloud_choose_account_title">Choose <xliff:g id="app_name" example="Photos">%1$s</xliff:g> account</string> 275 276 <!-- Description for the banner notifying the user to choose an account in the cloud media app [CHAR LIMIT=NONE] --> 277 <string name="picker_banner_cloud_choose_account_desc">To include photos from <xliff:g id="app_name" example="Photos">%1$s</xliff:g> here, choose an account in the app</string> 278 279 <!-- Dismiss button for banners [CHAR LIMIT=25] --> 280 <string name="picker_banner_cloud_dismiss_button">Dismiss</string> 281 282 <!-- Choose app button for banners [CHAR LIMIT=25] --> 283 <string name="picker_banner_cloud_choose_app_button">Choose app</string> 284 285 <!-- Choose account button for banners [CHAR LIMIT=25] --> 286 <string name="picker_banner_cloud_choose_account_button">Choose account</string> 287 288 <!-- Change account button for banners [CHAR LIMIT=25] --> 289 <string name="picker_banner_cloud_change_account_button">Change account</string> 290 291 <!-- ========================= BEGIN AUTO-GENERATED BY gen_strings.py ========================= --> 292 293 <!-- ========================= WRITE STRINGS ========================= --> 294 295 <!-- Dialog title asking if user will allow write permission to the audio item displayed below this string. [CHAR LIMIT=128] --> 296 <string name="permission_write_audio"> {count, plural, 297 =1 {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to modify this audio file?} 298 other {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to modify <xliff:g id="count" example="42">^2</xliff:g> audio files?} 299 }</string> 300 <!-- Progress dialog message after user allows write permission to the audio item [CHAR LIMIT=128] --> 301 <string name="permission_progress_write_audio"> {count, plural, 302 =1 {Modifying audio file…} 303 other {Modifying <xliff:g id="count" example="42">^1</xliff:g> audio files…} 304 }</string> 305 <!-- Dialog title asking if user will allow write permission to the video item displayed below this string. [CHAR LIMIT=128] --> 306 <string name="permission_write_video"> {count, plural, 307 =1 {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to modify this video?} 308 other {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to modify <xliff:g id="count" example="42">^2</xliff:g> videos?} 309 }</string> 310 <!-- Progress dialog message after user allows write permission to the video item [CHAR LIMIT=128] --> 311 <string name="permission_progress_write_video"> {count, plural, 312 =1 {Modifying video…} 313 other {Modifying <xliff:g id="count" example="42">^1</xliff:g> videos…} 314 }</string> 315 <!-- Dialog title asking if user will allow write permission to the image item displayed below this string. [CHAR LIMIT=128] --> 316 <string name="permission_write_image"> {count, plural, 317 =1 {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to modify this photo?} 318 other {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to modify <xliff:g id="count" example="42">^2</xliff:g> photos?} 319 }</string> 320 <!-- Progress dialog message after user allows write permission to the image item [CHAR LIMIT=128] --> 321 <string name="permission_progress_write_image"> {count, plural, 322 =1 {Modifying photo…} 323 other {Modifying <xliff:g id="count" example="42">^1</xliff:g> photos…} 324 }</string> 325 <!-- Dialog title asking if user will allow write permission to the generic item displayed below this string. [CHAR LIMIT=128] --> 326 <string name="permission_write_generic"> {count, plural, 327 =1 {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to modify this item?} 328 other {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to modify <xliff:g id="count" example="42">^2</xliff:g> items?} 329 }</string> 330 <!-- Progress dialog message after user allows write permission to the generic item [CHAR LIMIT=128] --> 331 <string name="permission_progress_write_generic"> {count, plural, 332 =1 {Modifying item…} 333 other {Modifying <xliff:g id="count" example="42">^1</xliff:g> items…} 334 }</string> 335 336 <!-- ========================= TRASH STRINGS ========================= --> 337 338 <!-- Dialog title asking if user will allow trash permission to the audio item displayed below this string. [CHAR LIMIT=128] --> 339 <string name="permission_trash_audio"> {count, plural, 340 =1 {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to move this audio file to trash?} 341 other {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to move <xliff:g id="count" example="42">^2</xliff:g> audio files to trash?} 342 }</string> 343 <!-- Progress dialog message after user allows trash permission to the audio item [CHAR LIMIT=128] --> 344 <string name="permission_progress_trash_audio"> {count, plural, 345 =1 {Moving audio file to trash…} 346 other {Moving <xliff:g id="count" example="42">^1</xliff:g> audio files to trash…} 347 }</string> 348 <!-- Dialog title asking if user will allow trash permission to the video item displayed below this string. [CHAR LIMIT=128] --> 349 <string name="permission_trash_video"> {count, plural, 350 =1 {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to move this video to trash?} 351 other {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to move <xliff:g id="count" example="42">^2</xliff:g> videos to trash?} 352 }</string> 353 <!-- Progress dialog message after user allows trash permission to the video item [CHAR LIMIT=128] --> 354 <string name="permission_progress_trash_video"> {count, plural, 355 =1 {Moving video to trash…} 356 other {Moving <xliff:g id="count" example="42">^1</xliff:g> videos to trash…} 357 }</string> 358 <!-- Dialog title asking if user will allow trash permission to the image item displayed below this string. [CHAR LIMIT=128] --> 359 <string name="permission_trash_image"> {count, plural, 360 =1 {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to move this photo to trash?} 361 other {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to move <xliff:g id="count" example="42">^2</xliff:g> photos to trash?} 362 }</string> 363 <!-- Progress dialog message after user allows trash permission to the image item [CHAR LIMIT=128] --> 364 <string name="permission_progress_trash_image"> {count, plural, 365 =1 {Moving photo to trash…} 366 other {Moving <xliff:g id="count" example="42">^1</xliff:g> photos to trash…} 367 }</string> 368 <!-- Dialog title asking if user will allow trash permission to the generic item displayed below this string. [CHAR LIMIT=128] --> 369 <string name="permission_trash_generic"> {count, plural, 370 =1 {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to move this item to trash?} 371 other {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to move <xliff:g id="count" example="42">^2</xliff:g> items to trash?} 372 }</string> 373 <!-- Progress dialog message after user allows trash permission to the generic item [CHAR LIMIT=128] --> 374 <string name="permission_progress_trash_generic"> {count, plural, 375 =1 {Moving item to trash…} 376 other {Moving <xliff:g id="count" example="42">^1</xliff:g> items to trash…} 377 }</string> 378 379 <!-- ========================= UNTRASH STRINGS ========================= --> 380 381 <!-- Dialog title asking if user will allow untrash permission to the audio item displayed below this string. [CHAR LIMIT=128] --> 382 <string name="permission_untrash_audio"> {count, plural, 383 =1 {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to move this audio file out of trash?} 384 other {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to move <xliff:g id="count" example="42">^2</xliff:g> audio files out of trash?} 385 }</string> 386 <!-- Progress dialog message after user allows untrash permission to the audio item [CHAR LIMIT=128] --> 387 <string name="permission_progress_untrash_audio"> {count, plural, 388 =1 {Moving audio file out of trash…} 389 other {Moving <xliff:g id="count" example="42">^1</xliff:g> audio files out of trash…} 390 }</string> 391 <!-- Dialog title asking if user will allow untrash permission to the video item displayed below this string. [CHAR LIMIT=128] --> 392 <string name="permission_untrash_video"> {count, plural, 393 =1 {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to move this video out of trash?} 394 other {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to move <xliff:g id="count" example="42">^2</xliff:g> videos out of trash?} 395 }</string> 396 <!-- Progress dialog message after user allows untrash permission to the video item [CHAR LIMIT=128] --> 397 <string name="permission_progress_untrash_video"> {count, plural, 398 =1 {Moving video out of trash…} 399 other {Moving <xliff:g id="count" example="42">^1</xliff:g> videos out of trash…} 400 }</string> 401 <!-- Dialog title asking if user will allow untrash permission to the image item displayed below this string. [CHAR LIMIT=128] --> 402 <string name="permission_untrash_image"> {count, plural, 403 =1 {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to move this photo out of trash?} 404 other {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to move <xliff:g id="count" example="42">^2</xliff:g> photos out of trash?} 405 }</string> 406 <!-- Progress dialog message after user allows untrash permission to the image item [CHAR LIMIT=128] --> 407 <string name="permission_progress_untrash_image"> {count, plural, 408 =1 {Moving photo out of trash…} 409 other {Moving <xliff:g id="count" example="42">^1</xliff:g> photos out of trash…} 410 }</string> 411 <!-- Dialog title asking if user will allow untrash permission to the generic item displayed below this string. [CHAR LIMIT=128] --> 412 <string name="permission_untrash_generic"> {count, plural, 413 =1 {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to move this item out of trash?} 414 other {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to move <xliff:g id="count" example="42">^2</xliff:g> items out of trash?} 415 }</string> 416 <!-- Progress dialog message after user allows untrash permission to the generic item [CHAR LIMIT=128] --> 417 <string name="permission_progress_untrash_generic"> {count, plural, 418 =1 {Moving item out of trash…} 419 other {Moving <xliff:g id="count" example="42">^1</xliff:g> items out of trash…} 420 }</string> 421 422 <!-- ========================= DELETE STRINGS ========================= --> 423 424 <!-- Dialog title asking if user will allow delete permission to the audio item displayed below this string. [CHAR LIMIT=128] --> 425 <string name="permission_delete_audio"> {count, plural, 426 =1 {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to delete this audio file?} 427 other {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to delete <xliff:g id="count" example="42">^2</xliff:g> audio files?} 428 }</string> 429 <!-- Progress dialog message after user allows delete permission to the audio item [CHAR LIMIT=128] --> 430 <string name="permission_progress_delete_audio"> {count, plural, 431 =1 {Deleting audio file…} 432 other {Deleting <xliff:g id="count" example="42">^1</xliff:g> audio files…} 433 }</string> 434 <!-- Dialog title asking if user will allow delete permission to the video item displayed below this string. [CHAR LIMIT=128] --> 435 <string name="permission_delete_video"> {count, plural, 436 =1 {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to delete this video?} 437 other {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to delete <xliff:g id="count" example="42">^2</xliff:g> videos?} 438 }</string> 439 <!-- Progress dialog message after user allows delete permission to the video item [CHAR LIMIT=128] --> 440 <string name="permission_progress_delete_video"> {count, plural, 441 =1 {Deleting video…} 442 other {Deleting <xliff:g id="count" example="42">^1</xliff:g> videos…} 443 }</string> 444 <!-- Dialog title asking if user will allow delete permission to the image item displayed below this string. [CHAR LIMIT=128] --> 445 <string name="permission_delete_image"> {count, plural, 446 =1 {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to delete this photo?} 447 other {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to delete <xliff:g id="count" example="42">^2</xliff:g> photos?} 448 }</string> 449 <!-- Progress dialog message after user allows delete permission to the image item [CHAR LIMIT=128] --> 450 <string name="permission_progress_delete_image"> {count, plural, 451 =1 {Deleting photo…} 452 other {Deleting <xliff:g id="count" example="42">^1</xliff:g> photos…} 453 }</string> 454 <!-- Dialog title asking if user will allow delete permission to the generic item displayed below this string. [CHAR LIMIT=128] --> 455 <string name="permission_delete_generic"> {count, plural, 456 =1 {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to delete this item?} 457 other {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to delete <xliff:g id="count" example="42">^2</xliff:g> items?} 458 }</string> 459 <!-- Progress dialog message after user allows delete permission to the generic item [CHAR LIMIT=128] --> 460 <string name="permission_progress_delete_generic"> {count, plural, 461 =1 {Deleting item…} 462 other {Deleting <xliff:g id="count" example="42">^1</xliff:g> items…} 463 }</string> 464 465 <!-- ========================= END AUTO-GENERATED BY gen_strings.py ========================= --> 466 467 <!-- ========================= TRANSCODE STRINGS ========================= --> 468 469 <!-- Transcode denied toast text. [CHAR LIMIT=NONE] --> 470 <string name="transcode_denied"><xliff:g id="app_name" example="File manager">%s</xliff:g> can\'t process media files</string> 471 472 <!-- Transcode cancelled notification. --> 473 <string name="transcode_processing_cancelled">Media processing cancelled</string> 474 475 <!-- Transcode error notification. --> 476 <string name="transcode_processing_error">Media processing error</string> 477 478 <!-- Transcode success notification. --> 479 <string name="transcode_processing_success">Media processing success</string> 480 481 <!-- Transcode started notification. --> 482 <string name="transcode_processing_started">Media processing started</string> 483 484 <!-- Transcode processing notification. --> 485 <string name="transcode_processing">Processing media…</string> 486 487 <!-- Transcode intermediate ANR dialog cancel button. --> 488 <string name="transcode_cancel">Cancel</string> 489 490 <!-- Transcode intermediate ANR dialog wait button. --> 491 <string name="transcode_wait">Wait</string> 492 493 <!-- Safety Protection shield icon. --> 494 <string name="safety_protection_icon_label">Safety protection</string> 495 496 <!-- Transcode alert channel name. --> 497 <string name="transcode_alert_channel">Native Transcode Alerts</string> 498 499 <!-- Transcode progress channel name. --> 500 <string name="transcode_progress_channel">Native Transcode Progress</string> 501</resources> 502