407 lines
25 KiB
XML
407 lines
25 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (C) 2009 The Android Open Source Project
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
|
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
|
<!-- Label to show to user for all apps using this UID. -->
|
|
<string name="uid_label">Media</string>
|
|
|
|
<!-- Label to show client applications a short description of storage location -->
|
|
<string name="storage_description">Local storage</string>
|
|
|
|
<!-- Label to show to user for this package. -->
|
|
<string name="app_label">Media Storage</string>
|
|
|
|
<!-- Label to show to user for Photo picker. -->
|
|
<string name="picker_app_label">Photo picker</string>
|
|
|
|
<!-- Description line for music artists in the search/suggestion results -->
|
|
<string name="artist_label">Artist</string>
|
|
|
|
<!-- Label for a file or directory which has no valid user-visible description [CHAR LIMIT=32] -->
|
|
<string name="unknown">Unknown</string>
|
|
|
|
<!-- Title for documents backend that offers images. [CHAR LIMIT=24] -->
|
|
<string name="root_images">Images</string>
|
|
<!-- Title for documents backend that offers videos. [CHAR LIMIT=24] -->
|
|
<string name="root_videos">Videos</string>
|
|
<!-- Title for documents backend that offers audio. [CHAR LIMIT=24] -->
|
|
<string name="root_audio">Audio</string>
|
|
<!-- Title for documents backend that offers documents. [CHAR LIMIT=24] -->
|
|
<string name="root_documents">Documents</string>
|
|
|
|
<!-- Message telling users that the app must request permission before working with a media item. [CHAR LIMIT=128] -->
|
|
<string name="permission_required">Permission required to modify or delete this item.</string>
|
|
<!-- Button text that users can click on to request permission before working with a media item. [CHAR LIMIT=32] -->
|
|
<string name="permission_required_action">Continue</string>
|
|
|
|
<!-- Title for the dialog button to allow a permission grant. [CHAR LIMIT=15] -->
|
|
<string name="grant_dialog_button_allow">Allow</string>
|
|
<!-- Title for the dialog button to deny a permission grant. [CHAR LIMIT=15] -->
|
|
<string name="grant_dialog_button_deny">Deny</string>
|
|
|
|
<!-- Text placed over a visual thumbnail indicating that there are more items beyond the number currently displayed on the screen. [CHAR LIMIT=6] -->
|
|
<string name="permission_more_thumb"> {count, plural,
|
|
=1 {+<xliff:g id="count" example="1">^1</xliff:g>}
|
|
other {+<xliff:g id="count" example="42">^1</xliff:g>}
|
|
}</string>
|
|
|
|
<!-- 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] -->
|
|
<string name="permission_more_text"> {count, plural,
|
|
=1 {Plus <xliff:g id="count" example="1">^1</xliff:g> additional item}
|
|
other {Plus <xliff:g id="count" example="42">^1</xliff:g> additional items}
|
|
}</string>
|
|
|
|
<!-- Cache clearing permission dialog warning title. [CHAR LIMIT=NONE] -->
|
|
<string name="cache_clearing_dialog_title">Clear temporary app files</string>
|
|
|
|
<!-- Cache clearing permission dialog warning text. [CHAR LIMIT=NONE] -->
|
|
<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>
|
|
|
|
<!-- Cache clearing in progress title. [CHAR LIMIT=NONE] -->
|
|
<string name="cache_clearing_in_progress_title">Clearing temporary app files\u2026</string>
|
|
|
|
<!-- Cache clearing permission dialog Clear button text. [CHAR LIMIT=30] -->
|
|
<string name="clear">Clear</string>
|
|
|
|
<!-- Allow dialog action text. [CHAR LIMIT=30] -->
|
|
<string name="allow">Allow</string>
|
|
|
|
<!-- Deny dialog action text. [CHAR LIMIT=30] -->
|
|
<string name="deny">Deny</string>
|
|
|
|
<!-- Add button for PhotoPicker. [CHAR LIMIT=30] -->
|
|
<string name="add">Add</string>
|
|
|
|
<!-- Deselect button for PhotoPicker. [CHAR LIMIT=30] -->
|
|
<string name="deselect">Deselect</string>
|
|
|
|
<!-- Deselected check button for PhotoPicker. [CHAR LIMIT=30] -->
|
|
<string name="deselected">Deselected</string>
|
|
|
|
<!-- Select button for PhotoPicker. [CHAR LIMIT=30] -->
|
|
<string name="select">Select</string>
|
|
|
|
<!-- Selected check button for PhotoPicker. [CHAR LIMIT=30] -->
|
|
<string name="selected">Selected</string>
|
|
|
|
<!-- Select up to max label message for PhotoPicker. [CHAR LIMIT=30] -->
|
|
<string name="select_up_to"> {count, plural,
|
|
=1 {Select up to <xliff:g id="count" example="1">^1</xliff:g> item}
|
|
other {Select up to <xliff:g id="count" example="42">^1</xliff:g> items}
|
|
}</string>
|
|
|
|
<!-- Recent header for PhotoPicker. [CHAR LIMIT=50] -->
|
|
<string name="recent">Recent</string>
|
|
|
|
<!-- The message for empty message on Photos tab in PhotoPicker when the item count is zero. [CHAR LIMIT=NONE] -->
|
|
<string name="picker_photos_empty_message">No photos or videos</string>
|
|
<!-- The message for empty message on Albums tab in PhotoPicker when the item count is zero. [CHAR LIMIT=NONE] -->
|
|
<string name="picker_albums_empty_message">No albums</string>
|
|
|
|
<!-- PhotoPicker view selected action text. [CHAR LIMIT=80] -->
|
|
<string name="picker_view_selected">View selected</string>
|
|
|
|
<!-- The text of the photos tab for PhotoPicker. [CHAR LIMIT=30] -->
|
|
<string name="picker_photos">Photos</string>
|
|
|
|
<!-- The text of the albums tab for PhotoPicker. [CHAR LIMIT=30] -->
|
|
<string name="picker_albums">Albums</string>
|
|
|
|
<!-- The text of the preview page for PhotoPicker. [CHAR LIMIT=30] -->
|
|
<string name="picker_preview">Preview</string>
|
|
|
|
<!-- The text of the switching work/personal profile in PhotoPicker. [CHAR LIMIT=80] -->
|
|
<string name="picker_work_profile">Switch to work</string>
|
|
<!-- The text of the switching work/personal profile in PhotoPicker. [CHAR LIMIT=80] -->
|
|
<string name="picker_personal_profile">Switch to personal</string>
|
|
<!-- The title for error dialog in PhotoPicker when the admin blocks cross user interaction for
|
|
the intent. [CHAR LIMIT=100] -->
|
|
<string name="picker_profile_admin_title">Blocked by your admin</string>
|
|
<!-- The message for error dialog in PhotoPicker when the admin blocks cross user interaction
|
|
for the intent. [CHAR LIMIT=NONE] -->
|
|
<string name="picker_profile_admin_msg_from_personal">Accessing work data from a personal app is not permitted</string>
|
|
<!-- The message for error dialog in PhotoPicker when the admin blocks cross user interaction
|
|
for the intent. [CHAR LIMIT=NONE] -->
|
|
<string name="picker_profile_admin_msg_from_work">Accessing personal data from a work app is not permitted</string>
|
|
<!-- The title of the error dialog in PhotoPicker when the user tries to switch to work content,
|
|
but work profile is off. [CHAR LIMIT=80] -->
|
|
<string name="picker_profile_work_paused_title">Work apps are paused</string>
|
|
<!-- The message of the error dialog in PhotoPicker when the user tries to switch to work
|
|
content, but work profile is off. [CHAR LIMIT=NONE] -->
|
|
<string name="picker_profile_work_paused_msg">To open work photos, turn on your work apps then try again</string>
|
|
|
|
<!-- PhotoPicker privacy message. [CHAR LIMIT=80] -->
|
|
<string name="picker_privacy_message">This app can only access the photos you select</string>
|
|
|
|
<!-- Text shown on the album item in PhotoPicker. [CHAR LIMIT=30] -->
|
|
<string name="picker_album_item_count"> {count, plural,
|
|
=1 {<xliff:g id="count" example="1">^1</xliff:g> item}
|
|
other {<xliff:g id="count" example="42">^1</xliff:g> items}
|
|
}</string>
|
|
|
|
<!-- Text shown on the add button for multi-select in PhotoPicker. [CHAR LIMIT=30] -->
|
|
<string name="picker_add_button_multi_select">Add (<xliff:g id="count" example="42">^1</xliff:g>)</string>
|
|
|
|
<!-- Title for the category in the picker that offers items in Camera folder. [CHAR LIMIT=24] -->
|
|
<string name="picker_category_camera">Camera</string>
|
|
<!-- Title for the category in the picker that offers downloaded items. [CHAR LIMIT=24] -->
|
|
<string name="picker_category_downloads">Downloads</string>
|
|
<!-- Title for the category in the picker that offers favorite items. [CHAR LIMIT=24] -->
|
|
<string name="picker_category_favorites">Favorites</string>
|
|
<!-- Title for the category in the picker that offers screenshots. [CHAR LIMIT=24] -->
|
|
<string name="picker_category_screenshots">Screenshots</string>
|
|
<!-- Title for the category in the picker that offers videos. [CHAR LIMIT=24] -->
|
|
<string name="picker_category_videos">@string/root_videos</string>
|
|
|
|
<!-- Special format text in preview screen for Motion Photo. [CHAR LIMIT=30] -->
|
|
<string name="picker_motion_photo_text">Motion Photo</string>
|
|
|
|
<!-- Content description of when a photo was taken on [CHAR LIMIT=NONE] -->
|
|
<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>
|
|
|
|
<!-- Content description of an video item [CHAR LIMIT=NONE] -->
|
|
<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>
|
|
|
|
<!-- Title of the picker photo item [CHAR LIMIT=40] -->
|
|
<string name="picker_photo">Photo</string>
|
|
|
|
<!-- Title of the picker GIF item [CHAR LIMIT=40] -->
|
|
<string name="picker_gif">GIF</string>
|
|
|
|
<!-- Title of the picker motion photo item [CHAR LIMIT=60] -->
|
|
<string name="picker_motion_photo">Motion Photo</string>
|
|
|
|
<!-- Content description for a button that mutes the current video. [CHAR LIMIT=50] -->
|
|
<string name="picker_mute_video">Mute video</string>
|
|
|
|
<!-- Content description for a button that unmutes the current video. [CHAR LIMIT=50] -->
|
|
<string name="picker_unmute_video">Unmute video</string>
|
|
|
|
<!-- Content description for a button that playes the current video. [CHAR LIMIT=50] -->
|
|
<string name="picker_play_video">Play video</string>
|
|
|
|
<!-- Content description for a button that pauses the current video. [CHAR LIMIT=50] -->
|
|
<string name="picker_pause_video">Pause video</string>
|
|
|
|
<!-- Toast notifying user that cloud media content is now available from an app on their device. [CHAR LIMIT=NONE] -->
|
|
<string name="picker_cloud_sync">Cloud media now available from <xliff:g id="pkg_name" example="Gmail">%1$s</xliff:g></string>
|
|
|
|
<!-- Default not selected text used by accessibility for an element that can be unselected. [CHAR LIMIT=NONE] -->
|
|
<string name="not_selected">not selected</string>
|
|
|
|
<!-- ========================= BEGIN AUTO-GENERATED BY gen_strings.py ========================= -->
|
|
|
|
<!-- ========================= WRITE STRINGS ========================= -->
|
|
|
|
<!-- Dialog title asking if user will allow write permission to the audio item displayed below this string. [CHAR LIMIT=128] -->
|
|
<string name="permission_write_audio"> {count, plural,
|
|
=1 {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to modify this audio file?}
|
|
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?}
|
|
}</string>
|
|
<!-- Progress dialog message after user allows write permission to the audio item [CHAR LIMIT=128] -->
|
|
<string name="permission_progress_write_audio"> {count, plural,
|
|
=1 {Modifying audio file…}
|
|
other {Modifying <xliff:g id="count" example="42">^1</xliff:g> audio files…}
|
|
}</string>
|
|
<!-- Dialog title asking if user will allow write permission to the video item displayed below this string. [CHAR LIMIT=128] -->
|
|
<string name="permission_write_video"> {count, plural,
|
|
=1 {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to modify this video?}
|
|
other {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to modify <xliff:g id="count" example="42">^2</xliff:g> videos?}
|
|
}</string>
|
|
<!-- Progress dialog message after user allows write permission to the video item [CHAR LIMIT=128] -->
|
|
<string name="permission_progress_write_video"> {count, plural,
|
|
=1 {Modifying video…}
|
|
other {Modifying <xliff:g id="count" example="42">^1</xliff:g> videos…}
|
|
}</string>
|
|
<!-- Dialog title asking if user will allow write permission to the image item displayed below this string. [CHAR LIMIT=128] -->
|
|
<string name="permission_write_image"> {count, plural,
|
|
=1 {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to modify this photo?}
|
|
other {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to modify <xliff:g id="count" example="42">^2</xliff:g> photos?}
|
|
}</string>
|
|
<!-- Progress dialog message after user allows write permission to the image item [CHAR LIMIT=128] -->
|
|
<string name="permission_progress_write_image"> {count, plural,
|
|
=1 {Modifying photo…}
|
|
other {Modifying <xliff:g id="count" example="42">^1</xliff:g> photos…}
|
|
}</string>
|
|
<!-- Dialog title asking if user will allow write permission to the generic item displayed below this string. [CHAR LIMIT=128] -->
|
|
<string name="permission_write_generic"> {count, plural,
|
|
=1 {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to modify this item?}
|
|
other {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to modify <xliff:g id="count" example="42">^2</xliff:g> items?}
|
|
}</string>
|
|
<!-- Progress dialog message after user allows write permission to the generic item [CHAR LIMIT=128] -->
|
|
<string name="permission_progress_write_generic"> {count, plural,
|
|
=1 {Modifying item…}
|
|
other {Modifying <xliff:g id="count" example="42">^1</xliff:g> items…}
|
|
}</string>
|
|
|
|
<!-- ========================= TRASH STRINGS ========================= -->
|
|
|
|
<!-- Dialog title asking if user will allow trash permission to the audio item displayed below this string. [CHAR LIMIT=128] -->
|
|
<string name="permission_trash_audio"> {count, plural,
|
|
=1 {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to move this audio file to trash?}
|
|
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?}
|
|
}</string>
|
|
<!-- Progress dialog message after user allows trash permission to the audio item [CHAR LIMIT=128] -->
|
|
<string name="permission_progress_trash_audio"> {count, plural,
|
|
=1 {Moving audio file to trash…}
|
|
other {Moving <xliff:g id="count" example="42">^1</xliff:g> audio files to trash…}
|
|
}</string>
|
|
<!-- Dialog title asking if user will allow trash permission to the video item displayed below this string. [CHAR LIMIT=128] -->
|
|
<string name="permission_trash_video"> {count, plural,
|
|
=1 {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to move this video to trash?}
|
|
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?}
|
|
}</string>
|
|
<!-- Progress dialog message after user allows trash permission to the video item [CHAR LIMIT=128] -->
|
|
<string name="permission_progress_trash_video"> {count, plural,
|
|
=1 {Moving video to trash…}
|
|
other {Moving <xliff:g id="count" example="42">^1</xliff:g> videos to trash…}
|
|
}</string>
|
|
<!-- Dialog title asking if user will allow trash permission to the image item displayed below this string. [CHAR LIMIT=128] -->
|
|
<string name="permission_trash_image"> {count, plural,
|
|
=1 {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to move this photo to trash?}
|
|
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?}
|
|
}</string>
|
|
<!-- Progress dialog message after user allows trash permission to the image item [CHAR LIMIT=128] -->
|
|
<string name="permission_progress_trash_image"> {count, plural,
|
|
=1 {Moving photo to trash…}
|
|
other {Moving <xliff:g id="count" example="42">^1</xliff:g> photos to trash…}
|
|
}</string>
|
|
<!-- Dialog title asking if user will allow trash permission to the generic item displayed below this string. [CHAR LIMIT=128] -->
|
|
<string name="permission_trash_generic"> {count, plural,
|
|
=1 {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to move this item to trash?}
|
|
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?}
|
|
}</string>
|
|
<!-- Progress dialog message after user allows trash permission to the generic item [CHAR LIMIT=128] -->
|
|
<string name="permission_progress_trash_generic"> {count, plural,
|
|
=1 {Moving item to trash…}
|
|
other {Moving <xliff:g id="count" example="42">^1</xliff:g> items to trash…}
|
|
}</string>
|
|
|
|
<!-- ========================= UNTRASH STRINGS ========================= -->
|
|
|
|
<!-- Dialog title asking if user will allow untrash permission to the audio item displayed below this string. [CHAR LIMIT=128] -->
|
|
<string name="permission_untrash_audio"> {count, plural,
|
|
=1 {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to move this audio file out of trash?}
|
|
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?}
|
|
}</string>
|
|
<!-- Progress dialog message after user allows untrash permission to the audio item [CHAR LIMIT=128] -->
|
|
<string name="permission_progress_untrash_audio"> {count, plural,
|
|
=1 {Moving audio file out of trash…}
|
|
other {Moving <xliff:g id="count" example="42">^1</xliff:g> audio files out of trash…}
|
|
}</string>
|
|
<!-- Dialog title asking if user will allow untrash permission to the video item displayed below this string. [CHAR LIMIT=128] -->
|
|
<string name="permission_untrash_video"> {count, plural,
|
|
=1 {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to move this video out of trash?}
|
|
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?}
|
|
}</string>
|
|
<!-- Progress dialog message after user allows untrash permission to the video item [CHAR LIMIT=128] -->
|
|
<string name="permission_progress_untrash_video"> {count, plural,
|
|
=1 {Moving video out of trash…}
|
|
other {Moving <xliff:g id="count" example="42">^1</xliff:g> videos out of trash…}
|
|
}</string>
|
|
<!-- Dialog title asking if user will allow untrash permission to the image item displayed below this string. [CHAR LIMIT=128] -->
|
|
<string name="permission_untrash_image"> {count, plural,
|
|
=1 {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to move this photo out of trash?}
|
|
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?}
|
|
}</string>
|
|
<!-- Progress dialog message after user allows untrash permission to the image item [CHAR LIMIT=128] -->
|
|
<string name="permission_progress_untrash_image"> {count, plural,
|
|
=1 {Moving photo out of trash…}
|
|
other {Moving <xliff:g id="count" example="42">^1</xliff:g> photos out of trash…}
|
|
}</string>
|
|
<!-- Dialog title asking if user will allow untrash permission to the generic item displayed below this string. [CHAR LIMIT=128] -->
|
|
<string name="permission_untrash_generic"> {count, plural,
|
|
=1 {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to move this item out of trash?}
|
|
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?}
|
|
}</string>
|
|
<!-- Progress dialog message after user allows untrash permission to the generic item [CHAR LIMIT=128] -->
|
|
<string name="permission_progress_untrash_generic"> {count, plural,
|
|
=1 {Moving item out of trash…}
|
|
other {Moving <xliff:g id="count" example="42">^1</xliff:g> items out of trash…}
|
|
}</string>
|
|
|
|
<!-- ========================= DELETE STRINGS ========================= -->
|
|
|
|
<!-- Dialog title asking if user will allow delete permission to the audio item displayed below this string. [CHAR LIMIT=128] -->
|
|
<string name="permission_delete_audio"> {count, plural,
|
|
=1 {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to delete this audio file?}
|
|
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?}
|
|
}</string>
|
|
<!-- Progress dialog message after user allows delete permission to the audio item [CHAR LIMIT=128] -->
|
|
<string name="permission_progress_delete_audio"> {count, plural,
|
|
=1 {Deleting audio file…}
|
|
other {Deleting <xliff:g id="count" example="42">^1</xliff:g> audio files…}
|
|
}</string>
|
|
<!-- Dialog title asking if user will allow delete permission to the video item displayed below this string. [CHAR LIMIT=128] -->
|
|
<string name="permission_delete_video"> {count, plural,
|
|
=1 {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to delete this video?}
|
|
other {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to delete <xliff:g id="count" example="42">^2</xliff:g> videos?}
|
|
}</string>
|
|
<!-- Progress dialog message after user allows delete permission to the video item [CHAR LIMIT=128] -->
|
|
<string name="permission_progress_delete_video"> {count, plural,
|
|
=1 {Deleting video…}
|
|
other {Deleting <xliff:g id="count" example="42">^1</xliff:g> videos…}
|
|
}</string>
|
|
<!-- Dialog title asking if user will allow delete permission to the image item displayed below this string. [CHAR LIMIT=128] -->
|
|
<string name="permission_delete_image"> {count, plural,
|
|
=1 {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to delete this photo?}
|
|
other {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to delete <xliff:g id="count" example="42">^2</xliff:g> photos?}
|
|
}</string>
|
|
<!-- Progress dialog message after user allows delete permission to the image item [CHAR LIMIT=128] -->
|
|
<string name="permission_progress_delete_image"> {count, plural,
|
|
=1 {Deleting photo…}
|
|
other {Deleting <xliff:g id="count" example="42">^1</xliff:g> photos…}
|
|
}</string>
|
|
<!-- Dialog title asking if user will allow delete permission to the generic item displayed below this string. [CHAR LIMIT=128] -->
|
|
<string name="permission_delete_generic"> {count, plural,
|
|
=1 {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to delete this item?}
|
|
other {Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to delete <xliff:g id="count" example="42">^2</xliff:g> items?}
|
|
}</string>
|
|
<!-- Progress dialog message after user allows delete permission to the generic item [CHAR LIMIT=128] -->
|
|
<string name="permission_progress_delete_generic"> {count, plural,
|
|
=1 {Deleting item…}
|
|
other {Deleting <xliff:g id="count" example="42">^1</xliff:g> items…}
|
|
}</string>
|
|
|
|
<!-- ========================= END AUTO-GENERATED BY gen_strings.py ========================= -->
|
|
|
|
<!-- ========================= TRANSCODE STRINGS ========================= -->
|
|
|
|
<!-- Transcode denied toast text. [CHAR LIMIT=NONE] -->
|
|
<string name="transcode_denied"><xliff:g id="app_name" example="File manager">%s</xliff:g> can\'t process media files</string>
|
|
|
|
<!-- Transcode cancelled notification. -->
|
|
<string name="transcode_processing_cancelled">Media processing cancelled</string>
|
|
|
|
<!-- Transcode error notification. -->
|
|
<string name="transcode_processing_error">Media processing error</string>
|
|
|
|
<!-- Transcode success notification. -->
|
|
<string name="transcode_processing_success">Media processing success</string>
|
|
|
|
<!-- Transcode started notification. -->
|
|
<string name="transcode_processing_started">Media processing started</string>
|
|
|
|
<!-- Transcode processing notification. -->
|
|
<string name="transcode_processing">Processing media…</string>
|
|
|
|
<!-- Transcode intermediate ANR dialog cancel button. -->
|
|
<string name="transcode_cancel">Cancel</string>
|
|
|
|
<!-- Transcode intermediate ANR dialog wait button. -->
|
|
<string name="transcode_wait">Wait</string>
|
|
</resources>
|