2011-08-18 13:46:49 +04:00
< ? php $TRANSLATIONS = array (
2012-05-09 14:41:01 +04:00
" There is no error, the file uploaded with success " => " No se ha producido ningún error, el archivo se ha subido con éxito " ,
2012-01-11 04:06:59 +04:00
" 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 " ,
" The uploaded file was only partially uploaded " => " El archivo que intentas subir solo se subió parcialmente " ,
2012-05-09 14:41:01 +04:00
" No file was uploaded " => " No se ha subido ningún archivo " ,
2012-01-11 04:06:59 +04:00
" Missing a temporary folder " => " Falta un directorio temporal " ,
2012-05-13 21:59:44 +04:00
" Failed to write to disk " => " La escritura en disco ha fallado " ,
2011-08-18 13:46:49 +04:00
" Files " => " Archivos " ,
2012-09-10 04:04:59 +04:00
" Unshare " => " Dejar de compartir " ,
2012-07-26 04:02:50 +04:00
" Delete " => " Eliminado " ,
2012-08-21 04:09:12 +04:00
" already exists " => " ya existe " ,
" replace " => " reemplazar " ,
2012-09-07 04:07:22 +04:00
" suggest name " => " sugerir nombre " ,
2012-08-21 04:09:12 +04:00
" cancel " => " cancelar " ,
" replaced " => " reemplazado " ,
2012-08-01 00:57:24 +04:00
" undo " => " deshacer " ,
2012-09-06 04:06:37 +04:00
" with " => " con " ,
2012-09-10 04:04:59 +04:00
" unshared " => " no compartido " ,
2012-08-01 00:57:24 +04:00
" deleted " => " borrado " ,
2012-07-26 04:02:50 +04:00
" generating ZIP-file, it may take some time. " => " generando un fichero ZIP, puede llevar un tiempo. " ,
" Unable to upload your file as it is a directory or has 0 bytes " => " No ha sido posible subir tu archivo porque es un directorio o tiene 0 bytes " ,
" Upload Error " => " Error al subir el archivo " ,
" Pending " => " Pendiente " ,
" Upload cancelled. " => " Subida cancelada. " ,
2012-09-01 04:04:00 +04:00
" 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. " ,
2012-07-26 04:02:50 +04:00
" Invalid name, '/' is not allowed. " => " Nombre no válido, '/' no está permitido. " ,
2012-06-06 02:29:28 +04:00
" Size " => " Tamaño " ,
" Modified " => " Modificado " ,
2012-07-26 04:02:50 +04:00
" folder " => " carpeta " ,
" folders " => " carpetas " ,
" file " => " archivo " ,
" files " => " archivos " ,
2012-05-13 21:59:44 +04:00
" File handling " => " Tratamiento de archivos " ,
2011-08-18 13:46:49 +04:00
" Maximum upload size " => " Tamaño máximo de subida " ,
2012-05-13 21:59:44 +04:00
" max. possible: " => " máx. posible: " ,
" Needed for multi-file and folder downloads. " => " Se necesita para descargas multi-archivo y de carpetas " ,
" Enable ZIP-download " => " Habilitar descarga en ZIP " ,
" 0 is unlimited " => " 0 es ilimitado " ,
" Maximum input size for ZIP files " => " Tamaño máximo para archivos ZIP de entrada " ,
2012-09-06 04:06:37 +04:00
" Save " => " Guardar " ,
2012-01-15 18:12:58 +04:00
" New " => " Nuevo " ,
" Text file " => " Archivo de texto " ,
" Folder " => " Carpeta " ,
2012-05-13 21:59:44 +04:00
" From url " => " Desde la URL " ,
2011-08-18 13:46:49 +04:00
" Upload " => " Subir " ,
2012-05-13 21:59:44 +04:00
" Cancel upload " => " Cancelar subida " ,
2011-09-25 01:12:18 +04:00
" Nothing in here. Upload something! " => " Aquí no hay nada. ¡Sube algo! " ,
2011-08-18 13:46:49 +04:00
" Name " => " Nombre " ,
2012-05-13 21:59:44 +04:00
" Share " => " Compartir " ,
2011-08-18 13:46:49 +04:00
" Download " => " Descargar " ,
" Upload too large " => " El archivo es demasiado grande " ,
2012-05-13 21:59:44 +04:00
" 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. " ,
" Files are being scanned, please wait. " => " Se están escaneando los archivos, por favor espere. " ,
" Current scanning " => " Escaneo actual "
2011-08-18 13:46:49 +04:00
);