Sha256: e6b0c0412ab97e7a62eea85d1339a6cdf9ec049a1007eef5a0cb5bbb30630b31
Contents?: true
Size: 792 Bytes
Versions: 61
Compression:
Stored size: 792 Bytes
Contents
/* * jQuery File Upload Plugin Localization Example 6.5.1 * https://github.com/blueimp/jQuery-File-Upload * * Copyright 2012, Sebastian Tschan * https://blueimp.net * * Licensed under the MIT license: * http://www.opensource.org/licenses/MIT */ /*global window */ window.locale = { "fileupload": { "errors": { "maxFileSize": "File is too big", "minFileSize": "File is too small", "acceptFileTypes": "Filetype not allowed", "maxNumberOfFiles": "Max number of files exceeded", "uploadedBytes": "Uploaded bytes exceed file size", "emptyResult": "Empty file upload result" }, "error": "Error", "start": "Start", "cancel": "Cancel", "destroy": "Delete" } };
Version data entries
61 entries across 61 versions & 9 rubygems