29 lines
2.7 KiB
JavaScript
29 lines
2.7 KiB
JavaScript
plupload.addI18n({"Stop Upload":"Detener Subida.","Upload URL might be wrong or doesn't exist.":"URL de carga inexistente.","tb":"","Size":"Tamaño","Close":"Cerrar","Init error.":"Error de inicialización.","Add files to the upload queue and click the start button.":"Agregue archivos a la lista de subida y pulse clic en el botón de Iniciar carga","Filename":"Nombre de archivo","Image format either wrong or not supported.":"Formato de imagen no soportada.","Status":"Estado","HTTP Error.":"Error de HTTP.","Start Upload":"Iniciar carga","mb":"","kb":"","Duplicate file error.":"Error, archivo duplicado","File size error.":"Error de tamaño de archivo.","N/A":"No disponible","gb":"","Error: Invalid file extension:":"Error: Extensión de archivo inválida:","Select files":"Elija archivos","%s already present in the queue.":"%s ya se encuentra en la lista.","File: %s":"Archivo: %s","b":"","Uploaded %d/%d files":"Subidos %d/%d archivos","Upload element accepts only %d file(s) at a time. Extra files were stripped.":"Se aceptan sólo %d archivo(s) al tiempo. Más, no se tienen en cuenta.","%d files queued":"%d archivos en cola.","File: %s, size: %d, max file size: %d":"Archivo: %s, tamaño: %d, tamaño máximo de archivo: %d","Drag files here.":"Arrastre archivos aquí","Runtime ran out of available memory.":"No hay memoria disponible.","File count error.":"Error en contador de archivos.","File extension error.":"Error de extensión de archivo.","Error: File too large:":"Error: archivo demasiado grande:","Add Files":"Agregar archivos"});
|
|
CKEDITOR.plugins.setLang('jsplus_bootstrap_gallery', 'es', {
|
|
jsplus_image_title: "Insertar imagen",
|
|
jsplus_preview_title: "Insertar imagen con vista previa",
|
|
jsplus_file_title: "Insertar archivo",
|
|
jsplus_gallery_title: "Insert gallery", // gallery
|
|
jsplus_bootstrap_gallery_title: "Insert Bootstrap gallery", // bs gallery
|
|
|
|
jsplus_bootstrap_gallery_col_count: "Columns",
|
|
|
|
file_filter_name: "All supported files",
|
|
|
|
resize: "Tamaño máx",
|
|
resize_up: "Ampliarse si una imagen pequeña",
|
|
resize_thumb: "Previa",
|
|
download_label: "Descargar archivo",
|
|
status_file_upload: "Cargando archivo...",
|
|
status_file_upload_success: "Archivo cargado con satisfactoriamente. Pulse aceptar para continuar",
|
|
status_file_upload_wait: "Cargando archivo. Por favor, espere...",
|
|
status_file_upload_fail: "No ha sido posible cargar el archivo. Pruebe otra vez o utiice otro archivo.",
|
|
label_send_to_server: "Subir al servidor",
|
|
label_no_file: "No has subido ningún archivo",
|
|
label_no_support: "Loading...",
|
|
|
|
select_files_first: 'Seleccione los archivos primero',
|
|
|
|
btn_ok: "OK",
|
|
btn_cancel: "Cancelar"
|
|
}); |