|
@@ -25,6 +25,8 @@
|
|
|
msgNoFilesSelected: 'No files selected',
|
|
|
msgCancelled: 'Cancelled',
|
|
|
msgZoomModalHeading: 'Detailed Preview',
|
|
|
+ msgFileRequired: 'You must select a file to upload.',
|
|
|
+ msgSizeTooSmall: 'File "{name}" (<b>{size} KB</b>) is too small and must be larger than <b>{minSize} KB</b>.',
|
|
|
msgSizeTooLarge: 'Fail "{name}" (<b>{size} KB</b>) ületab lubatu suuruse <b>{maxSize} KB</b>.',
|
|
|
msgFilesTooLess: 'You must select at least <b>{n}</b> {files} to upload.',
|
|
|
msgFilesTooMany: 'Number of files selected for upload <b>({n})</b> exceeds maximum allowed limit of <b>{m}</b>.',
|
|
@@ -33,10 +35,24 @@
|
|
|
msgFileNotReadable: 'File "{name}" is not readable.',
|
|
|
msgFilePreviewAborted: 'File preview aborted for "{name}".',
|
|
|
msgFilePreviewError: 'An error occurred while reading the file "{name}".',
|
|
|
+ msgInvalidFileName: 'Invalid or unsupported characters in file name "{name}".',
|
|
|
msgInvalidFileType: '"{name}" on vale tüüpi. Ainult "{types}" on lubatud.',
|
|
|
msgInvalidFileExtension: 'Invalid extension for file "{name}". Only "{extensions}" files are supported.',
|
|
|
+ msgFileTypes: {
|
|
|
+ 'image': 'image',
|
|
|
+ 'html': 'HTML',
|
|
|
+ 'text': 'text',
|
|
|
+ 'video': 'video',
|
|
|
+ 'audio': 'audio',
|
|
|
+ 'flash': 'flash',
|
|
|
+ 'pdf': 'PDF',
|
|
|
+ 'object': 'object'
|
|
|
+ },
|
|
|
msgUploadAborted: 'The file upload was aborted',
|
|
|
msgUploadThreshold: 'Processing...',
|
|
|
+ msgUploadBegin: 'Initializing...',
|
|
|
+ msgUploadEnd: 'Done',
|
|
|
+ msgUploadEmpty: 'No valid data available for upload.',
|
|
|
msgValidationError: 'Validation Error',
|
|
|
msgLoading: 'Loading file {index} of {files} …',
|
|
|
msgProgress: 'Loading file {index} of {files} - {name} - {percent}% completed.',
|
|
@@ -48,6 +64,14 @@
|
|
|
msgImageHeightLarge: 'Height of image file "{name}" cannot exceed {size} px.',
|
|
|
msgImageResizeError: 'Could not get the image dimensions to resize.',
|
|
|
msgImageResizeException: 'Error while resizing the image.<pre>{errors}</pre>',
|
|
|
+ msgAjaxError: 'Something went wrong with the {operation} operation. Please try again later!',
|
|
|
+ msgAjaxProgressError: '{operation} failed',
|
|
|
+ ajaxOperations: {
|
|
|
+ deleteThumb: 'file delete',
|
|
|
+ uploadThumb: 'file upload',
|
|
|
+ uploadBatch: 'batch file upload',
|
|
|
+ uploadExtra: 'form data upload'
|
|
|
+ },
|
|
|
dropZoneTitle: 'Lohista failid siia …',
|
|
|
dropZoneClickTitle: '<br>(or click to select {files})',
|
|
|
fileActionSettings: {
|
|
@@ -69,4 +93,4 @@
|
|
|
close: 'Close detailed preview'
|
|
|
}
|
|
|
};
|
|
|
-})(window.jQuery);
|
|
|
+})(window.jQuery);
|