OSDN Git Service

DO NOT MERGE: Cherry-picked 5761e46f88aa2f216d8d22288435c497153931c7 from master...
[android-x86/packages-providers-DownloadProvider.git] / res / values / strings.xml
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 application to
33         access the download manager and to use it to download files.
34         Malicious applications 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 application to
54         access the download manager\'s advanced functions.
55         Malicious applications can use this to disrupt downloads and access
56         private information.</string>
57
58     <!-- This is the short description of a permission associated with the
59         Android Download Manager. It is displayed as part of the description
60         of any application that was granted that permission.
61         This specific permission controls access to the Download Manager's
62         private storage area. -->
63     <string name="permlab_cacheFilesystem">Use system cache.</string>
64     <!-- This is the long description of a permission associated with the
65         Android Download Manager. It is displayed as part of the description
66         of any application that was granted that permission.
67         This specific permission controls access to the Download Manager's
68         private storage area. -->
69     <string name="permdesc_cacheFilesystem">Allows the application
70         to directly access, modify and delete the system cache. Malicious
71         applications can use this to severely disrupt downloads and
72         other applications, and to access private data.</string>
73
74     <string name="permlab_downloadCompletedIntent">Send download
75         notifications.</string>
76     <!-- This is the long description of a permission associated with the
77         Android Download Manager. It is displayed as part of the description
78         of any application that was granted that permission.
79         This specific permission allows an application to tell other
80         applications that their downloads have completed. -->
81     <string name="permdesc_downloadCompletedIntent">Allows the application
82         to send notifications about completed downloads. Malicious applications
83         can use this to confuse other applications that download
84         files.</string>
85
86     <!-- This is the title that is used when displaying the notification
87     for a download that doesn't have a title associated with it. -->
88     <string name="download_unknown_title">&lt;Untitled&gt;</string>
89
90     <!-- When there are multiple simultaneous outstanding downloads from a
91         single application, they are displayed as a single notification,
92         and the expanded notification view displays the first two download
93         names separated with this string, i.e. "[title], [title]"
94         or "[title], [title] and [n] more". This is the comma + space
95         that separates the first two titles, and it's used both when there
96         are exactly two and more than two titles. -->
97     <string name="notification_filename_separator">", "</string>
98
99     <!-- When there are three or more simultaneous outstanding downloads from a
100         single application, they are displayed as a single notification,
101         and the expanded notification view uses this string to indicate
102         downloads beyond the first two, i.e. "[title], [title] and [n] more".
103         This is the " and [n] more" part, including the leading space, and it's
104         used regardless of the number of additional downloads. -->
105     <string name="notification_filename_extras">" and <xliff:g id="number" example="27">%d</xliff:g> more"</string>
106
107     <!-- When a download completes, a notification is displayed, and this
108         string is used to indicate that the download successfully completed.
109         Note that such a download could have been initiated by a variety of
110         applications, including (but not limited to) the browser, an email
111         application, a content marketplace. -->
112     <string name="notification_download_complete">Download complete</string>
113
114     <!-- When a download completes, a notification is displayed, and this
115         string is used to indicate that the download failed.
116         Note that such a download could have been initiated by a variety of
117         applications, including (but not limited to) the browser, an email
118         application, a content marketplace. -->
119     <string name="notification_download_failed">Download unsuccessful</string>
120
121
122 </resources>