diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-18 11:46:49 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-18 11:46:49 +0200 |
commit | 6720a45d65dd0627489e3766e584066a17233432 (patch) | |
tree | 773f891921e87db75bd240d543095a33ec473544 /files/l10n/es.php | |
parent | 8fb75f379a8fb155f4d36233864e4e62e21d538b (diff) | |
download | nextcloud-server-6720a45d65dd0627489e3766e584066a17233432.tar.gz nextcloud-server-6720a45d65dd0627489e3766e584066a17233432.zip |
updated translations
Diffstat (limited to 'files/l10n/es.php')
-rw-r--r-- | files/l10n/es.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/files/l10n/es.php b/files/l10n/es.php new file mode 100644 index 00000000000..acb9d8c7083 --- /dev/null +++ b/files/l10n/es.php @@ -0,0 +1,14 @@ +<?php $TRANSLATIONS = array( +"Files" => "Archivos", +"Maximum upload size" => "Tamaño máximo de subida", +"Nothing in here. Upload something!" => "Aquí no hay nada. ¡Sube algo!", +"Upload" => "Subir", +"New Folder" => "Crear Carpeta", +"Name" => "Nombre", +"Download" => "Descargar", +"Size" => "Tamaño", +"Modified" => "Modificado", +"Delete" => "Eliminado", +"Upload too large" => "El archivo es demasiado grande", +"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Los archivos que estás intentando subir sobrepasan el tamaño máximo permitido por este servidor." +); |