diff options
author | plegall <plg@piwigo.org> | 2014-07-02 13:34:46 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2014-07-02 13:34:46 +0000 |
commit | 7e9b6530ecea9fc2f57b748df3a445fa7a3c88e6 (patch) | |
tree | cd8b23a524d51d5a284dc76c5b58b4ad277372cf /admin/include/uploadify/uploadifyLang_en.js | |
parent | d12f97545f541e0765f3e15bec533fb6de20441f (diff) |
feature 2616: remove useless code (photos_add_direct_process or uploadify related variables)
git-svn-id: http://piwigo.org/svn/trunk@28919 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/include/uploadify/uploadifyLang_en.js | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/admin/include/uploadify/uploadifyLang_en.js b/admin/include/uploadify/uploadifyLang_en.js deleted file mode 100644 index 3be8afadc..000000000 --- a/admin/include/uploadify/uploadifyLang_en.js +++ /dev/null @@ -1,32 +0,0 @@ -// 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 |