From 57f55b3cb4f7e4136cde8d1ea12c1e70ec903362 Mon Sep 17 00:00:00 2001 From: The Android Open Source Project Date: Tue, 21 Oct 2008 07:00:00 -0700 Subject: Initial Contribution --- .../status_bar_ongoing_event_progress_bar.xml | 109 +++++++++++++++++++++ res/values-de-rDE/strings.xml | 40 ++++++++ res/values-en-rGB/strings.xml | 40 ++++++++ res/values-es-rUS/strings.xml | 40 ++++++++ res/values-fr-rFR/strings.xml | 40 ++++++++ res/values-it-rIT/strings.xml | 40 ++++++++ res/values-zh-rTW/strings.xml | 40 ++++++++ res/values/strings.xml | 74 ++++++++++++++ 8 files changed, 423 insertions(+) create mode 100644 res/layout/status_bar_ongoing_event_progress_bar.xml create mode 100644 res/values-de-rDE/strings.xml create mode 100644 res/values-en-rGB/strings.xml create mode 100644 res/values-es-rUS/strings.xml create mode 100644 res/values-fr-rFR/strings.xml create mode 100644 res/values-it-rIT/strings.xml create mode 100644 res/values-zh-rTW/strings.xml create mode 100644 res/values/strings.xml (limited to 'res') 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 @@ + + + + + + + + + + + + + + + + + + + + + + + + + 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 @@ + + + Herunterladen wird gestartet\u2026 + Warten auf Netzwerk\u2026 + Herunterladen läuft + Warten auf Netzwerk\u2026 + <ohne Titel> + Herunterladen abgeschlossen + Herunterladen nicht erfolgreich + " und %d mehr" + ", " + 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. + 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. + 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. + 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. + 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. + Systemcache verwenden. + Herunterladen-Benachrichtigungen + senden. + Auf heruntergeladene Daten zugreifen. + Auf Download-Manager zugreifen. + OTA-Update herunterladen. + 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 @@ + + + Starting download\u2026 + Waiting for network\u2026 + Downloading + Waiting for network\u2026 + <Untitled> + Download complete + Download unsuccessful + " and %d more" + ", " + 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. + Allows the application + to send notifications about completed downloads. Malicious applications + can use this to confuse other applications that download + files. + 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. + 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. + 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. + Use system cache. + Send download + notifications. + Access download data. + Access download manager. + Download OTA update. + 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 @@ + + + Iniciando descarga\u2026 + Esperando red\u2026 + Descargando + Esperando red\u2026 + <Sin título> + Descarga completa + Error en la descarga + " y %d más" + ", " + 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. + 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. + 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. + 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. + 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. + Uso de la caché del sistema. + Enviar notificaciones de + descarga. + Acceso a datos de descarga. + Acceso al administrador de descargas. + Descargar actualización de OTA. + 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 @@ + + + Début du téléchargement\u2026 + Attente du réseau\u2026 + Téléchargement en cours + Attente du réseau\u2026 + <Sans titre> + Téléchargement terminé + Échec du téléchargement + " et %d en plus" + ", " + 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. + 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. + 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. + 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. + 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. + Utilisez la cache système. + Envoyez les notifications + de téléchargement. + Accédez aux données de téléchargement. + Accédez au gestionnaire de téléchargement. + Téléchargez la mise à jour OTA. + 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 @@ + + + Avvio del download in corso\u2026 + In attesa della rete\u2026 + Download in corso + In attesa della rete\u2026 + <Senza titolo> + Download completato + Download non riuscito + " e ulteriore %d" + ", " + 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. + 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. + 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. + 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. + 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. + Utilizzare la cache del sistema. + Inviare le notifiche sul + download. + Accedere ai dati del download. + Accedere al gestore download. + Scaricare l'aggiornamento OTA. + 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 @@ + + + 正在開始下載\u2026 + 正在等待網路\u2026 + 正在下載 + 正在等待網路\u2026 + <未命名> + 下載完成 + 下載失敗 + " 還有 %d" + ", " + 允許應用程式 + 直接存取、修改及刪除系統快取。惡意的 + 應用程式可能會利用此方式嚴重干擾下載和 + 其它應用程式,及存取私人資料。 + 允許應用程式 + 傳送完成下載的通知。惡意的應用程式 + 可能會利用此方式混淆下載 + 檔案的其它應用程式。 + 允許應用程式 + 存取下載管理員中所有下載的存取資訊。 + 惡意的應用程式可能會利用此方式嚴重干擾下載, + 及存取私人資訊。 + 允許應用程式 + 存取下載管理員並使用其下載檔案。 + 惡意的應用程式可能會利用此方式來干擾下載,及存取 + 私人資訊。 + 允許應用程式 + 指定其想要下載內部快取中含有 OTA + 更新專用之檔名的檔案。 + 惡意的應用程式可能會利用此方式來阻止 + 下載 OTA 更新。 + 使用系統快取。 + 傳送下載 + 通知。 + 存取下載資料。 + 存取下載管理員。 + 下載 OTA 更新。 + 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 @@ + + + + + + Downloading + + Starting download\u2026 + + Waiting for network\u2026 + + Waiting for network\u2026 + + <Untitled> + + Access download manager. + 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. + + Access download data. + 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. + + Use system cache. + 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. + + Download OTA update. + 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. + + Send download + notifications. + Allows the application + to send notifications about completed downloads. Malicious applications + can use this to confuse other applications that download + files. + + + ", " + + + " and %d more" + + + Download complete + + + Download unsuccessful + + + -- cgit v1.2.3