<?xml version="1.0" encoding="utf-8"?>
|
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
|
<dimen name="checkmark_area">40dip</dimen>
|
<string name="app_name">DownloadProvider</string>
|
<string name="button_cancel_download">Cancel</string>
|
<string name="button_queue_for_wifi">Queue</string>
|
<string name="button_start_now">Start now</string>
|
<string name="cancel_running_download">Cancel</string>
|
<string name="delete_download">Delete</string>
|
<string name="deselect_all">Clear selection</string>
|
<string name="dialog_cannot_resume">Download interrupted. It cannot be resumed.</string>
|
<string name="dialog_failed_body">Do you want to retry downloading the file later
|
or delete it from the queue?</string>
|
<string name="dialog_file_already_exists">annot download. The destination file already exists.</string>
|
<string name="dialog_file_missing_body">The downloaded file cannot be found.</string>
|
<string name="dialog_insufficient_space_on_cache">Cannot finish download. There is not enough
|
space on internal download storage.</string>
|
<string name="dialog_insufficient_space_on_external">Cannot finish download. There is not
|
enough space on external storage.</string>
|
<string name="dialog_media_not_found">annot download. The external media is not available.</string>
|
<string name="dialog_paused_body">Do you want to resume downloading the file or delete it from the queue?</string>
|
<string name="dialog_queued_body">This file is queued for future download.</string>
|
<string name="dialog_running_body">Do you want to pause downloading the file or cancel it from the queue?</string>
|
<string name="dialog_title_not_available">Download Failed</string>
|
<string name="dialog_title_queued_body">File not yet available</string>
|
<string name="download_error">Failed</string>
|
<string name="download_menu_sort_by_date">Sort by time</string>
|
<string name="download_menu_sort_by_size">Sort by size</string>
|
<string name="download_no_application_title">Cannot open file</string>
|
<string name="download_paused">Paused</string>
|
<string name="download_queued">Queued</string>
|
<string name="download_running">In progress</string>
|
<string name="download_success">Complete</string>
|
<string name="download_title">Downloads</string>
|
<string name="download_unknown_title"><Untitled></string>
|
<string name="keep_queued_download">Keep</string>
|
<string name="missing_title"><Unknown></string>
|
<string name="no_downloads">No downloads.</string>
|
<string name="notification_download_complete">Download complete</string>
|
<string name="notification_download_failed">Download unsuccessful</string>
|
<string name="notification_filename_extras">" and <ns1:g example="27" id="number">%d</ns1:g> more"</string>
|
<string name="notification_filename_separator">", "</string>
|
<string name="notification_need_wifi_for_size">Download size requires Wi-Fi</string>
|
<string name="pause_download">Pause</string>
|
<string name="permdesc_accessAllDownloads">Allows the application to view
|
and modify all initiated by any application on the system.</string>
|
<string name="permdesc_downloadCacheNonPurgeable">Allows the application to
|
download files to the download cache which cannot be automatically deleted
|
when the download manager needs more space.</string>
|
<string name="permdesc_downloadCompletedIntent">Allows the application
|
to send notifications about completed downloads. Malicious applications
|
can use this to confuse other applications that download
|
files.</string>
|
<string name="permdesc_downloadManager">Allows the application to
|
access the download manager and to use it to download files.
|
Malicious applications can use this to disrupt downloads and access
|
private information.</string>
|
<string name="permdesc_downloadManagerAdvanced">Allows the application to
|
access the download manager\'s advanced functions.
|
Malicious applications can use this to disrupt downloads and access
|
private information.</string>
|
<string name="permlab_accessAllDownloads">Access all system
|
downloads</string>
|
<string name="permlab_downloadCacheNonPurgeable">Reserve space in the
|
download cache</string>
|
<string name="permlab_downloadCompletedIntent">Send download
|
notifications.</string>
|
<string name="permlab_downloadManager">Access download manager.</string>
|
<string name="permlab_downloadManagerAdvanced">Advanced download
|
manager functions.</string>
|
<string name="remove_download">Remove</string>
|
<string name="resume_download">Resume</string>
|
<string name="retry_download">Retry</string>
|
<string name="wifi_recommended_body">Starting this <ns1:g example="12.3KB" id="size">%s
|
</ns1:g> download now may shorten your battery life and/or result in
|
excessive usage of your mobile data connection, which can lead to charges by
|
your mobile operator depending on your data plan.\n\n
|
Click <ns1:g example="Queue" id="queue_text">%s</ns1:g> below to begin this download
|
the next time you are connected to a WiFi network.</string>
|
<string name="wifi_recommended_title">Queue for download later?</string>
|
<string name="wifi_required_body">You must use WiFi to complete this
|
<ns1:g example="12.3KB" id="size">%s
|
</ns1:g> download. \n\nClick <ns1:g example="Queue" id="queue_text">%s
|
</ns1:g> to begin this download the next time you are connected to a WiFi
|
network.</string>
|
<string name="wifi_required_title">Download too large for operator network</string>
|
<style name="Theme.Translucent" parent="android:style/Theme.Translucent">
|
<item name="android:windowNoTitle">true</item>
|
</style>
|
</resources>
|