From 24ab1e2467a178817735b9049e4a8a6612e13d41 Mon Sep 17 00:00:00 2001 From: plegall Date: Fri, 19 Aug 2011 16:04:43 +0000 Subject: 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. git-svn-id: http://piwigo.org/svn/trunk@11975 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/include/uploadify/uploadifyLang_en.js | 32 +++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 admin/include/uploadify/uploadifyLang_en.js (limited to 'admin/include/uploadify/uploadifyLang_en.js') diff --git a/admin/include/uploadify/uploadifyLang_en.js b/admin/include/uploadify/uploadifyLang_en.js new file mode 100644 index 000000000..3be8afadc --- /dev/null +++ b/admin/include/uploadify/uploadifyLang_en.js @@ -0,0 +1,32 @@ +// this file must be in UTF-8 format + +var uploadifyLang = new Array(); + +uploadifyLang['buttonText'] = 'SELECT FILES'; +uploadifyLang['fileTypeDesc'] = 'All Files (*.*)'; +uploadifyLang['replaceMsg1'] = 'The file named'; +uploadifyLang['replaceMsg2'] = 'is already in the queue'; +uploadifyLang['replaceMsg3'] = 'Do you want to replace the existing item in the queue?'; +uploadifyLang['existsMsg1'] = 'A file with the name'; +uploadifyLang['existsMsg2'] = 'already exists on the server'; +uploadifyLang['existsMsg3'] = 'Would you like to replace the existing file?'; +uploadifyLang['errorMsg1'] = 'Some files were not added to the queue:'; +uploadifyLang['errorMsg2'] = 'The number of files selected exceeds the remaining upload limit'; +uploadifyLang['errorMsg3'] = 'The number of files selected exceeds the queue size limit'; +uploadifyLang['errorMsg4'] = 'The file'; +uploadifyLang['errorMsg5'] = 'exceeds the size limit'; +uploadifyLang['errorMsg6'] = 'is empty'; +uploadifyLang['errorMsg7'] = 'is not an accepted file type'; +uploadifyLang['errorString1'] = 'Error'; +uploadifyLang['errorString2'] = 'HTTP Error'; +uploadifyLang['errorString3'] = 'Missing Upload URL'; +uploadifyLang['errorString4'] = 'IO Error'; +uploadifyLang['errorString5'] = 'Security Error'; +uploadifyLang['errorString6'] = 'The upload limit has been reached'; +uploadifyLang['errorString7'] = 'Exceeds Upload Limit'; +uploadifyLang['errorString8'] = 'Failed'; +uploadifyLang['errorString9'] = 'File ID Not Found'; +uploadifyLang['errorString10'] = 'Validation Error'; +uploadifyLang['errorString11'] = 'Cancelled'; +uploadifyLang['errorString12'] = 'Stopped'; +uploadifyLang['uploadComplete'] = 'Complete'; \ No newline at end of file -- cgit v1.2.3