diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-01-31 00:31:28 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-01-31 00:31:28 +0100 |
commit | 00a30e665128352e9b20268ea65400a968903c74 (patch) | |
tree | cb020db265d261a61556c21a4f818f0d0980e217 /apps/files/l10n/es.php | |
parent | 5d0c5c854bf5aa200ae37664d8b39001612e8d5e (diff) | |
download | nextcloud-server-00a30e665128352e9b20268ea65400a968903c74.tar.gz nextcloud-server-00a30e665128352e9b20268ea65400a968903c74.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/es.php')
-rw-r--r-- | apps/files/l10n/es.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/files/l10n/es.php b/apps/files/l10n/es.php index 1620208559f..260ecd42e40 100644 --- a/apps/files/l10n/es.php +++ b/apps/files/l10n/es.php @@ -1,7 +1,4 @@ <?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" => "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", @@ -38,8 +35,6 @@ "File upload is in progress. Leaving the page now will cancel the upload." => "La subida del archivo está en proceso. Salir de la página ahora cancelará la subida.", "URL cannot be empty." => "La URL no puede estar vacía.", "Invalid folder name. Usage of 'Shared' is reserved by Owncloud" => "Nombre de carpeta invalido. El uso de \"Shared\" esta reservado para Owncloud", -"{count} files scanned" => "{count} archivos escaneados", -"error while scanning" => "error escaneando", "Name" => "Nombre", "Size" => "Tamaño", "Modified" => "Modificado", |