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