1 | // this file must be in UTF-8 format |
---|
2 | |
---|
3 | var uploadifyLang = new Array(); |
---|
4 | |
---|
5 | uploadifyLang['buttonText'] = 'SELECT FILES'; |
---|
6 | uploadifyLang['fileTypeDesc'] = 'All Files (*.*)'; |
---|
7 | uploadifyLang['replaceMsg1'] = 'The file named'; |
---|
8 | uploadifyLang['replaceMsg2'] = 'is already in the queue'; |
---|
9 | uploadifyLang['replaceMsg3'] = 'Do you want to replace the existing item in the queue?'; |
---|
10 | uploadifyLang['existsMsg1'] = 'A file with the name'; |
---|
11 | uploadifyLang['existsMsg2'] = 'already exists on the server'; |
---|
12 | uploadifyLang['existsMsg3'] = 'Would you like to replace the existing file?'; |
---|
13 | uploadifyLang['errorMsg1'] = 'Some files were not added to the queue:'; |
---|
14 | uploadifyLang['errorMsg2'] = 'The number of files selected exceeds the remaining upload limit'; |
---|
15 | uploadifyLang['errorMsg3'] = 'The number of files selected exceeds the queue size limit'; |
---|
16 | uploadifyLang['errorMsg4'] = 'The file'; |
---|
17 | uploadifyLang['errorMsg5'] = 'exceeds the size limit'; |
---|
18 | uploadifyLang['errorMsg6'] = 'is empty'; |
---|
19 | uploadifyLang['errorMsg7'] = 'is not an accepted file type'; |
---|
20 | uploadifyLang['errorString1'] = 'Error'; |
---|
21 | uploadifyLang['errorString2'] = 'HTTP Error'; |
---|
22 | uploadifyLang['errorString3'] = 'Missing Upload URL'; |
---|
23 | uploadifyLang['errorString4'] = 'IO Error'; |
---|
24 | uploadifyLang['errorString5'] = 'Security Error'; |
---|
25 | uploadifyLang['errorString6'] = 'The upload limit has been reached'; |
---|
26 | uploadifyLang['errorString7'] = 'Exceeds Upload Limit'; |
---|
27 | uploadifyLang['errorString8'] = 'Failed'; |
---|
28 | uploadifyLang['errorString9'] = 'File ID Not Found'; |
---|
29 | uploadifyLang['errorString10'] = 'Validation Error'; |
---|
30 | uploadifyLang['errorString11'] = 'Cancelled'; |
---|
31 | uploadifyLang['errorString12'] = 'Stopped'; |
---|
32 | uploadifyLang['uploadComplete'] = 'Complete'; |
---|