diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-10-03 02:05:14 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-10-03 02:05:14 +0200 |
commit | 6fada7a4c04dc6c38ae5888d84175024503e4e2a (patch) | |
tree | 04894fc1a8ca5d5b9514e51c8a1de0fb9c30e825 /apps/files_external/l10n | |
parent | 32a6b3b8626041a6bd7eb259629273ee8feaba55 (diff) | |
download | nextcloud-server-6fada7a4c04dc6c38ae5888d84175024503e4e2a.tar.gz nextcloud-server-6fada7a4c04dc6c38ae5888d84175024503e4e2a.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_external/l10n')
-rw-r--r-- | apps/files_external/l10n/de.php | 6 | ||||
-rw-r--r-- | apps/files_external/l10n/it.php | 5 |
2 files changed, 11 insertions, 0 deletions
diff --git a/apps/files_external/l10n/de.php b/apps/files_external/l10n/de.php index 948b4a50bd9..cf9968bf920 100644 --- a/apps/files_external/l10n/de.php +++ b/apps/files_external/l10n/de.php @@ -1,4 +1,10 @@ <?php $TRANSLATIONS = array( +"Access granted" => "Zugriff erlaubt", +"Error configuring Dropbox storage" => "Fehler beim Einrichten von Dropbox", +"Grant access" => "Zugriff erlauben", +"Fill out all required fields" => "Alle notwendigen Felder füllen", +"Please provide a valid Dropbox app key and secret." => "Bitte geben Sie einen gültigen Dropbox-App-Key mit Secret ein.", +"Error configuring Google Drive storage" => "Fehler beim Einrichten von Google Drive", "External Storage" => "Externer Speicher", "Mount point" => "Mount-Point", "Backend" => "Backend", diff --git a/apps/files_external/l10n/it.php b/apps/files_external/l10n/it.php index 8ff5df9309a..7f467c02c56 100644 --- a/apps/files_external/l10n/it.php +++ b/apps/files_external/l10n/it.php @@ -1,4 +1,9 @@ <?php $TRANSLATIONS = array( +"Access granted" => "Accesso consentito", +"Error configuring Dropbox storage" => "Errore durante la configurazione dell'archivio Dropbox", +"Grant access" => "Concedi l'accesso", +"Fill out all required fields" => "Compila tutti i campi richiesti", +"Error configuring Google Drive storage" => "Errore durante la configurazione dell'archivio Google Drive", "External Storage" => "Archiviazione esterna", "Mount point" => "Punto di mount", "Backend" => "Motore", |