/om/web/assets/91562343/js/fileupload/jquery.fileupload-locale.js
https://bitbucket.org/ovalmind/gxcv2 · JavaScript · 29 lines · 16 code · 2 blank · 11 comment · 0 complexity · a3e000456648ad121c8aadf7d918a4e7 MD5 · raw file
- /*
- * 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"
- }
- };