diff options
author | Björn Schießle <schiessle@owncloud.com> | 2012-09-25 12:02:02 +0200 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2012-09-25 12:02:02 +0200 |
commit | 25499644e3ee38a8417b33b8817655ee1b0cf18d (patch) | |
tree | b9ff15f214c411ee214becf2a676e203e7f81ffe /apps/files_sharing/l10n/es_AR.php | |
parent | 90a1bd5721a2106ecbddbc2c7a7d4160f0fa7fea (diff) | |
parent | 15e02726d76555ea9eb2dd59a88d2310bcd9b08c (diff) | |
download | nextcloud-server-25499644e3ee38a8417b33b8817655ee1b0cf18d.tar.gz nextcloud-server-25499644e3ee38a8417b33b8817655ee1b0cf18d.zip |
Merge branch 'master' of github.com:owncloud/core
Diffstat (limited to 'apps/files_sharing/l10n/es_AR.php')
-rw-r--r-- | apps/files_sharing/l10n/es_AR.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/es_AR.php b/apps/files_sharing/l10n/es_AR.php new file mode 100644 index 00000000000..a2d6e232f20 --- /dev/null +++ b/apps/files_sharing/l10n/es_AR.php @@ -0,0 +1,9 @@ +<?php $TRANSLATIONS = array( +"Password" => "Contraseña", +"Submit" => "Enviar", +"%s shared the folder %s with you" => "%s compartió la carpeta %s con vos", +"%s shared the file %s with you" => "%s compartió el archivo %s con vos", +"Download" => "Descargar", +"No preview available for" => "La vista preliminar no está disponible para", +"web services under your control" => "servicios web controlados por vos" +); |