1<?xml version="1.0" encoding="utf-8"?> 2<!-- Copyright (C) 2007 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 <!-- This is the name of the Download Manager application. --> 19 <string name="app_label">Download Manager</string> 20 21 <!-- Short description shown client applications describing storage location--> 22 <string name="storage_description">Downloads</string> 23 24 <!-- This is the short description of a permission associated with the 25 Android Download Manager. It is displayed as part of the description 26 of any application that was granted that permission. 27 This specific permission controls access to the Download Manager by 28 applications that initiate downloads. --> 29 <string name="permlab_downloadManager">Access download manager.</string> 30 <!-- This is the long description of a permission associated with the 31 Android Download Manager. It is displayed as part of the description 32 of any application that was granted that permission. 33 This specific permission controls access to the Download Manager by 34 applications that initiate downloads. --> 35 <string name="permdesc_downloadManager">Allows the app to 36 access the download manager and to use it to download files. 37 Malicious apps can use this to disrupt downloads and access 38 private information.</string> 39 40 <!-- This is the short description of a permission associated with the 41 Android Download Manager. It is displayed as part of the description 42 of any application that was granted that permission. 43 This specific permission controls access to some advanced (and 44 dangerous) features from the Download Manager that are needed by 45 system applications but aren't necessary for regular applications 46 that just initiate plain downloads. --> 47 <string name="permlab_downloadManagerAdvanced">Advanced download 48 manager functions.</string> 49 <!-- This is the long description of a permission associated with the 50 Android Download Manager. It is displayed as part of the description 51 of any application that was granted that permission. 52 This specific permission controls access to some advanced (and 53 dangerous) features from the Download Manager that are needed by 54 system applications but aren't necessary for regular applications 55 that just initiate plain downloads. --> 56 <string name="permdesc_downloadManagerAdvanced">Allows the app to 57 access the download manager\'s advanced functions. 58 Malicious apps can use this to disrupt downloads and access 59 private information.</string> 60 61 <string name="permlab_downloadCompletedIntent">Send download 62 notifications.</string> 63 <!-- This is the long description of a permission associated with the 64 Android Download Manager. It is displayed as part of the description 65 of any application that was granted that permission. 66 This specific permission allows an application to tell other 67 applications that their downloads have completed. --> 68 <string name="permdesc_downloadCompletedIntent">Allows the app 69 to send notifications about completed downloads. Malicious apps 70 can use this to confuse other apps that download 71 files.</string> 72 73 <!-- The label for the permission to download files to the download cache 74 that can't be automatically deleted by the download manager to free up 75 space [CHAR LIMIT=50] --> 76 <string name="permlab_downloadCacheNonPurgeable">Reserve space in the 77 download cache</string> 78 <!-- The full sentence description for the permission to download files to 79 the download cache that can't be automatically deleted by the download 80 manager to free up space [CHAR LIMIT=160] --> 81 <string name="permdesc_downloadCacheNonPurgeable">Allows the app to 82 download files to the download cache, which can\'t be automatically deleted 83 when the download manager needs more space.</string> 84 85 <!-- The label for the permission to download files through the download 86 manager without any notification being shown to the user [CHAR LIMIT=50] --> 87 <string name="permlab_downloadWithoutNotification">download files without 88 notification</string> 89 90 <!-- The full sentence description for the permission to download files 91 through the download manager without any notification being shown to the 92 user [CHAR LIMIT=160] --> 93 <string name="permdesc_downloadWithoutNotification">Allows the app 94 to download files through the download manager without any notification 95 being shown to the user.</string> 96 97 <!-- The label for the permission to access all downloads in the download 98 manager, not just those owned by the calling user [CHAR LIMIT=50] --> 99 <string name="permlab_accessAllDownloads">Access all system 100 downloads</string> 101 102 <!-- The full sentence description for the permission to access all 103 downloads in the download manager, not just those owned by the calling user 104 [CHAR LIMIT=160] --> 105 <string name="permdesc_accessAllDownloads">Allows the app to view 106 and modify all downloads initiated by any app on the system.</string> 107 108 109 <!-- This is the title that is used when displaying the notification 110 for a download that doesn't have a title associated with it. --> 111 <string name="download_unknown_title"><Untitled></string> 112 113 <!-- When a download completes, a notification is displayed, and this 114 string is used to indicate that the download successfully completed. 115 Note that such a download could have been initiated by a variety of 116 applications, including (but not limited to) the browser, an email 117 application, a content marketplace. --> 118 <string name="notification_download_complete">Download complete.</string> 119 120 <!-- When a download completes, a notification is displayed, and this 121 string is used to indicate that the download failed. 122 Note that such a download could have been initiated by a variety of 123 applications, including (but not limited to) the browser, an email 124 application, a content marketplace. --> 125 <string name="notification_download_failed">Download unsuccessful.</string> 126 127 <!-- When a download is paused because it's too large to download over a 128 mobile connection, and Wi-Fi is unavailable, this string is displayed in 129 the system notification for the running download, beneath the download 130 title and description. Note that such a download could have been 131 initiated by a variety of applications, including (but not limited to) 132 the browser, an email application, a content marketplace. 133 [CHAR LIMIT=24] --> 134 <string name="notification_need_wifi_for_size">Download size requires Wi-Fi.</string> 135 136 <!-- Notification shown when a download has been paused because a user policy 137 has blocked network access to applications running in background. [CHAR LIMIT=24] --> 138 <string name="notification_paused_in_background">Paused in background.</string> 139 140 <!-- Title for dialog when a download exceeds the carrier-specified maximum size of downloads 141 over the mobile network and Wi-Fi is required. The user has the choice to either queue the 142 download to start next time Wi-Fi is available or cancel the download altogether. [CHAR 143 LIMIT=50] --> 144 <string name="wifi_required_title">Download too large for operator network</string> 145 146 <!-- Text for dialog when a download exceeds the carrier-specified maximum size of downloads 147 over the mobile network and Wi-Fi is required. The user has the choice to either queue the 148 download to start next time Wi-Fi is available or cancel the download altogether. [CHAR 149 LIMIT=200] --> 150 <string name="wifi_required_body">You must use Wi-Fi to complete this 151 <xliff:g id="size" example="12.3KB">%1$s 152 </xliff:g> download. \n\nTouch <xliff:g id="queue_text" example="Queue">%2$s 153 </xliff:g> to start this download the next time you\'re connected to a Wi-Fi 154 network.</string> 155 156 <!-- Title for dialog when a download exceeds the carrier-specified recommended maximum size of 157 downloads over the mobile network, and the user may choose to start the download over mobile 158 anyway or to queue for download to start next time a Wi-Fi connection is available [CHAR 159 LIMIT=50] --> 160 <string name="wifi_recommended_title">Queue for download later?</string> 161 162 <!-- Text for dialog when a download exceeds the carrier-specified recommended maximum size of 163 downloads over the mobile network, and the user may choose to start the download over mobile 164 anyway or to queue for download to start next time a Wi-Fi connection is available [CHAR 165 LIMIT=200] --> 166 <string name="wifi_recommended_body">Starting this <xliff:g id="size" example="12.3KB">%1$s 167 </xliff:g> download now may shorten your battery life and/or result in 168 excessive usage of your mobile data connection, which can lead to charges by 169 your mobile operator depending on your data plan.\n\n 170 Touch <xliff:g id="queue_text" example="Queue">%2$s</xliff:g> to start this download 171 the next time you\'re connected to a Wi-Fi network.</string> 172 173 174 <!-- Text for button to queue a download to start next time Wi-Fi is available [CHAR LIMIT=25] 175 --> 176 <string name="button_queue_for_wifi">Queue</string> 177 178 <!-- Text for button to cancel a download because it's too large to proceed over the mobile 179 network and the user does not want to queue it for Wi-Fi [CHAR LIMIT=25] --> 180 <string name="button_cancel_download">Cancel</string> 181 182 <!-- Text for button to start a download over the mobile connection now, even though it's over 183 the carrier-specified recommended maximum size for downloads over the mobile connection 184 [CHAR LIMIT=25] --> 185 <string name="button_start_now">Start now</string> 186 187 <!-- Title summarizing active downloads. [CHAR LIMIT=32] --> 188 <plurals name="notif_summary_active"> 189 <item quantity="one">1 file downloading</item> 190 <item quantity="other"><xliff:g id="number">%d</xliff:g> files downloading</item> 191 </plurals> 192 193 <!-- Title summarizing waiting downloads. [CHAR LIMIT=32] --> 194 <plurals name="notif_summary_waiting"> 195 <item quantity="one">1 file waiting</item> 196 <item quantity="other"><xliff:g id="number">%d</xliff:g> files waiting</item> 197 </plurals> 198 199 <!-- Time remaining until download is complete. [CHAR LIMIT=32] --> 200 <string name="download_remaining"><xliff:g id="duration" example="3 minutes">%s</xliff:g> left</string> 201 202 <!-- Text for a toast appearing when a user clicks on a completed download, informing the user 203 that there is no application on the device that can open the file that was downloaded 204 [CHAR LIMIT=200] --> 205 <string name="download_no_application_title">Can\'t open file</string> 206 207 <!-- Label describing Downloads as a storage root [CHAR LIMIT=32] --> 208 <string name="root_downloads">Downloads</string> 209 210 <!-- Status indicating that the download has been queued to start in the future. Appears for an 211 individual item in the download list. [CHAR LIMIT=24] --> 212 <string name="download_queued">Queued</string> 213 <!-- Status indicating that the system is currently downloading the file. Appears for an 214 individual item in the download list. [CHAR LIMIT=24] --> 215 <string name="download_running">In progress</string> 216 <!-- Status indicating that the download has ended without completing successfully. Appears for 217 an individual item in the download list. [CHAR LIMIT=24] --> 218 <string name="download_error">Unsuccessful</string> 219 220 <!-- Representation of download progress percentage when running. [CHAR LIMIT=24] --> 221 <string name="download_running_percent">In progress, <xliff:g id="percentage" example="50%">%s</xliff:g></string> 222 223</resources> 224