source: trunk/admin/include/uploadify/uploadifyLang_en.js @ 11975

Last change on this file since 11975 was 11975, checked in by plg, 13 years ago

feature 2410 added: uploadify upgraded from version 2.1.0 to 3.0.0 (still beta,
but said as stable by users on uploadify forums)

bug 2411 fixed: thanks to uploadify 3.0.0, the "Browse" button is now localized
(text in any language)

bug 1653 fixed: if the selected file exceeds the upload_max_size (as defined in
the php.ini), an alert is shown and the file is not added to the queue.

bug 2412 fixed: ability to select GIF files with the Flash Uploader.

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