source: extensions/community/uploadify/uploadifyLang_en.js @ 30321

Last change on this file since 30321 was 29970, checked in by plg, 10 years ago

compatibility with Piwigo 2.7

For now, we keep uploadify (Flash) on Community because it is more compatible
with old browsers like IE8/IE9. Once the new HTML5 upload form will be more
mature, we will replace uploadify on Community too.

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.