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