summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml74
1 files changed, 74 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
new file mode 100644
index 00000000..657c92eb
--- /dev/null
+++ b/res/values/strings.xml
@@ -0,0 +1,74 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2007 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<resources>
+ <!-- Used beneath the progress bar to indicate content downloaded -->
+ <string name="download_running">Downloading </string>
+ <!-- Used beneath the progress bar to indicate download about to start -->
+ <string name="download_pending">Starting download\u2026</string>
+ <!-- Used beneath the progress bar to indicate download has not started yet and is waiting for network -->
+ <string name="download_pending_network">Waiting for network\u2026</string>
+ <!-- Used beneath the progress bar to indicate download has started but is paused and is waiting for network -->
+ <string name="download_running_paused">Waiting for network\u2026 </string>
+ <!-- Title to show when the UI doesn't yet know the content that is being downloaded -->
+ <string name="download_unknown_title">&lt;Untitled&gt;</string>
+
+ <string name="permlab_downloadManager">Access download manager.</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="permlab_downloadData">Access download data.</string>
+ <string name="permdesc_downloadData">Allows the application to
+ access information about all downloads in the download manager.
+ Malicious applications can use this to severely disrupt downloads
+ and access private information.</string>
+
+ <string name="permlab_cacheFilesystem">Use system cache.</string>
+ <string name="permdesc_cacheFilesystem">Allows the application
+ to directly access, modify and delete the system cache. Malicious
+ applications can use this to severely disrupt downloads and
+ other applications, and to access private data.</string>
+
+ <string name="permlab_downloadOtaUpdate">Download OTA update.</string>
+ <string name="permdesc_downloadOtaUpdate">Allows the application
+ to specify that it wants to download files in the internal
+ cache with the filename that is reserved for OTA updates.
+ Malicious applications can use this to prevent OTA updates from
+ getting downloaded.</string>
+
+ <string name="permlab_downloadCompletedIntent">Send download
+ notifications.</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>
+
+ <!-- used to separate filenames in the download notifications -->
+ <string name="notification_filename_separator">", "</string>
+
+ <!-- used to list that there are more than 2 files in a notification -->
+ <string name="notification_filename_extras">" and %d more"</string>
+
+ <!-- information line shown in the notifications for completed downloads -->
+ <string name="notification_download_complete">Download complete</string>
+
+ <!-- information line shown in the notifications for failed downloads -->
+ <string name="notification_download_failed">Download unsuccessful</string>
+
+
+</resources>