You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nextcloud/files/l10n/es.php

15 lines
614 B
PHP

<?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."
);