diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-05-15 02:02:45 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-05-15 02:02:45 +0200 |
commit | 6a788d1a545d5e0dcd6df6ec3c144fa593cf40c8 (patch) | |
tree | 8c26df9e438a657cb73d9a6a0bc4a584b2183c7a /apps/files/l10n/es.php | |
parent | fdef2a373a173a81e855982543d64e35723145fa (diff) | |
download | nextcloud-server-6a788d1a545d5e0dcd6df6ec3c144fa593cf40c8.tar.gz nextcloud-server-6a788d1a545d5e0dcd6df6ec3c144fa593cf40c8.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/es.php')
-rw-r--r-- | apps/files/l10n/es.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/l10n/es.php b/apps/files/l10n/es.php index dd756142e42..2aee432b10b 100644 --- a/apps/files/l10n/es.php +++ b/apps/files/l10n/es.php @@ -1,7 +1,6 @@ <?php $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "No se puede mover %s - Ya existe un archivo con ese nombre", "Could not move %s" => "No se puede mover %s", -"Unable to rename file" => "No se puede renombrar el archivo", "No file was uploaded. Unknown error" => "No se subió ningún archivo. Error desconocido", "There is no error, the file uploaded with success" => "No hay 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", @@ -47,6 +46,7 @@ "{count} folders" => "{count} carpetas", "1 file" => "1 archivo", "{count} files" => "{count} archivos", +"Unable to rename file" => "No se puede renombrar el archivo", "Upload" => "Subir", "File handling" => "Tratamiento de archivos", "Maximum upload size" => "Tamaño máximo de subida", |