comparison OrthancServer/OrthancExplorer/libs/jquery-file-upload/js/locale.js @ 4044:d25f4c0fa160 framework

splitting code into OrthancFramework and OrthancServer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 10 Jun 2020 20:30:34 +0200
parents OrthancExplorer/libs/jquery-file-upload/js/locale.js@4bc019d2f969
children
comparison
equal deleted inserted replaced
4043:6c6239aec462 4044:d25f4c0fa160
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 };