@@ -470,7 +470,7 @@ function (_Emitter) { | |||||
* If the filesize is too big. | * If the filesize is too big. | ||||
* `{{filesize}}` and `{{maxFilesize}}` will be replaced with the respective configuration values. | * `{{filesize}}` and `{{maxFilesize}}` will be replaced with the respective configuration values. | ||||
*/ | */ | ||||
dictFileTooBig: "File is too big ({{filesize}}MiB). Max filesize: {{maxFilesize}}MiB.", | |||||
// dictFileTooBig: "File is too big ({{filesize}}MiB). Max filesize: {{maxFilesize}}MiB.", | |||||
/** | /** | ||||
* If the file doesn't match the file type. | * If the file doesn't match the file type. | ||||
@@ -7470,7 +7470,7 @@ define('upload',['jquery', 'bootstrap', 'dropzone', 'template'], function ($, un | |||||
dictDefaultMessage: __("Drop files here to upload"), | dictDefaultMessage: __("Drop files here to upload"), | ||||
dictFallbackMessage: __("Your browser does not support drag'n'drop file uploads"), | 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"), | 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"), | dictInvalidFileType: __("You can't upload files of this type"), | ||||
dictResponseError: __("Server responded with %s code.", "{{statusCode}}"), | dictResponseError: __("Server responded with %s code.", "{{statusCode}}"), | ||||
dictCancelUpload: __("Cancel upload"), | dictCancelUpload: __("Cancel upload"), | ||||
@@ -7317,7 +7317,7 @@ define('upload',['jquery', 'bootstrap', 'dropzone', 'template'], function ($, un | |||||
dictDefaultMessage: __("Drop files here to upload"), | dictDefaultMessage: __("Drop files here to upload"), | ||||
dictFallbackMessage: __("Your browser does not support drag'n'drop file uploads"), | 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"), | 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"), | dictInvalidFileType: __("You can't upload files of this type"), | ||||
dictResponseError: __("Server responded with %s code.", "{{statusCode}}"), | dictResponseError: __("Server responded with %s code.", "{{statusCode}}"), | ||||
dictCancelUpload: __("Cancel upload"), | dictCancelUpload: __("Cancel upload"), | ||||
@@ -204,7 +204,6 @@ define(['jquery', 'bootstrap', 'dropzone', 'template'], function ($, undefined, | |||||
dictDefaultMessage: __("Drop files here to upload"), | dictDefaultMessage: __("Drop files here to upload"), | ||||
dictFallbackMessage: __("Your browser does not support drag'n'drop file uploads"), | 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"), | 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}}"), | |||||
dictInvalidFileType: __("You can't upload files of this type"), | dictInvalidFileType: __("You can't upload files of this type"), | ||||
dictResponseError: __("Server responded with %s code.", "{{statusCode}}"), | dictResponseError: __("Server responded with %s code.", "{{statusCode}}"), | ||||
dictCancelUpload: __("Cancel upload"), | dictCancelUpload: __("Cancel upload"), | ||||