diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-01-05 00:03:58 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-01-05 00:03:58 +0100 |
commit | 934d9dcc42e2d7281e04c6acecdd53ae2a03b25f (patch) | |
tree | 697d5d973f4bb5439bce7e3e773ea4e192cf9869 /apps/files/l10n/es.php | |
parent | 913c96ddc51484596cc9d54fdb006a26240eb5bb (diff) | |
download | nextcloud-server-934d9dcc42e2d7281e04c6acecdd53ae2a03b25f.tar.gz nextcloud-server-934d9dcc42e2d7281e04c6acecdd53ae2a03b25f.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/es.php')
-rw-r--r-- | apps/files/l10n/es.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files/l10n/es.php b/apps/files/l10n/es.php index 40b9ea9f23f..2b9bdeeece9 100644 --- a/apps/files/l10n/es.php +++ b/apps/files/l10n/es.php @@ -1,4 +1,5 @@ <?php $TRANSLATIONS = array( +"No file was uploaded. Unknown error" => "Fallo no se subió el fichero", "There is no error, the file uploaded with success" => "No se ha producido ningún error, el archivo se ha subido con éxito", "The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "El archivo que intentas subir sobrepasa el tamaño definido por la variable upload_max_filesize en php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "El archivo que intentas subir sobrepasa el tamaño definido por la variable MAX_FILE_SIZE especificada en el formulario HTML", @@ -6,6 +7,8 @@ "No file was uploaded" => "No se ha subido ningún archivo", "Missing a temporary folder" => "Falta un directorio temporal", "Failed to write to disk" => "La escritura en disco ha fallado", +"Not enough space available" => "No hay suficiente espacio disponible", +"Invalid directory." => "Directorio invalido.", "Files" => "Archivos", "Unshare" => "Dejar de compartir", "Delete" => "Eliminar", |