| <?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> |
| |
| <!-- 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] --> |
| <plurals name="permission_more_thumb"> |
| <item quantity="one">+<xliff:g id="count" example="1">^1</xliff:g></item> |
| <item quantity="other">+<xliff:g id="count" example="42">^1</xliff:g></item> |
| </plurals> |
| |
| <!-- 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] --> |
| <plurals name="permission_more_text"> |
| <item quantity="one">Plus <xliff:g id="count" example="42">^1</xliff:g> additional item</item> |
| <item quantity="other">Plus <xliff:g id="count" example="42">^1</xliff:g> additional items</item> |
| </plurals> |
| |
| <!-- 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> |
| |
| <!-- ========================= 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] --> |
| <plurals name="permission_write_audio"> |
| <item quantity="one">Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to modify this audio file?</item> |
| <item quantity="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?</item> |
| </plurals> |
| <!-- Progress dialog message after user allows write permission to the audio item [CHAR LIMIT=128] --> |
| <plurals name="permission_progress_write_audio"> |
| <item quantity="one">Modifying audio file…</item> |
| <item quantity="other">Modifying <xliff:g id="count" example="42">^1</xliff:g> audio files…</item> |
| </plurals> |
| <!-- Dialog title asking if user will allow write permission to the video item displayed below this string. [CHAR LIMIT=128] --> |
| <plurals name="permission_write_video"> |
| <item quantity="one">Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to modify this video?</item> |
| <item quantity="other">Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to modify <xliff:g id="count" example="42">^2</xliff:g> videos?</item> |
| </plurals> |
| <!-- Progress dialog message after user allows write permission to the video item [CHAR LIMIT=128] --> |
| <plurals name="permission_progress_write_video"> |
| <item quantity="one">Modifying video…</item> |
| <item quantity="other">Modifying <xliff:g id="count" example="42">^1</xliff:g> videos…</item> |
| </plurals> |
| <!-- Dialog title asking if user will allow write permission to the image item displayed below this string. [CHAR LIMIT=128] --> |
| <plurals name="permission_write_image"> |
| <item quantity="one">Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to modify this photo?</item> |
| <item quantity="other">Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to modify <xliff:g id="count" example="42">^2</xliff:g> photos?</item> |
| </plurals> |
| <!-- Progress dialog message after user allows write permission to the image item [CHAR LIMIT=128] --> |
| <plurals name="permission_progress_write_image"> |
| <item quantity="one">Modifying photo…</item> |
| <item quantity="other">Modifying <xliff:g id="count" example="42">^1</xliff:g> photos…</item> |
| </plurals> |
| <!-- Dialog title asking if user will allow write permission to the generic item displayed below this string. [CHAR LIMIT=128] --> |
| <plurals name="permission_write_generic"> |
| <item quantity="one">Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to modify this item?</item> |
| <item quantity="other">Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to modify <xliff:g id="count" example="42">^2</xliff:g> items?</item> |
| </plurals> |
| <!-- Progress dialog message after user allows write permission to the generic item [CHAR LIMIT=128] --> |
| <plurals name="permission_progress_write_generic"> |
| <item quantity="one">Modifying item…</item> |
| <item quantity="other">Modifying <xliff:g id="count" example="42">^1</xliff:g> items…</item> |
| </plurals> |
| |
| <!-- ========================= TRASH STRINGS ========================= --> |
| |
| <!-- Dialog title asking if user will allow trash permission to the audio item displayed below this string. [CHAR LIMIT=128] --> |
| <plurals name="permission_trash_audio"> |
| <item quantity="one">Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to move this audio file to trash?</item> |
| <item quantity="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?</item> |
| </plurals> |
| <!-- Progress dialog message after user allows trash permission to the audio item [CHAR LIMIT=128] --> |
| <plurals name="permission_progress_trash_audio"> |
| <item quantity="one">Moving audio file to trash…</item> |
| <item quantity="other">Moving <xliff:g id="count" example="42">^1</xliff:g> audio files to trash…</item> |
| </plurals> |
| <!-- Dialog title asking if user will allow trash permission to the video item displayed below this string. [CHAR LIMIT=128] --> |
| <plurals name="permission_trash_video"> |
| <item quantity="one">Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to move this video to trash?</item> |
| <item quantity="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?</item> |
| </plurals> |
| <!-- Progress dialog message after user allows trash permission to the video item [CHAR LIMIT=128] --> |
| <plurals name="permission_progress_trash_video"> |
| <item quantity="one">Moving video to trash…</item> |
| <item quantity="other">Moving <xliff:g id="count" example="42">^1</xliff:g> videos to trash…</item> |
| </plurals> |
| <!-- Dialog title asking if user will allow trash permission to the image item displayed below this string. [CHAR LIMIT=128] --> |
| <plurals name="permission_trash_image"> |
| <item quantity="one">Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to move this photo to trash?</item> |
| <item quantity="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?</item> |
| </plurals> |
| <!-- Progress dialog message after user allows trash permission to the image item [CHAR LIMIT=128] --> |
| <plurals name="permission_progress_trash_image"> |
| <item quantity="one">Moving photo to trash…</item> |
| <item quantity="other">Moving <xliff:g id="count" example="42">^1</xliff:g> photos to trash…</item> |
| </plurals> |
| <!-- Dialog title asking if user will allow trash permission to the generic item displayed below this string. [CHAR LIMIT=128] --> |
| <plurals name="permission_trash_generic"> |
| <item quantity="one">Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to move this item to trash?</item> |
| <item quantity="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?</item> |
| </plurals> |
| <!-- Progress dialog message after user allows trash permission to the generic item [CHAR LIMIT=128] --> |
| <plurals name="permission_progress_trash_generic"> |
| <item quantity="one">Moving item to trash…</item> |
| <item quantity="other">Moving <xliff:g id="count" example="42">^1</xliff:g> items to trash…</item> |
| </plurals> |
| |
| <!-- ========================= UNTRASH STRINGS ========================= --> |
| |
| <!-- Dialog title asking if user will allow untrash permission to the audio item displayed below this string. [CHAR LIMIT=128] --> |
| <plurals name="permission_untrash_audio"> |
| <item quantity="one">Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to move this audio file out of trash?</item> |
| <item quantity="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?</item> |
| </plurals> |
| <!-- Progress dialog message after user allows untrash permission to the audio item [CHAR LIMIT=128] --> |
| <plurals name="permission_progress_untrash_audio"> |
| <item quantity="one">Moving audio file out of trash…</item> |
| <item quantity="other">Moving <xliff:g id="count" example="42">^1</xliff:g> audio files out of trash…</item> |
| </plurals> |
| <!-- Dialog title asking if user will allow untrash permission to the video item displayed below this string. [CHAR LIMIT=128] --> |
| <plurals name="permission_untrash_video"> |
| <item quantity="one">Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to move this video out of trash?</item> |
| <item quantity="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?</item> |
| </plurals> |
| <!-- Progress dialog message after user allows untrash permission to the video item [CHAR LIMIT=128] --> |
| <plurals name="permission_progress_untrash_video"> |
| <item quantity="one">Moving video out of trash…</item> |
| <item quantity="other">Moving <xliff:g id="count" example="42">^1</xliff:g> videos out of trash…</item> |
| </plurals> |
| <!-- Dialog title asking if user will allow untrash permission to the image item displayed below this string. [CHAR LIMIT=128] --> |
| <plurals name="permission_untrash_image"> |
| <item quantity="one">Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to move this photo out of trash?</item> |
| <item quantity="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?</item> |
| </plurals> |
| <!-- Progress dialog message after user allows untrash permission to the image item [CHAR LIMIT=128] --> |
| <plurals name="permission_progress_untrash_image"> |
| <item quantity="one">Moving photo out of trash…</item> |
| <item quantity="other">Moving <xliff:g id="count" example="42">^1</xliff:g> photos out of trash…</item> |
| </plurals> |
| <!-- Dialog title asking if user will allow untrash permission to the generic item displayed below this string. [CHAR LIMIT=128] --> |
| <plurals name="permission_untrash_generic"> |
| <item quantity="one">Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to move this item out of trash?</item> |
| <item quantity="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?</item> |
| </plurals> |
| <!-- Progress dialog message after user allows untrash permission to the generic item [CHAR LIMIT=128] --> |
| <plurals name="permission_progress_untrash_generic"> |
| <item quantity="one">Moving item out of trash…</item> |
| <item quantity="other">Moving <xliff:g id="count" example="42">^1</xliff:g> items out of trash…</item> |
| </plurals> |
| |
| <!-- ========================= DELETE STRINGS ========================= --> |
| |
| <!-- Dialog title asking if user will allow delete permission to the audio item displayed below this string. [CHAR LIMIT=128] --> |
| <plurals name="permission_delete_audio"> |
| <item quantity="one">Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to delete this audio file?</item> |
| <item quantity="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?</item> |
| </plurals> |
| <!-- Progress dialog message after user allows delete permission to the audio item [CHAR LIMIT=128] --> |
| <plurals name="permission_progress_delete_audio"> |
| <item quantity="one">Deleting audio file…</item> |
| <item quantity="other">Deleting <xliff:g id="count" example="42">^1</xliff:g> audio files…</item> |
| </plurals> |
| <!-- Dialog title asking if user will allow delete permission to the video item displayed below this string. [CHAR LIMIT=128] --> |
| <plurals name="permission_delete_video"> |
| <item quantity="one">Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to delete this video?</item> |
| <item quantity="other">Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to delete <xliff:g id="count" example="42">^2</xliff:g> videos?</item> |
| </plurals> |
| <!-- Progress dialog message after user allows delete permission to the video item [CHAR LIMIT=128] --> |
| <plurals name="permission_progress_delete_video"> |
| <item quantity="one">Deleting video…</item> |
| <item quantity="other">Deleting <xliff:g id="count" example="42">^1</xliff:g> videos…</item> |
| </plurals> |
| <!-- Dialog title asking if user will allow delete permission to the image item displayed below this string. [CHAR LIMIT=128] --> |
| <plurals name="permission_delete_image"> |
| <item quantity="one">Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to delete this photo?</item> |
| <item quantity="other">Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to delete <xliff:g id="count" example="42">^2</xliff:g> photos?</item> |
| </plurals> |
| <!-- Progress dialog message after user allows delete permission to the image item [CHAR LIMIT=128] --> |
| <plurals name="permission_progress_delete_image"> |
| <item quantity="one">Deleting photo…</item> |
| <item quantity="other">Deleting <xliff:g id="count" example="42">^1</xliff:g> photos…</item> |
| </plurals> |
| <!-- Dialog title asking if user will allow delete permission to the generic item displayed below this string. [CHAR LIMIT=128] --> |
| <plurals name="permission_delete_generic"> |
| <item quantity="one">Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to delete this item?</item> |
| <item quantity="other">Allow <xliff:g id="app_name" example="Gmail">^1</xliff:g> to delete <xliff:g id="count" example="42">^2</xliff:g> items?</item> |
| </plurals> |
| <!-- Progress dialog message after user allows delete permission to the generic item [CHAR LIMIT=128] --> |
| <plurals name="permission_progress_delete_generic"> |
| <item quantity="one">Deleting item…</item> |
| <item quantity="other">Deleting <xliff:g id="count" example="42">^1</xliff:g> items…</item> |
| </plurals> |
| |
| <!-- ========================= 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> |