|
@@ -64,9 +64,9 @@
|
|
badDroppedFiles: 'Error scanning dropped files!',
|
|
badDroppedFiles: 'Error scanning dropped files!',
|
|
badExifParser: 'Error loading the piexif.js library. {details}',
|
|
badExifParser: 'Error loading the piexif.js library. {details}',
|
|
badInputType: 'The input "type" must be set to "file" for initializing the "bootstrap-fileinput" plugin.',
|
|
badInputType: 'The input "type" must be set to "file" for initializing the "bootstrap-fileinput" plugin.',
|
|
- exifWarning: 'To avoid this warning, either set `autoOrientImage` to `false` OR ensure you have loaded ' +
|
|
|
|
- 'the piexif.js library correctly on your page.',
|
|
|
|
- invalidChunkSize: 'Invalid "uploadResumableSize" ({chunkSize}). Resumable uploads are disabled.',
|
|
|
|
|
|
+ exifWarning: 'To avoid this warning, either set "autoOrientImage" to "false" OR ensure you have loaded ' +
|
|
|
|
+ 'the "piexif.js" library correctly on your page before the "fileinput.js" script.',
|
|
|
|
+ invalidChunkSize: 'Invalid upload chunk size: "{chunkSize}". Resumable uploads are disabled.',
|
|
invalidThumb: 'Invalid thumb frame with id: "{id}".',
|
|
invalidThumb: 'Invalid thumb frame with id: "{id}".',
|
|
noResumableSupport: 'The browser does not support resumable or chunk uploads.',
|
|
noResumableSupport: 'The browser does not support resumable or chunk uploads.',
|
|
noUploadUrl: 'The "uploadUrl" is not set. Ajax uploads and resumable uploads have been disabled.',
|
|
noUploadUrl: 'The "uploadUrl" is not set. Ajax uploads and resumable uploads have been disabled.',
|