• 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 there are multiple simultaneous outstanding downloads from a
120        single application, they are displayed as a single notification,
121        and the expanded notification view displays the first two download
122        names separated with this string, i.e. "[title], [title]"
123        or "[title], [title] and [n] more". This is the comma + space
124        that separates the first two titles, and it's used both when there
125        are exactly two and more than two titles. -->
126    <string name="notification_filename_separator">", "</string>
127
128    <!-- When there are three or more simultaneous outstanding downloads from a
129        single application, they are displayed as a single notification,
130        and the expanded notification view uses this string to indicate
131        downloads beyond the first two, i.e. "[title], [title] and [n] more".
132        This is the " and [n] more" part, including the leading space, and it's
133        used regardless of the number of additional downloads. -->
134    <string name="notification_filename_extras">" and <xliff:g id="number" example="27">%d</xliff:g> more"</string>
135
136    <!-- When a download completes, a notification is displayed, and this
137        string is used to indicate that the download successfully completed.
138        Note that such a download could have been initiated by a variety of
139        applications, including (but not limited to) the browser, an email
140        application, a content marketplace. -->
141    <string name="notification_download_complete">Download complete.</string>
142
143    <!-- When a download completes, a notification is displayed, and this
144        string is used to indicate that the download failed.
145        Note that such a download could have been initiated by a variety of
146        applications, including (but not limited to) the browser, an email
147        application, a content marketplace. -->
148    <string name="notification_download_failed">Download unsuccessful.</string>
149
150    <!-- When a download is paused because it's too large to download over a
151        mobile connection, and Wi-Fi is unavailable, this string is displayed in
152        the system notification for the running download, beneath the download
153        title and description.  Note that such a download could have been
154        initiated by a variety of applications, including (but not limited to)
155        the browser, an email application, a content marketplace.
156        [CHAR LIMIT=24] -->
157    <string name="notification_need_wifi_for_size">Download size requires Wi-Fi.</string>
158
159    <!-- Notification shown when a download has been paused because a user policy
160        has blocked network access to applications running in background. [CHAR LIMIT=24] -->
161    <string name="notification_paused_in_background">Paused in background.</string>
162
163    <!-- Title for dialog when a download exceeds the carrier-specified maximum size of downloads
164        over the mobile network and Wi-Fi is required.  The user has the choice to either queue the
165        download to start next time Wi-Fi is available or cancel the download altogether. [CHAR
166        LIMIT=50] -->
167    <string name="wifi_required_title">Download too large for operator network</string>
168
169    <!-- Text for dialog when a download exceeds the carrier-specified maximum size of downloads
170        over the mobile network and Wi-Fi is required.  The user has the choice to either queue the
171        download to start next time Wi-Fi is available or cancel the download altogether. [CHAR
172        LIMIT=200] -->
173    <string name="wifi_required_body">You must use Wi-Fi to complete this
174        <xliff:g id="size" example="12.3KB">%s
175        </xliff:g> download. \n\nTouch <xliff:g id="queue_text" example="Queue">%s
176        </xliff:g> to start this download the next time you\'re connected to a Wi-Fi
177        network.</string>
178
179    <!-- Title for dialog when a download exceeds the carrier-specified recommended maximum size of
180        downloads over the mobile network, and the user may choose to start the download over mobile
181        anyway or to queue for download to start next time a Wi-Fi connection is available [CHAR
182        LIMIT=50] -->
183    <string name="wifi_recommended_title">Queue for download later?</string>
184
185    <!-- Text for dialog when a download exceeds the carrier-specified recommended maximum size of
186        downloads over the mobile network, and the user may choose to start the download over mobile
187        anyway or to queue for download to start next time a Wi-Fi connection is available [CHAR
188        LIMIT=200] -->
189    <string name="wifi_recommended_body">Starting this <xliff:g id="size" example="12.3KB">%s
190        </xliff:g> download now may shorten your battery life and/or result in
191        excessive usage of your mobile data connection, which can lead to charges by
192        your mobile operator depending on your data plan.\n\n
193        Touch <xliff:g id="queue_text" example="Queue">%s</xliff:g> to start this download
194        the next time you\'re connected to a Wi-Fi network.</string>
195
196
197    <!-- Text for button to queue a download to start next time Wi-Fi is available [CHAR LIMIT=25]
198        -->
199    <string name="button_queue_for_wifi">Queue</string>
200
201    <!-- Text for button to cancel a download because it's too large to proceed over the mobile
202         network and the user does not want to queue it for Wi-Fi [CHAR LIMIT=25] -->
203    <string name="button_cancel_download">Cancel</string>
204
205    <!-- Text for button to start a download over the mobile connection now, even though it's over
206         the carrier-specified recommended maximum size for downloads over the mobile connection
207         [CHAR LIMIT=25] -->
208    <string name="button_start_now">Start now</string>
209
210    <!-- Short representation of download progress percentage. [CHAR LIMIT=8] -->
211    <string name="download_percent"><xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
212
213</resources>
214