diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-09-25 02:05:18 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-09-25 02:05:18 +0200 |
commit | e5487376dad48c73a0ba4acb6ed912bccfcd9623 (patch) | |
tree | de1bffac640026afd86d512ddcc70202ad50ea5f /apps/files_external | |
parent | a80e0403a15af4d68123d0662f80e044afc4cada (diff) | |
download | nextcloud-server-e5487376dad48c73a0ba4acb6ed912bccfcd9623.tar.gz nextcloud-server-e5487376dad48c73a0ba4acb6ed912bccfcd9623.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_external')
-rw-r--r-- | apps/files_external/l10n/es_AR.php | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/apps/files_external/l10n/es_AR.php b/apps/files_external/l10n/es_AR.php new file mode 100644 index 00000000000..52ed44556ab --- /dev/null +++ b/apps/files_external/l10n/es_AR.php @@ -0,0 +1,18 @@ +<?php $TRANSLATIONS = array( +"External Storage" => "Almacenamiento externo", +"Mount point" => "Punto de montaje", +"Backend" => "Motor", +"Configuration" => "Configuración", +"Options" => "Opciones", +"Applicable" => "Aplicable", +"Add mount point" => "Añadir punto de montaje", +"None set" => "No fue configurado", +"All Users" => "Todos los usuarios", +"Groups" => "Grupos", +"Users" => "Usuarios", +"Delete" => "Borrar", +"SSL root certificates" => "certificados SSL raíz", +"Import Root Certificate" => "Importar certificado raíz", +"Enable User External Storage" => "Habilitar almacenamiento de usuario externo", +"Allow users to mount their own external storage" => "Permitir a los usuarios montar su propio almacenamiento externo" +); |