summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/values-fr/strings.xml19
-rw-r--r--res/values-it/strings.xml19
-rw-r--r--res/values-zh-rCN/strings.xml19
3 files changed, 57 insertions, 0 deletions
diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml
new file mode 100644
index 00000000..9b911337
--- /dev/null
+++ b/res/values-fr/strings.xml
@@ -0,0 +1,19 @@
+<?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="permlab_downloadManager">"Accéder au gestionnaire de téléchargement."</string>
+ <string name="permdesc_downloadManager">"Permet à l\'application d\'accéder au gestionnaire de téléchargement et de l\'utiliser pour télécharger des fichiers. Les applications malveillantes peuvent s\'en servir pour entraver les téléchargements et accéder aux informations personnelles."</string>
+ <!-- no translation found for permlab_downloadManagerAdvanced (7103642833308809655) -->
+ <skip />
+ <!-- no translation found for permdesc_downloadManagerAdvanced (8761177317775872287) -->
+ <skip />
+ <string name="permlab_cacheFilesystem">"Utiliser le cache système"</string>
+ <string name="permdesc_cacheFilesystem">"Permet à l\'application d\'accéder directement au cache système, de le modifier et de le supprimer. Les applications malveillantes peuvent s\'en servir pour entraver sévèrement les téléchargements et autres applications et pour accéder à des données personnelles."</string>
+ <string name="permlab_downloadCompletedIntent">"Envoyer des notifications de téléchargement."</string>
+ <string name="permdesc_downloadCompletedIntent">"Permet à l\'application d\'envoyer des notifications concernant les téléchargements effectués. Les applications malveillantes peuvent s\'en servir pour tromper les autres applications de téléchargement de fichiers."</string>
+ <string name="download_unknown_title">"&lt;Sans_titre&gt;"</string>
+ <string name="notification_filename_separator">","</string>
+ <string name="notification_filename_extras">"et %d autres"</string>
+ <string name="notification_download_complete">"Téléchargement terminé."</string>
+ <string name="notification_download_failed">"Échec du téléchargement"</string>
+</resources>
diff --git a/res/values-it/strings.xml b/res/values-it/strings.xml
new file mode 100644
index 00000000..ee6f61d2
--- /dev/null
+++ b/res/values-it/strings.xml
@@ -0,0 +1,19 @@
+<?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="permlab_downloadManager">"Accedere al gestore dei download."</string>
+ <string name="permdesc_downloadManager">"Consente l\'accesso dell\'applicazione al gestore dei download e il suo utilizzo per scaricare file. Le applicazioni dannose possono sfruttare questa possibilità per interrompere download e accedere a informazioni riservate."</string>
+ <!-- no translation found for permlab_downloadManagerAdvanced (7103642833308809655) -->
+ <skip />
+ <!-- no translation found for permdesc_downloadManagerAdvanced (8761177317775872287) -->
+ <skip />
+ <string name="permlab_cacheFilesystem">"Usare la cache del sistema."</string>
+ <string name="permdesc_cacheFilesystem">"Consente l\'accesso diretto dell\'applicazione alla cache del sistema, nonché la modifica e l\'eliminazione della cache. Le applicazioni dannose possono sfruttare questa possibilità per interrompere download e altre applicazioni e accedere a dati riservati."</string>
+ <string name="permlab_downloadCompletedIntent">"Inviare notifiche di download."</string>
+ <string name="permdesc_downloadCompletedIntent">"Consente l\'invio da parte dell\'applicazione di notifiche relative ai download completati. Le applicazioni dannose possono sfruttare questa possibilità per \"confondere\" altre applicazioni usate per scaricare file."</string>
+ <string name="download_unknown_title">"&lt;Senza nome&gt;"</string>
+ <string name="notification_filename_separator">","</string>
+ <string name="notification_filename_extras">"e altri %d"</string>
+ <string name="notification_download_complete">"Download completato"</string>
+ <string name="notification_download_failed">"Download non riuscito"</string>
+</resources>
diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml
new file mode 100644
index 00000000..36b0ad42
--- /dev/null
+++ b/res/values-zh-rCN/strings.xml
@@ -0,0 +1,19 @@
+<?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="permlab_downloadManager">"访问下载管理程序。"</string>
+ <string name="permdesc_downloadManager">"允许应用程序访问下载管理程序以及将其用于下载文件。恶意应用程序可以使用该功能干扰下载,以及访问隐私信息。"</string>
+ <!-- no translation found for permlab_downloadManagerAdvanced (7103642833308809655) -->
+ <skip />
+ <!-- no translation found for permdesc_downloadManagerAdvanced (8761177317775872287) -->
+ <skip />
+ <string name="permlab_cacheFilesystem">"使用系统缓存。"</string>
+ <string name="permdesc_cacheFilesystem">"允许应用程序直接访问、修改和删除系统缓存。恶意应用程序可以使用该功能严重干扰下载和其他应用程序,以及访问隐私数据。"</string>
+ <string name="permlab_downloadCompletedIntent">"发送下载通知。"</string>
+ <string name="permdesc_downloadCompletedIntent">"允许应用程序发送关于已完成下载的通知。恶意应用程序可以使用该功能干扰其他下载文件的应用程序。"</string>
+ <string name="download_unknown_title">"&lt;未命名&gt;"</string>
+ <string name="notification_filename_separator">"、"</string>
+ <string name="notification_filename_extras">"以及另外 %d 个"</string>
+ <string name="notification_download_complete">"下载完成"</string>
+ <string name="notification_download_failed">"下载不成功"</string>
+</resources>