|
|
@@ -7470,7 +7470,7 @@ define('upload',['jquery', 'bootstrap', 'dropzone', 'template'], function ($, un |
|
|
|
dictDefaultMessage: __("Drop files here to upload"), |
|
|
|
dictFallbackMessage: __("Your browser does not support drag'n'drop file uploads"), |
|
|
|
dictFallbackText: __("Please use the fallback form below to upload your files like in the olden days"), |
|
|
|
dictFileTooBig: __("File is too big (%sMiB), Max filesize: %sMiB", "{{filesize}}", "{{maxFilesize}}"), |
|
|
|
// dictFileTooBig: __("File is too big (%sMiB), Max filesize: %sMiB", "{{filesize}}", "{{maxFilesize}}"), |
|
|
|
dictInvalidFileType: __("You can't upload files of this type"), |
|
|
|
dictResponseError: __("Server responded with %s code.", "{{statusCode}}"), |
|
|
|
dictCancelUpload: __("Cancel upload"), |
|
|
|