diff options
Diffstat (limited to 'l10n/es/files.po')
-rw-r--r-- | l10n/es/files.po | 127 |
1 files changed, 67 insertions, 60 deletions
diff --git a/l10n/es/files.po b/l10n/es/files.po index e8258968172..db49dbe66b4 100644 --- a/l10n/es/files.po +++ b/l10n/es/files.po @@ -16,9 +16,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-01-21 00:04+0100\n" -"PO-Revision-Date: 2013-01-20 02:53+0000\n" -"Last-Translator: Agustin Ferrario <agustin.ferrario@hotmail.com.ar>\n" +"POT-Creation-Date: 2013-01-27 00:04+0100\n" +"PO-Revision-Date: 2013-01-26 23:05+0000\n" +"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -26,11 +26,6 @@ msgstr "" "Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ajax/delete.php:28 ajax/getstoragestats.php:11 ajax/upload.php:17 -#: ajax/upload.php:76 templates/index.php:18 -msgid "Upload" -msgstr "Subir" - #: ajax/move.php:17 #, php-format msgid "Could not move %s - File with this name already exists" @@ -45,46 +40,46 @@ msgstr "No se puede mover %s" msgid "Unable to rename file" msgstr "No se puede renombrar el archivo" -#: ajax/upload.php:20 +#: ajax/upload.php:17 msgid "No file was uploaded. Unknown error" msgstr "Fallo no se subió el fichero" -#: ajax/upload.php:30 +#: ajax/upload.php:24 msgid "There is no error, the file uploaded with success" msgstr "No se ha producido ningún error, el archivo se ha subido con éxito" -#: ajax/upload.php:31 +#: ajax/upload.php:25 msgid "" "The uploaded file exceeds the upload_max_filesize directive in php.ini: " msgstr "El archivo que intentas subir sobrepasa el tamaño definido por la variable upload_max_filesize en php.ini" -#: ajax/upload.php:33 +#: ajax/upload.php:27 msgid "" "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in " "the HTML form" msgstr "El archivo que intentas subir sobrepasa el tamaño definido por la variable MAX_FILE_SIZE especificada en el formulario HTML" -#: ajax/upload.php:35 +#: ajax/upload.php:29 msgid "The uploaded file was only partially uploaded" msgstr "El archivo que intentas subir solo se subió parcialmente" -#: ajax/upload.php:36 +#: ajax/upload.php:30 msgid "No file was uploaded" msgstr "No se ha subido ningún archivo" -#: ajax/upload.php:37 +#: ajax/upload.php:31 msgid "Missing a temporary folder" msgstr "Falta un directorio temporal" -#: ajax/upload.php:38 +#: ajax/upload.php:32 msgid "Failed to write to disk" msgstr "La escritura en disco ha fallado" -#: ajax/upload.php:57 -msgid "Not enough space available" -msgstr "No hay suficiente espacio disponible" +#: ajax/upload.php:48 +msgid "Not enough storage available" +msgstr "" -#: ajax/upload.php:91 +#: ajax/upload.php:77 msgid "Invalid directory." msgstr "Directorio invalido." @@ -92,11 +87,11 @@ msgstr "Directorio invalido." msgid "Files" msgstr "Archivos" -#: js/fileactions.js:117 templates/index.php:82 templates/index.php:83 +#: js/fileactions.js:117 templates/index.php:81 templates/index.php:82 msgid "Unshare" msgstr "Dejar de compartir" -#: js/fileactions.js:119 templates/index.php:88 templates/index.php:89 +#: js/fileactions.js:119 templates/index.php:87 templates/index.php:88 msgid "Delete" msgstr "Eliminar" @@ -104,139 +99,151 @@ msgstr "Eliminar" msgid "Rename" msgstr "Renombrar" -#: js/filelist.js:205 js/filelist.js:207 +#: js/filelist.js:208 js/filelist.js:210 msgid "{new_name} already exists" msgstr "{new_name} ya existe" -#: js/filelist.js:205 js/filelist.js:207 +#: js/filelist.js:208 js/filelist.js:210 msgid "replace" msgstr "reemplazar" -#: js/filelist.js:205 +#: js/filelist.js:208 msgid "suggest name" msgstr "sugerir nombre" -#: js/filelist.js:205 js/filelist.js:207 +#: js/filelist.js:208 js/filelist.js:210 msgid "cancel" msgstr "cancelar" -#: js/filelist.js:254 +#: js/filelist.js:253 msgid "replaced {new_name}" msgstr "reemplazado {new_name}" -#: js/filelist.js:254 js/filelist.js:256 js/filelist.js:288 js/filelist.js:290 +#: js/filelist.js:253 js/filelist.js:255 js/filelist.js:286 js/filelist.js:288 msgid "undo" msgstr "deshacer" -#: js/filelist.js:256 +#: js/filelist.js:255 msgid "replaced {new_name} with {old_name}" msgstr "reemplazado {new_name} con {old_name}" -#: js/filelist.js:288 +#: js/filelist.js:286 msgid "unshared {files}" msgstr "{files} descompartidos" -#: js/filelist.js:290 +#: js/filelist.js:288 msgid "deleted {files}" msgstr "{files} eliminados" -#: js/files.js:48 +#: js/files.js:52 msgid "'.' is an invalid file name." msgstr "'.' es un nombre de archivo inválido." -#: js/files.js:53 +#: js/files.js:56 msgid "File name cannot be empty." msgstr "El nombre de archivo no puede estar vacío." -#: js/files.js:62 +#: js/files.js:64 msgid "" "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " "allowed." msgstr "Nombre Invalido, \"\\\", \"/\", \"<\", \">\", \":\", \"\", \"|\" \"?\" y \"*\" no están permitidos " -#: js/files.js:204 +#: js/files.js:78 +msgid "Your storage is full, files can not be updated or synced anymore!" +msgstr "" + +#: js/files.js:82 +msgid "Your storage is almost full ({usedSpacePercent}%)" +msgstr "" + +#: js/files.js:219 msgid "" "Your download is being prepared. This might take some time if the files are " "big." msgstr "Tu descarga esta siendo preparada. Esto puede tardar algun tiempo si los archivos son muy grandes." -#: js/files.js:242 +#: js/files.js:256 msgid "Unable to upload your file as it is a directory or has 0 bytes" msgstr "No ha sido posible subir tu archivo porque es un directorio o tiene 0 bytes" -#: js/files.js:242 +#: js/files.js:256 msgid "Upload Error" msgstr "Error al subir el archivo" -#: js/files.js:259 +#: js/files.js:273 msgid "Close" msgstr "cerrrar" -#: js/files.js:278 js/files.js:397 js/files.js:431 +#: js/files.js:292 js/files.js:408 js/files.js:439 msgid "Pending" msgstr "Pendiente" -#: js/files.js:298 +#: js/files.js:312 msgid "1 file uploading" msgstr "subiendo 1 archivo" -#: js/files.js:301 js/files.js:357 js/files.js:372 +#: js/files.js:315 js/files.js:370 js/files.js:385 msgid "{count} files uploading" msgstr "Subiendo {count} archivos" -#: js/files.js:376 js/files.js:414 +#: js/files.js:388 js/files.js:423 msgid "Upload cancelled." msgstr "Subida cancelada." -#: js/files.js:486 +#: js/files.js:493 msgid "" "File upload is in progress. Leaving the page now will cancel the upload." msgstr "La subida del archivo está en proceso. Salir de la página ahora cancelará la subida." -#: js/files.js:559 +#: js/files.js:566 msgid "URL cannot be empty." msgstr "La URL no puede estar vacía." -#: js/files.js:565 +#: js/files.js:571 msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud" msgstr "Nombre de carpeta invalido. El uso de \"Shared\" esta reservado para Owncloud" -#: js/files.js:775 +#: js/files.js:784 msgid "{count} files scanned" msgstr "{count} archivos escaneados" -#: js/files.js:783 +#: js/files.js:792 msgid "error while scanning" msgstr "error escaneando" -#: js/files.js:857 templates/index.php:64 +#: js/files.js:866 templates/index.php:63 msgid "Name" msgstr "Nombre" -#: js/files.js:858 templates/index.php:75 +#: js/files.js:867 templates/index.php:74 msgid "Size" msgstr "Tamaño" -#: js/files.js:859 templates/index.php:77 +#: js/files.js:868 templates/index.php:76 msgid "Modified" msgstr "Modificado" -#: js/files.js:878 +#: js/files.js:887 msgid "1 folder" msgstr "1 carpeta" -#: js/files.js:880 +#: js/files.js:889 msgid "{count} folders" msgstr "{count} carpetas" -#: js/files.js:888 +#: js/files.js:897 msgid "1 file" msgstr "1 archivo" -#: js/files.js:890 +#: js/files.js:899 msgid "{count} files" msgstr "{count} archivos" +#: lib/helper.php:11 templates/index.php:18 +msgid "Upload" +msgstr "Subir" + #: templates/admin.php:5 msgid "File handling" msgstr "Tratamiento de archivos" @@ -289,28 +296,28 @@ msgstr "Desde el enlace" msgid "Cancel upload" msgstr "Cancelar subida" -#: templates/index.php:56 +#: templates/index.php:55 msgid "Nothing in here. Upload something!" msgstr "Aquí no hay nada. ¡Sube algo!" -#: templates/index.php:70 +#: templates/index.php:69 msgid "Download" msgstr "Descargar" -#: templates/index.php:102 +#: templates/index.php:101 msgid "Upload too large" msgstr "El archivo es demasiado grande" -#: templates/index.php:104 +#: templates/index.php:103 msgid "" "The files you are trying to upload exceed the maximum size for file uploads " "on this server." msgstr "Los archivos que estás intentando subir sobrepasan el tamaño máximo permitido por este servidor." -#: templates/index.php:109 +#: templates/index.php:108 msgid "Files are being scanned, please wait." msgstr "Se están escaneando los archivos, por favor espere." -#: templates/index.php:112 +#: templates/index.php:111 msgid "Current scanning" msgstr "Ahora escaneando" |