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 <!-- Label to show to user for this package. --> 25 <string name="app_label">Media Storage</string> 26 27 <!-- Label to show to user for Photo picker. --> 28 <string name="picker_app_label">Photo picker</string> 29 30 <!-- Description line for music artists in the search/suggestion results --> 31 <string name="artist_label">Artist</string> 32 33 <!-- Label for a file or directory which has no valid user-visible description [CHAR LIMIT=32] --> 34 <string name="unknown">Unknown</string> 35 36 <!-- Title for documents backend that offers images. [CHAR LIMIT=24] --> 37 <string name="root_images">Images</string> 38 <!-- Title for documents backend that offers videos. [CHAR LIMIT=24] --> 39 <string name="root_videos">Videos</string> 40 <!-- Title for documents backend that offers audio. [CHAR LIMIT=24] --> 41 <string name="root_audio">Audio</string> 42 <!-- Title for documents backend that offers documents. [CHAR LIMIT=24] --> 43 <string name="root_documents">Documents</string> 44 45 <!-- Message telling users that the app must request permission before working with a media item. [CHAR LIMIT=128] --> 46 <string name="permission_required">Permission required to modify or delete this item.</string> 47 <!-- Button text that users can click on to request permission before working with a media item. [CHAR LIMIT=32] --> 48 <string name="permission_required_action">Continue</string> 49 50 <!-- Title for the dialog button to allow a permission grant. [CHAR LIMIT=15] --> 51 <string name="grant_dialog_button_allow">Allow</string> 52 <!-- Title for the dialog button to deny a permission grant. [CHAR LIMIT=15] --> 53 <string name="grant_dialog_button_deny">Deny</string> 54 55 <!-- Text placed over a visual thumbnail indicating that there are more items beyond the number currently displayed on the screen. [CHAR LIMIT=6] --> 56 <string name="permission_more_thumb"> {count, plural, 57 =1 {+<xliff:g id="count" example="1">^1</xliff:g>} 58 other {+<xliff:g id="count" example="42">^1</xliff:g>} 59 }</string> 60 61 <!-- 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] --> 62 <string name="permission_more_text"> {count, plural, 63 =1 {Plus <xliff:g id="count" example="1">^1</xliff:g> additional item} 64 other {Plus <xliff:g id="count" example="42">^1</xliff:g> additional items} 65 }</string> 66 67 <!-- Cache clearing permission dialog warning title. [CHAR LIMIT=NONE] --> 68 <string name="cache_clearing_dialog_title">Clear temporary app files</string> 69 70 <!-- Cache clearing permission dialog warning text. [CHAR LIMIT=NONE] --> 71 <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> 72 73 <!-- Cache clearing in progress title. [CHAR LIMIT=NONE] --> 74 <string name="cache_clearing_in_progress_title">Clearing temporary app files\u2026</string> 75 76 <!-- Cache clearing permission dialog Clear button text. [CHAR LIMIT=30] --> 77 <string name="clear">Clear</string> 78 79 <!-- Allow dialog action text. [CHAR LIMIT=30] --> 80 <string name="allow">Allow</string> 81 82 <!-- Deny dialog action text. [CHAR LIMIT=30] --> 83 <string name="deny">Deny</string> 84 85 <!-- Add button for PhotoPicker. [CHAR LIMIT=30] --> 86 <string name="add">Add</string> 87 88 <!-- Deselect button for PhotoPicker. [CHAR LIMIT=30] --> 89 <string name="deselect">Deselect</string> 90 91 <!-- Deselected check button for PhotoPicker. [CHAR LIMIT=30] --> 92 <string name="deselected">Deselected</string> 93 94 <!-- Select button for PhotoPicker. [CHAR LIMIT=30] --> 95 <string name="select">Select</string> 96 97 <!-- Selected check button for PhotoPicker. [CHAR LIMIT=30] --> 98 <string name="selected">Selected</string> 99 100 <!-- Select up to max label message for PhotoPicker. [CHAR LIMIT=30] --> 101 <string name="select_up_to"> {count, plural, 102 =1 {Select up to <xliff:g id="count" example="1">^1</xliff:g> item} 103 other {Select up to <xliff:g id="count" example="42">^1</xliff:g> items} 104 }</string> 105 106 <!-- Recent header for PhotoPicker. [CHAR LIMIT=50] --> 107 <string name="recent">Recent</string> 108 109 <!-- The message for empty message on Photos tab in PhotoPicker when the item count is zero. [CHAR LIMIT=NONE] --> 110 <string name="picker_photos_empty_message">No photos or videos</string> 111 <!-- The message for empty message on Albums tab in PhotoPicker when the item count is zero. [CHAR LIMIT=NONE] --> 112 <string name="picker_albums_empty_message">No albums</string> 113 114 <!-- PhotoPicker view selected action text. [CHAR LIMIT=80] --> 115 <string name="picker_view_selected">View selected</string> 116 117 <!-- The text of the photos tab for PhotoPicker. [CHAR LIMIT=30] --> 118 <string name="picker_photos">Photos</string> 119 120 <!-- The text of the albums tab for PhotoPicker. [CHAR LIMIT=30] --> 121 <string name="picker_albums">Albums</string> 122 123 <!-- The text of the preview page for PhotoPicker. [CHAR LIMIT=30] --> 124 <string name="picker_preview">Preview</string> 125 126 <!-- The text of the switching work/personal profile in PhotoPicker. [CHAR LIMIT=80] --> 127 <string name="picker_work_profile">Switch to work</string> 128 <!-- The text of the switching work/personal profile in PhotoPicker. [CHAR LIMIT=80] --> 129 <string name="picker_personal_profile">Switch to personal</string> 130 <!-- The title for error dialog in PhotoPicker when the admin blocks cross user interaction for 131 the intent. [CHAR LIMIT=100] --> 132 <string name="picker_profile_admin_title">Blocked by your admin</string> 133 <!-- The message for error dialog in PhotoPicker when the admin blocks cross user interaction 134 for the intent. [CHAR LIMIT=NONE] --> 135 <string name="picker_profile_admin_msg_from_personal">Accessing work data from a personal app is not permitted</string> 136 <!-- The message for error dialog in PhotoPicker when the admin blocks cross user interaction 137 for the intent. [CHAR LIMIT=NONE] --> 138 <string name="picker_profile_admin_msg_from_work">Accessing personal data from a work app is not permitted</string> 139 <!-- The title of the error dialog in PhotoPicker when the user tries to switch to work content, 140 but work profile is off. [CHAR LIMIT=80] --> 141 <string name="picker_profile_work_paused_title">Work apps are paused</string> 142 <!-- The message of the error dialog in PhotoPicker when the user tries to switch to work 143 content, but work profile is off. [CHAR LIMIT=NONE] --> 144 <string name="picker_profile_work_paused_msg">To open work photos, turn on your work apps then try again</string> 145 146 <!-- PhotoPicker privacy message. [CHAR LIMIT=80] --> 147 <string name="picker_privacy_message">This app can only access the photos you select</string> 148 149 <!-- Text shown on the album item in PhotoPicker. [CHAR LIMIT=30] --> 150 <string name="picker_album_item_count"> {count, plural, 151 =1 {<xliff:g id="count" example="1">^1</xliff:g> item} 152 other {<xliff:g id="count" example="42">^1</xliff:g> items} 153 }</string> 154 155 <!-- Text shown on the add button for multi-select in PhotoPicker. [CHAR LIMIT=30] --> 156 <string name="picker_add_button_multi_select">Add (<xliff:g id="count" example="42">^1</xliff:g>)</string> 157 158 <!-- Title for the category in the picker that offers items in Camera folder. [CHAR LIMIT=24] --> 159 <string name="picker_category_camera">Camera</string> 160 <!-- Title for the category in the picker that offers downloaded items. [CHAR LIMIT=24] --> 161 <string name="picker_category_downloads">Downloads</string> 162 <!-- Title for the category in the picker that offers favorite items. [CHAR LIMIT=24] --> 163 <string name="picker_category_favorites">Favorites</string> 164 <!-- Title for the category in the picker that offers screenshots. [CHAR LIMIT=24] --> 165 <string name="picker_category_screenshots">Screenshots</string> 166 <!-- Title for the category in the picker that offers videos. [CHAR LIMIT=24] --> 167 <string name="picker_category_videos">@string/root_videos</string> 168 169 <!-- Special format text in preview screen for Motion Photo. [CHAR LIMIT=30] --> 170 <string name="picker_motion_photo_text">Motion Photo</string> 171 172 <!-- Content description of when a photo was taken on [CHAR LIMIT=NONE] --> 173 <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> 174 175 <!-- Content description of an video item [CHAR LIMIT=NONE] --> 176 <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> 177 178 <!-- Title of the picker photo item [CHAR LIMIT=40] --> 179 <string name="picker_photo">Photo</string> 180 181 <!-- Title of the picker GIF item [CHAR LIMIT=40] --> 182 <string name="picker_gif">GIF</string> 183 184 <!-- Title of the picker motion photo item [CHAR LIMIT=60] --> 185 <string name="picker_motion_photo">Motion Photo</string> 186 187 <!-- Content description for a button that mutes the current video. [CHAR LIMIT=50] --> 188 <string name="picker_mute_video">Mute video</string> 189 190 <!-- Content description for a button that unmutes the current video. [CHAR LIMIT=50] --> 191 <string name="picker_unmute_video">Unmute video</string> 192 193 <!-- Content description for a button that playes the current video. [CHAR LIMIT=50] --> 194 <string name="picker_play_video">Play video</string> 195 196 <!-- Content description for a button that pauses the current video. [CHAR LIMIT=50] --> 197 <string name="picker_pause_video">Pause video</string> 198 199 <!-- Toast notifying user that cloud media content is now available from an app on their device. [CHAR LIMIT=NONE] --> 200 <string name="picker_cloud_sync">Cloud media now available from <xliff:g id="pkg_name" example="Gmail">%1$s</xliff:g></string> 201 202 <!-- Default not selected text used by accessibility for an element that can be unselected. [CHAR LIMIT=NONE] --> 203 <string name="not_selected">not selected</string> 204 205 <!-- ========================= BEGIN AUTO-GENERATED BY gen_strings.py ========================= --> 206 207 <!-- ========================= WRITE STRINGS ========================= --> 208 209 <!-- Dialog title asking if user will allow write permission to the audio item displayed below this string. [CHAR LIMIT=128] --> 210 <string name="permission_write_audio"> {count, plural, 211 =1 {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to modify this audio file?} 212 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?} 213 }</string> 214 <!-- Progress dialog message after user allows write permission to the audio item [CHAR LIMIT=128] --> 215 <string name="permission_progress_write_audio"> {count, plural, 216 =1 {Modifying audio file…} 217 other {Modifying <xliff:g id="count" example="42">^1</xliff:g> audio files…} 218 }</string> 219 <!-- Dialog title asking if user will allow write permission to the video item displayed below this string. [CHAR LIMIT=128] --> 220 <string name="permission_write_video"> {count, plural, 221 =1 {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to modify this video?} 222 other {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to modify <xliff:g id="count" example="42">^2</xliff:g> videos?} 223 }</string> 224 <!-- Progress dialog message after user allows write permission to the video item [CHAR LIMIT=128] --> 225 <string name="permission_progress_write_video"> {count, plural, 226 =1 {Modifying video…} 227 other {Modifying <xliff:g id="count" example="42">^1</xliff:g> videos…} 228 }</string> 229 <!-- Dialog title asking if user will allow write permission to the image item displayed below this string. [CHAR LIMIT=128] --> 230 <string name="permission_write_image"> {count, plural, 231 =1 {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to modify this photo?} 232 other {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to modify <xliff:g id="count" example="42">^2</xliff:g> photos?} 233 }</string> 234 <!-- Progress dialog message after user allows write permission to the image item [CHAR LIMIT=128] --> 235 <string name="permission_progress_write_image"> {count, plural, 236 =1 {Modifying photo…} 237 other {Modifying <xliff:g id="count" example="42">^1</xliff:g> photos…} 238 }</string> 239 <!-- Dialog title asking if user will allow write permission to the generic item displayed below this string. [CHAR LIMIT=128] --> 240 <string name="permission_write_generic"> {count, plural, 241 =1 {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to modify this item?} 242 other {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to modify <xliff:g id="count" example="42">^2</xliff:g> items?} 243 }</string> 244 <!-- Progress dialog message after user allows write permission to the generic item [CHAR LIMIT=128] --> 245 <string name="permission_progress_write_generic"> {count, plural, 246 =1 {Modifying item…} 247 other {Modifying <xliff:g id="count" example="42">^1</xliff:g> items…} 248 }</string> 249 250 <!-- ========================= TRASH STRINGS ========================= --> 251 252 <!-- Dialog title asking if user will allow trash permission to the audio item displayed below this string. [CHAR LIMIT=128] --> 253 <string name="permission_trash_audio"> {count, plural, 254 =1 {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to move this audio file to trash?} 255 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?} 256 }</string> 257 <!-- Progress dialog message after user allows trash permission to the audio item [CHAR LIMIT=128] --> 258 <string name="permission_progress_trash_audio"> {count, plural, 259 =1 {Moving audio file to trash…} 260 other {Moving <xliff:g id="count" example="42">^1</xliff:g> audio files to trash…} 261 }</string> 262 <!-- Dialog title asking if user will allow trash permission to the video item displayed below this string. [CHAR LIMIT=128] --> 263 <string name="permission_trash_video"> {count, plural, 264 =1 {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to move this video to trash?} 265 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?} 266 }</string> 267 <!-- Progress dialog message after user allows trash permission to the video item [CHAR LIMIT=128] --> 268 <string name="permission_progress_trash_video"> {count, plural, 269 =1 {Moving video to trash…} 270 other {Moving <xliff:g id="count" example="42">^1</xliff:g> videos to trash…} 271 }</string> 272 <!-- Dialog title asking if user will allow trash permission to the image item displayed below this string. [CHAR LIMIT=128] --> 273 <string name="permission_trash_image"> {count, plural, 274 =1 {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to move this photo to trash?} 275 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?} 276 }</string> 277 <!-- Progress dialog message after user allows trash permission to the image item [CHAR LIMIT=128] --> 278 <string name="permission_progress_trash_image"> {count, plural, 279 =1 {Moving photo to trash…} 280 other {Moving <xliff:g id="count" example="42">^1</xliff:g> photos to trash…} 281 }</string> 282 <!-- Dialog title asking if user will allow trash permission to the generic item displayed below this string. [CHAR LIMIT=128] --> 283 <string name="permission_trash_generic"> {count, plural, 284 =1 {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to move this item to trash?} 285 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?} 286 }</string> 287 <!-- Progress dialog message after user allows trash permission to the generic item [CHAR LIMIT=128] --> 288 <string name="permission_progress_trash_generic"> {count, plural, 289 =1 {Moving item to trash…} 290 other {Moving <xliff:g id="count" example="42">^1</xliff:g> items to trash…} 291 }</string> 292 293 <!-- ========================= UNTRASH STRINGS ========================= --> 294 295 <!-- Dialog title asking if user will allow untrash permission to the audio item displayed below this string. [CHAR LIMIT=128] --> 296 <string name="permission_untrash_audio"> {count, plural, 297 =1 {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to move this audio file out of trash?} 298 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?} 299 }</string> 300 <!-- Progress dialog message after user allows untrash permission to the audio item [CHAR LIMIT=128] --> 301 <string name="permission_progress_untrash_audio"> {count, plural, 302 =1 {Moving audio file out of trash…} 303 other {Moving <xliff:g id="count" example="42">^1</xliff:g> audio files out of trash…} 304 }</string> 305 <!-- Dialog title asking if user will allow untrash permission to the video item displayed below this string. [CHAR LIMIT=128] --> 306 <string name="permission_untrash_video"> {count, plural, 307 =1 {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to move this video out of trash?} 308 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?} 309 }</string> 310 <!-- Progress dialog message after user allows untrash permission to the video item [CHAR LIMIT=128] --> 311 <string name="permission_progress_untrash_video"> {count, plural, 312 =1 {Moving video out of trash…} 313 other {Moving <xliff:g id="count" example="42">^1</xliff:g> videos out of trash…} 314 }</string> 315 <!-- Dialog title asking if user will allow untrash permission to the image item displayed below this string. [CHAR LIMIT=128] --> 316 <string name="permission_untrash_image"> {count, plural, 317 =1 {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to move this photo out of trash?} 318 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?} 319 }</string> 320 <!-- Progress dialog message after user allows untrash permission to the image item [CHAR LIMIT=128] --> 321 <string name="permission_progress_untrash_image"> {count, plural, 322 =1 {Moving photo out of trash…} 323 other {Moving <xliff:g id="count" example="42">^1</xliff:g> photos out of trash…} 324 }</string> 325 <!-- Dialog title asking if user will allow untrash permission to the generic item displayed below this string. [CHAR LIMIT=128] --> 326 <string name="permission_untrash_generic"> {count, plural, 327 =1 {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to move this item out of trash?} 328 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?} 329 }</string> 330 <!-- Progress dialog message after user allows untrash permission to the generic item [CHAR LIMIT=128] --> 331 <string name="permission_progress_untrash_generic"> {count, plural, 332 =1 {Moving item out of trash…} 333 other {Moving <xliff:g id="count" example="42">^1</xliff:g> items out of trash…} 334 }</string> 335 336 <!-- ========================= DELETE STRINGS ========================= --> 337 338 <!-- Dialog title asking if user will allow delete permission to the audio item displayed below this string. [CHAR LIMIT=128] --> 339 <string name="permission_delete_audio"> {count, plural, 340 =1 {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to delete this audio file?} 341 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?} 342 }</string> 343 <!-- Progress dialog message after user allows delete permission to the audio item [CHAR LIMIT=128] --> 344 <string name="permission_progress_delete_audio"> {count, plural, 345 =1 {Deleting audio file…} 346 other {Deleting <xliff:g id="count" example="42">^1</xliff:g> audio files…} 347 }</string> 348 <!-- Dialog title asking if user will allow delete permission to the video item displayed below this string. [CHAR LIMIT=128] --> 349 <string name="permission_delete_video"> {count, plural, 350 =1 {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to delete this video?} 351 other {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to delete <xliff:g id="count" example="42">^2</xliff:g> videos?} 352 }</string> 353 <!-- Progress dialog message after user allows delete permission to the video item [CHAR LIMIT=128] --> 354 <string name="permission_progress_delete_video"> {count, plural, 355 =1 {Deleting video…} 356 other {Deleting <xliff:g id="count" example="42">^1</xliff:g> videos…} 357 }</string> 358 <!-- Dialog title asking if user will allow delete permission to the image item displayed below this string. [CHAR LIMIT=128] --> 359 <string name="permission_delete_image"> {count, plural, 360 =1 {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to delete this photo?} 361 other {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to delete <xliff:g id="count" example="42">^2</xliff:g> photos?} 362 }</string> 363 <!-- Progress dialog message after user allows delete permission to the image item [CHAR LIMIT=128] --> 364 <string name="permission_progress_delete_image"> {count, plural, 365 =1 {Deleting photo…} 366 other {Deleting <xliff:g id="count" example="42">^1</xliff:g> photos…} 367 }</string> 368 <!-- Dialog title asking if user will allow delete permission to the generic item displayed below this string. [CHAR LIMIT=128] --> 369 <string name="permission_delete_generic"> {count, plural, 370 =1 {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to delete this item?} 371 other {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to delete <xliff:g id="count" example="42">^2</xliff:g> items?} 372 }</string> 373 <!-- Progress dialog message after user allows delete permission to the generic item [CHAR LIMIT=128] --> 374 <string name="permission_progress_delete_generic"> {count, plural, 375 =1 {Deleting item…} 376 other {Deleting <xliff:g id="count" example="42">^1</xliff:g> items…} 377 }</string> 378 379 <!-- ========================= END AUTO-GENERATED BY gen_strings.py ========================= --> 380 381 <!-- ========================= TRANSCODE STRINGS ========================= --> 382 383 <!-- Transcode denied toast text. [CHAR LIMIT=NONE] --> 384 <string name="transcode_denied"><xliff:g id="app_name" example="File manager">%s</xliff:g> can\'t process media files</string> 385 386 <!-- Transcode cancelled notification. --> 387 <string name="transcode_processing_cancelled">Media processing cancelled</string> 388 389 <!-- Transcode error notification. --> 390 <string name="transcode_processing_error">Media processing error</string> 391 392 <!-- Transcode success notification. --> 393 <string name="transcode_processing_success">Media processing success</string> 394 395 <!-- Transcode started notification. --> 396 <string name="transcode_processing_started">Media processing started</string> 397 398 <!-- Transcode processing notification. --> 399 <string name="transcode_processing">Processing media…</string> 400 401 <!-- Transcode intermediate ANR dialog cancel button. --> 402 <string name="transcode_cancel">Cancel</string> 403 404 <!-- Transcode intermediate ANR dialog wait button. --> 405 <string name="transcode_wait">Wait</string> 406</resources> 407