var Lang_DZ_DefaultMessage = "Drop files here to upload"; var Lang_DZ_FallbackMessage = "Your browser does not support drag'n'drop file uploads."; var Lang_DZ_FallbackText = "Please use the fallback form below to upload your files like in the olden days."; var Lang_DZ_FileTooBig = "File is too big ({{filesize}}MiB). Max filesize: {{maxFilesize}}MiB."; var Lang_DZ_InvalidFileType = "You can't upload files of this type."; var Lang_DZ_ResponseError = "Server responded with {{statusCode}} code."; var Lang_DZ_CancelUpload = "Cancel upload"; var Lang_DZ_CancelUploadConfirmation = "Are you sure you want to cancel this upload?"; var Lang_DZ_RemoveFile = "Remove file"; var Lang_DZ_MaxFilesExceeded = "You can not upload any more files."; var Lang_DZ_Check = "Check"; var Lang_DZ_Error = "Error"; var Lang_DZ_IvalidDZElement = "Invalid dropzone element."; var Lang_DZ_AlreadAttached = "Dropzone already attached."; var Lang_DZ_NoURLProvided = "No URL provided."; var Lang_DZ_CantProvideBoth = "You can't provide both 'acceptedFiles' and 'acceptedMimeTypes'. 'acceptedMimeTypes' is deprecated."; var Lang_DZ_FileCantBeQueued = "This file can't be queued because it has already been processed or was rejected."; var Lang_DZ_InvalidJSONResponse = "Invalid JSON response from server."; var Lang_DZ_NoDZFoundForElement = "No Dropzone found for given element. This is probably because you're trying to access it before Dropzone had the time to initialize. Use the `init` option to setup any additional observers on your Dropzone.";