summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/layout/status_bar_ongoing_event_progress_bar.xml109
-rw-r--r--res/values-de-rDE/strings.xml40
-rw-r--r--res/values-en-rGB/strings.xml40
-rw-r--r--res/values-es-rUS/strings.xml40
-rw-r--r--res/values-fr-rFR/strings.xml40
-rw-r--r--res/values-it-rIT/strings.xml40
-rw-r--r--res/values-zh-rTW/strings.xml40
-rw-r--r--res/values/strings.xml74
8 files changed, 423 insertions, 0 deletions
diff --git a/res/layout/status_bar_ongoing_event_progress_bar.xml b/res/layout/status_bar_ongoing_event_progress_bar.xml
new file mode 100644
index 00000000..c0cdcbf1
--- /dev/null
+++ b/res/layout/status_bar_ongoing_event_progress_bar.xml
@@ -0,0 +1,109 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+** Copyright 2008, 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.
+*/
+-->
+
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:orientation="vertical"
+ android:background="@android:drawable/status_bar_item_app_background"
+ >
+
+ <LinearLayout
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:orientation="horizontal"
+ >
+
+ <LinearLayout android:id="@+id/app"
+ android:layout_width="40dp"
+ android:layout_height="fill_parent"
+ android:orientation="vertical"
+ android:paddingTop="8dp"
+ android:focusable="true"
+ android:clickable="true"
+ >
+ <com.android.server.status.AnimatedImageView
+ android:id="@+id/appIcon"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center"
+ android:src="@android:drawable/sym_def_app_icon"
+ />
+ <TextView android:id="@+id/progress_text"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:textColor="#ff000000"
+ android:singleLine="true"
+ android:textSize="14sp"
+ android:layout_gravity="center_horizontal"
+ />
+ </LinearLayout>
+
+ <RelativeLayout android:id="@+id/app"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:orientation="vertical"
+ android:focusable="true"
+ android:clickable="true"
+ >
+ <LinearLayout android:id="@+id/notification"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:orientation="horizontal"
+ android:focusable="true"
+ android:clickable="true"
+ android:layout_alignParentTop="true"
+ android:paddingTop="10dp"
+ >
+ <TextView android:id="@+id/title"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:singleLine="true"
+ android:textSize="18sp"
+ android:textColor="#ff000000"
+ android:paddingLeft="2dp"
+ />
+ <TextView android:id="@+id/description"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:textColor="#ff000000"
+ android:singleLine="true"
+ android:textSize="14sp"
+ android:paddingLeft="5dp"
+ />
+ </LinearLayout>
+ <ProgressBar android:id="@+id/progress_bar"
+ style="?android:attr/progressBarStyleHorizontal"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:layout_alignParentBottom="true"
+ android:paddingBottom="8dp"
+ android:paddingRight="25dp"
+ />
+ </RelativeLayout>
+ </LinearLayout>
+
+ <com.android.server.status.AnimatedImageView
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:src="@android:drawable/divider_horizontal_bright"
+ />
+
+</LinearLayout>
+
diff --git a/res/values-de-rDE/strings.xml b/res/values-de-rDE/strings.xml
new file mode 100644
index 00000000..e4954d80
--- /dev/null
+++ b/res/values-de-rDE/strings.xml
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="download_pending">Herunterladen wird gestartet\u2026</string>
+ <string name="download_pending_network">Warten auf Netzwerk\u2026</string>
+ <string name="download_running">Herunterladen läuft </string>
+ <string name="download_running_paused">Warten auf Netzwerk\u2026 </string>
+ <string name="download_unknown_title">&lt;ohne Titel&gt;</string>
+ <string name="notification_download_complete">Herunterladen abgeschlossen</string>
+ <string name="notification_download_failed">Herunterladen nicht erfolgreich</string>
+ <string name="notification_filename_extras">" und %d mehr"</string>
+ <string name="notification_filename_separator">", "</string>
+ <string name="permdesc_cacheFilesystem">Ermöglicht einer Anwendung
+ direkt auf den System-Cache-Speicher zuzugreifen und ihn zu ändern und zu löschen. Schädliche
+ Anwendungen können dies nutzen, um Herunterladen und
+ andere Anwendungen ernsthaft zu stören und auf private Daten zuzugreifen.</string>
+ <string name="permdesc_downloadCompletedIntent">Ermöglicht einer Anwendung
+ Benachrichtigungen über abgeschlossenes Herunterladen zu senden. Schädliche Anwendungen können dies nutzen,
+ um andere Anwendungen zu stören,
+ die Dateien herunterladen.</string>
+ <string name="permdesc_downloadData">Ermöglicht einer Anwendung
+ auf Informationen über alles Herunterladen im Download-Manager zuzugreifen.
+ Schädliche Anwendungen können dies nutzen, um Herunterladen ernsthaft zu stören
+ und auf private Daten zuzugreifen.</string>
+ <string name="permdesc_downloadManager">Ermöglicht einer Anwendung
+ auf den Download-Manager zuzugreifen und ihn zum Herunterladen von Dateien zu verwenden.
+ Schädliche Anwendungen können dies nutzen, um Herunterladen zu stören und auf
+ private Daten zuzugreifen.</string>
+ <string name="permdesc_downloadOtaUpdate">Ermöglicht einer Anwendung
+ festzulegen, dass sie Dateien in den internen
+ Cache-Speicher mit dem Dateinamen herunterlädt, der für OTA-Updates reserviert ist.
+ Schädliche Anwendungen können dies nutzen, um das Herunterladen von OTA-Updates
+ zu verhindern.</string>
+ <string name="permlab_cacheFilesystem">Systemcache verwenden.</string>
+ <string name="permlab_downloadCompletedIntent">Herunterladen-Benachrichtigungen
+ senden.</string>
+ <string name="permlab_downloadData">Auf heruntergeladene Daten zugreifen.</string>
+ <string name="permlab_downloadManager">Auf Download-Manager zugreifen.</string>
+ <string name="permlab_downloadOtaUpdate">OTA-Update herunterladen.</string>
+</resources>
diff --git a/res/values-en-rGB/strings.xml b/res/values-en-rGB/strings.xml
new file mode 100644
index 00000000..ffdaf047
--- /dev/null
+++ b/res/values-en-rGB/strings.xml
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="download_pending">Starting download\u2026</string>
+ <string name="download_pending_network">Waiting for network\u2026</string>
+ <string name="download_running">Downloading </string>
+ <string name="download_running_paused">Waiting for network\u2026 </string>
+ <string name="download_unknown_title">&lt;Untitled&gt;</string>
+ <string name="notification_download_complete">Download complete</string>
+ <string name="notification_download_failed">Download unsuccessful</string>
+ <string name="notification_filename_extras">" and %d more"</string>
+ <string name="notification_filename_separator">", "</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="permdesc_downloadCompletedIntent">Allows the application
+ to send notifications about completed downloads. Malicious applications
+ can use this to confuse other applications that download
+ files.</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="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="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_cacheFilesystem">Use system cache.</string>
+ <string name="permlab_downloadCompletedIntent">Send download
+ notifications.</string>
+ <string name="permlab_downloadData">Access download data.</string>
+ <string name="permlab_downloadManager">Access download manager.</string>
+ <string name="permlab_downloadOtaUpdate">Download OTA update.</string>
+</resources>
diff --git a/res/values-es-rUS/strings.xml b/res/values-es-rUS/strings.xml
new file mode 100644
index 00000000..7453e8a5
--- /dev/null
+++ b/res/values-es-rUS/strings.xml
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="download_pending">Iniciando descarga\u2026</string>
+ <string name="download_pending_network">Esperando red\u2026</string>
+ <string name="download_running">Descargando </string>
+ <string name="download_running_paused">Esperando red\u2026 </string>
+ <string name="download_unknown_title">&lt;Sin título&gt;</string>
+ <string name="notification_download_complete">Descarga completa</string>
+ <string name="notification_download_failed">Error en la descarga</string>
+ <string name="notification_filename_extras">" y %d más"</string>
+ <string name="notification_filename_separator">", "</string>
+ <string name="permdesc_cacheFilesystem">Permite a la aplicación
+ acceder directamente, modificar y eliminar la caché del sistema. Las aplicaciones
+ maliciosas pueden utilizar esta función para dañar las descargas y
+ otras aplicaciones, o para acceder a datos privados.</string>
+ <string name="permdesc_downloadCompletedIntent">Permite a la aplicación
+ enviar notificaciones sobre las descargas realizadas. Las aplicaciones maliciosas
+ pueden utilizar esta función para confundir a otras aplicaciones que descargan
+ archivos.</string>
+ <string name="permdesc_downloadData">Permite a la aplicación
+ acceder a información sobre todas las descargas en el administrador de descargas.
+ Las aplicaciones maliciosas pueden utilizar esta función para alterar gravemente las descargas
+ y acceder a información privada.</string>
+ <string name="permdesc_downloadManager">Permite a la aplicación
+ acceder al administrador de descargas y utilizarlo para descargar archivos.
+ Las aplicaciones maliciosas pueden utilizar esta función para alterar las descargas y acceder
+ a información privada.</string>
+ <string name="permdesc_downloadOtaUpdate">Permite a la aplicación
+ especificar que desea descargar archivos en la caché
+ interna con el nombre de archivo reservado para las actualizaciones OTA.
+ Las aplicaciones maliciosas puede utilizar esta función para evitar que las actualizaciones OTA
+ se descarguen.</string>
+ <string name="permlab_cacheFilesystem">Uso de la caché del sistema.</string>
+ <string name="permlab_downloadCompletedIntent">Enviar notificaciones de
+ descarga.</string>
+ <string name="permlab_downloadData">Acceso a datos de descarga. </string>
+ <string name="permlab_downloadManager">Acceso al administrador de descargas. </string>
+ <string name="permlab_downloadOtaUpdate">Descargar actualización de OTA.</string>
+</resources>
diff --git a/res/values-fr-rFR/strings.xml b/res/values-fr-rFR/strings.xml
new file mode 100644
index 00000000..30c4e62d
--- /dev/null
+++ b/res/values-fr-rFR/strings.xml
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="download_pending">Début du téléchargement\u2026</string>
+ <string name="download_pending_network">Attente du réseau\u2026</string>
+ <string name="download_running">Téléchargement en cours </string>
+ <string name="download_running_paused">Attente du réseau\u2026 </string>
+ <string name="download_unknown_title">&lt;Sans titre&gt;</string>
+ <string name="notification_download_complete">Téléchargement terminé</string>
+ <string name="notification_download_failed">Échec du téléchargement</string>
+ <string name="notification_filename_extras">" et %d en plus"</string>
+ <string name="notification_filename_separator">", "</string>
+ <string name="permdesc_cacheFilesystem">Permet à l\'application
+ de directement accéder, modifier et supprimer la cache système.
+ Les applications malicieuses peuvent utiliser cela pour désorganiser
+ sérieusement les téléchargements et les autres applications, et pour accéder aux données privées.</string>
+ <string name="permdesc_downloadCompletedIntent">Permet à l\'application
+ d\'envoyer des notifications sur les téléchargements terminés. Les applications
+ malicieuses peuvent utiliser cela pour tromper les autres
+ applications qui téléchargent des fichiers.</string>
+ <string name="permdesc_downloadData">Permet à l\'application
+ d\'accéder aux informations de téléchargement dans le gestionnaire de
+ téléchargements. Les applications malicieuses peuvent utiliser cela
+ pour désorganiser sérieusement les téléchargements et accéder aux informations privées.</string>
+ <string name="permdesc_downloadManager">Permet à l\'application
+ d\'accéder au gestionnaire de téléchargements et de l\'utiliser pour.
+ télécharger les fichiers. Les applications malicieuses peuvent utiliser cela
+ pour désorganiser les téléchargements et accéder aux informations privées.</string>
+ <string name="permdesc_downloadOtaUpdate">Permet à l\'application
+ de spécifier qu\'elle veut télécharger des fichiers dans la
+ cache interne avec le nom de fichier réservé aux mises à
+ jour OTA. Les applications malicieuses peuvent utiliser cela pour
+ empêcher aux mises à jour OTA d\'être téléchargées.</string>
+ <string name="permlab_cacheFilesystem">Utilisez la cache système.</string>
+ <string name="permlab_downloadCompletedIntent">Envoyez les notifications
+ de téléchargement.</string>
+ <string name="permlab_downloadData">Accédez aux données de téléchargement.</string>
+ <string name="permlab_downloadManager">Accédez au gestionnaire de téléchargement.</string>
+ <string name="permlab_downloadOtaUpdate">Téléchargez la mise à jour OTA.</string>
+</resources>
diff --git a/res/values-it-rIT/strings.xml b/res/values-it-rIT/strings.xml
new file mode 100644
index 00000000..c19c0bb3
--- /dev/null
+++ b/res/values-it-rIT/strings.xml
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="download_pending">Avvio del download in corso\u2026</string>
+ <string name="download_pending_network">In attesa della rete\u2026</string>
+ <string name="download_running">Download in corso </string>
+ <string name="download_running_paused">In attesa della rete\u2026 </string>
+ <string name="download_unknown_title">&lt;Senza titolo&gt;</string>
+ <string name="notification_download_complete">Download completato</string>
+ <string name="notification_download_failed">Download non riuscito</string>
+ <string name="notification_filename_extras">" e ulteriore %d"</string>
+ <string name="notification_filename_separator">", "</string>
+ <string name="permdesc_cacheFilesystem">Consente all'applicazione di
+ accedere direttamente, modificare ed eliminare la cache del sistema. Le applicazioni
+ dannose possono utilizzare questa autorizzazione per interrompere i download e le altre applicazioni
+ e accedere ai dati privati.</string>
+ <string name="permdesc_downloadCompletedIntent">Consente all'applicazione
+ di inviare le notifiche sui download completati. Le applicazioni nocive
+ possono utilizzare questa autorizzazione per confondere le applicazioni che scaricano i
+ file.</string>
+ <string name="permdesc_downloadData">Consente all'applicazione di
+ accedere alle informazioni sui download nel gestore download.
+ Le applicazioni nocive possono utilizzare questa autorizzazione per interrompere i download
+ e accedere alle informazioni private.</string>
+ <string name="permdesc_downloadManager">Consente all'applicazione di
+ accedere al gestore download e utilizzarlo per scaricare i file.
+ Le applicazioni dannose possono utilizzare questa autorizzazione per interrompere i download e accedere alle
+ informazioni private.</string>
+ <string name="permdesc_downloadOtaUpdate">Consente all'applicazione
+ di specificare che desidera scaricare i file nella cache interna
+ con il nome file riservato agli aggiornamenti OTA.
+ Le applicazioni nocive possono utilizzare questa autorizzazione per impedire lo scaricamento di aggiornamenti
+ OTA.</string>
+ <string name="permlab_cacheFilesystem">Utilizzare la cache del sistema.</string>
+ <string name="permlab_downloadCompletedIntent">Inviare le notifiche sul
+ download.</string>
+ <string name="permlab_downloadData">Accedere ai dati del download.</string>
+ <string name="permlab_downloadManager">Accedere al gestore download.</string>
+ <string name="permlab_downloadOtaUpdate">Scaricare l'aggiornamento OTA.</string>
+</resources>
diff --git a/res/values-zh-rTW/strings.xml b/res/values-zh-rTW/strings.xml
new file mode 100644
index 00000000..c34475bb
--- /dev/null
+++ b/res/values-zh-rTW/strings.xml
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="download_pending">正在開始下載\u2026</string>
+ <string name="download_pending_network">正在等待網路\u2026</string>
+ <string name="download_running">正在下載 </string>
+ <string name="download_running_paused">正在等待網路\u2026 </string>
+ <string name="download_unknown_title">&lt;未命名&gt;</string>
+ <string name="notification_download_complete">下載完成</string>
+ <string name="notification_download_failed">下載失敗</string>
+ <string name="notification_filename_extras">" 還有 %d"</string>
+ <string name="notification_filename_separator">", "</string>
+ <string name="permdesc_cacheFilesystem">允許應用程式
+ 直接存取、修改及刪除系統快取。惡意的
+ 應用程式可能會利用此方式嚴重干擾下載和
+ 其它應用程式,及存取私人資料。</string>
+ <string name="permdesc_downloadCompletedIntent">允許應用程式
+ 傳送完成下載的通知。惡意的應用程式
+ 可能會利用此方式混淆下載
+ 檔案的其它應用程式。</string>
+ <string name="permdesc_downloadData">允許應用程式
+ 存取下載管理員中所有下載的存取資訊。
+ 惡意的應用程式可能會利用此方式嚴重干擾下載,
+ 及存取私人資訊。</string>
+ <string name="permdesc_downloadManager">允許應用程式
+ 存取下載管理員並使用其下載檔案。
+ 惡意的應用程式可能會利用此方式來干擾下載,及存取
+ 私人資訊。</string>
+ <string name="permdesc_downloadOtaUpdate">允許應用程式
+ 指定其想要下載內部快取中含有 OTA
+ 更新專用之檔名的檔案。
+ 惡意的應用程式可能會利用此方式來阻止
+ 下載 OTA 更新。</string>
+ <string name="permlab_cacheFilesystem">使用系統快取。</string>
+ <string name="permlab_downloadCompletedIntent">傳送下載
+ 通知。</string>
+ <string name="permlab_downloadData">存取下載資料。</string>
+ <string name="permlab_downloadManager">存取下載管理員。</string>
+ <string name="permlab_downloadOtaUpdate">下載 OTA 更新。</string>
+</resources>
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>