|
@@ -49,7 +49,7 @@
|
|
|
},
|
|
|
msgUploadAborted: 'La carga de archivos se ha cancelado',
|
|
|
msgUploadThreshold: 'Procesando...',
|
|
|
- msgUploadEmpty: 'No valid data available for upload.',
|
|
|
+ msgUploadEmpty: 'No existen datos válidos para el envío.',
|
|
|
msgValidationError: 'Error de validación',
|
|
|
msgLoading: 'Subiendo archivo {index} de {files} …',
|
|
|
msgProgress: 'Subiendo archivo {index} de {files} - {name} - {percent}% completado.',
|
|
@@ -61,8 +61,8 @@
|
|
|
msgImageHeightLarge: 'La altura de la imagen "{name}" no puede exceder de {size} px.',
|
|
|
msgImageResizeError: 'No se pudieron obtener las dimensiones de la imagen para cambiar el tamaño.',
|
|
|
msgImageResizeException: 'Error al cambiar el tamaño de la imagen.<pre>{errors}</pre>',
|
|
|
- msgAjaxError: 'Something went wrong with the {operation} operation. Please try again later!',
|
|
|
- msgAjaxProgressError: '{operation} failed',
|
|
|
+ msgAjaxError: 'Algo ha ido mal con la operación {operation}. Por favor, inténtelo de nuevo mas tarde.',
|
|
|
+ msgAjaxProgressError: 'La operación {operation} ha fallado',
|
|
|
ajaxOperations: {
|
|
|
deleteThumb: 'file delete',
|
|
|
uploadThumb: 'single file upload',
|