Sha256: 1440d96eb954aaf2504fb02de87209af023ff5c08cbec2d81593a3093ef381bc

Contents?: true

Size: 1.76 KB

Versions: 46

Compression:

Stored size: 1.76 KB

Contents

// this file must be in UTF-8 format
// English by Ronnie Garcia

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';

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
classiccms-0.3.4 lib/classiccms/public/js/uploadifyLang_en.js
classiccms-0.3.3 lib/classiccms/public/js/uploadifyLang_en.js
classiccms-0.3.2 lib/classiccms/public/js/uploadifyLang_en.js
classiccms-0.3.1 lib/classiccms/public/js/uploadifyLang_en.js
classiccms-0.3.0 lib/classiccms/public/js/uploadifyLang_en.js
classiccms-0.2.4.pre lib/classiccms/public/js/uploadifyLang_en.js