Rearrange source to src dir.
[redakcja.git] / src / fileupload / static / fileupload / js / locale-en.js
1 /*
2  * jQuery File Upload Plugin Localization Example 6.5.1
3  * https://github.com/blueimp/jQuery-File-Upload
4  *
5  * Copyright 2012, Sebastian Tschan
6  * https://blueimp.net
7  *
8  * Licensed under the MIT license:
9  * http://www.opensource.org/licenses/MIT
10  */
11
12 /*global window */
13
14 window.locale = {
15     "fileupload": {
16         "errors": {
17             "maxFileSize": "File is too big",
18             "minFileSize": "File is too small",
19             "acceptFileTypes": "Filetype not allowed",
20             "maxNumberOfFiles": "Max number of files exceeded",
21             "uploadedBytes": "Uploaded bytes exceed file size",
22             "emptyResult": "Empty file upload result"
23         },
24         "error": "Error",
25         "start": "Start",
26         "cancel": "Cancel",
27         "destroy": "Delete"
28     }
29 };