diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-24 02:07:18 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-24 02:07:18 +0200 |
commit | 07a889631eeecfbf6a4c0e94220c4179748eb1ff (patch) | |
tree | 8e459828be90547dce244f3c75d67cd94fa7c0da /apps/files_external | |
parent | 2cffcfbc03dfa4463bdfd72de0341000509bcec3 (diff) | |
download | nextcloud-server-07a889631eeecfbf6a4c0e94220c4179748eb1ff.tar.gz nextcloud-server-07a889631eeecfbf6a4c0e94220c4179748eb1ff.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_external')
-rw-r--r-- | apps/files_external/l10n/cs_CZ.php | 13 | ||||
-rw-r--r-- | apps/files_external/l10n/de.php | 4 | ||||
-rw-r--r-- | apps/files_external/l10n/el.php | 9 | ||||
-rw-r--r-- | apps/files_external/l10n/es.php | 13 |
4 files changed, 37 insertions, 2 deletions
diff --git a/apps/files_external/l10n/cs_CZ.php b/apps/files_external/l10n/cs_CZ.php new file mode 100644 index 00000000000..8f11d7da119 --- /dev/null +++ b/apps/files_external/l10n/cs_CZ.php @@ -0,0 +1,13 @@ +<?php $TRANSLATIONS = array( +"External Storage" => "Externí úložiště", +"Mount point" => "Přípojný bod", +"Configuration" => "Konfigurace", +"Options" => "Nastavení", +"Add mount point" => "Přidat přípojný bod", +"All Users" => "Všichni uživatelé", +"Groups" => "Skupiny", +"Users" => "Uživatelé", +"Delete" => "Smazat", +"Enable User External Storage" => "Zapnout uživatelské externí úložiště", +"Allow users to mount their own external storage" => "Povolit uživatelů připojit jejich vlastní externí úložiště" +); diff --git a/apps/files_external/l10n/de.php b/apps/files_external/l10n/de.php index 45e5d32dfce..4306ad33dc3 100644 --- a/apps/files_external/l10n/de.php +++ b/apps/files_external/l10n/de.php @@ -13,6 +13,6 @@ "Delete" => "Löschen", "SSL root certificates" => "SSL-Root-Zertifikate", "Import Root Certificate" => "Root-Zertifikate importieren", -"Enable User External Storage" => "Externer Speicher für Benutzer aktivieren", -"Allow users to mount their own external storage" => "Erlaubt Benutzern Ihre eigenen externen Speicher einzubinden" +"Enable User External Storage" => "Externen Speicher für Benutzer aktivieren", +"Allow users to mount their own external storage" => "Erlaubt Benutzern ihre eigenen externen Speicher einzubinden" ); diff --git a/apps/files_external/l10n/el.php b/apps/files_external/l10n/el.php new file mode 100644 index 00000000000..a4a910ce636 --- /dev/null +++ b/apps/files_external/l10n/el.php @@ -0,0 +1,9 @@ +<?php $TRANSLATIONS = array( +"External Storage" => "Εξωτερική αποθήκευση", +"Configuration" => "Ρυθμίσεις", +"Options" => "Επιλογές", +"All Users" => "Όλοι οι χρήστες", +"Groups" => "Ομάδες", +"Users" => "Χρήστες", +"Delete" => "Διαγραφή" +); diff --git a/apps/files_external/l10n/es.php b/apps/files_external/l10n/es.php new file mode 100644 index 00000000000..c1c605735fe --- /dev/null +++ b/apps/files_external/l10n/es.php @@ -0,0 +1,13 @@ +<?php $TRANSLATIONS = array( +"External Storage" => "Almacenamiento externo", +"Backend" => "Motor", +"Configuration" => "Configuración", +"Options" => "Opciones", +"Applicable" => "Aplicable", +"Add mount point" => "Añadir punto de montaje", +"None set" => "No se ha configurado", +"All Users" => "Todos los usuarios", +"Groups" => "Grupos", +"Users" => "Usuarios", +"Delete" => "Eliiminar" +); |