var upload_error = ({
	'upload_file_exceeds_limit' : "The uploaded file exceeds<br> the maximum allowed size.",
	'upload_file_exceeds_form_limit' : "The uploaded file exceeds<br> the maximum size.",
	'upload_file_partial' : "The file was only partially<br> uploaded.",
	'upload_no_temp_directory' : "The temporary folder is<br> missing.",
	'upload_unable_to_write_file' : "The file could not be<br> written to disk.",
	'upload_stopped_by_extension' : "The file upload was stopped<br> by extension.",
	'upload_no_file_selected' : "You did not select a file<br> to upload.",
	'upload_invalid_filetype' : "The filetype you are attempting<br> to upload is not allowed.",
	'upload_invalid_filesize' : "The uploaded file is larger<br> than the permitted size.",
	'upload_invalid_dimensions' : "The image exceedes the<br> maximum height or width.",
	'upload_destination_error' : "A problem was encountered<br> while attempting to upload file.",  
	'upload_no_filepath' : "The upload path does not<br> appear to be valid.",	
	'upload_no_file_types' : "You have not specified<br> any allowed file types.",
	'upload_bad_filename' : "The file name you submitted<br> already exists on the server.",
	'upload_not_writable' : "The upload destination folder<br> does not appear to be writable.",
	'upload_error_perm' : "You have no permissions to<br> upload files"
});

var system_msg = ({
	'select_upload_file_request' : "Select file to upload",
	'no_lite_sorting' : "Sorting not available in lite version",
	'confirm_folder_delete_request' : "Are you sure? Still wanna delete that folder?",
	'new_folder_name_request' : "Please enter new folder name:",
	'folder_delete_error' : "Can't delete folder",
	'empty_folder_name_error' : "Empty folder name? No way!<br><br>",
	'folder_rename_error' : "Can't rename folder",
	'folder_create_error' : "Can't create new folder",
	'confirm_file_delete_request' : "Are you sure? Still wanna delete that file?",
	'new_file_name_request' : "Please enter new file name:",
	'file_delete_error' : "Can't delete file",
	'empty_file_name_error' : "Empty file name? No way!<br><br>",	
	'file_rename_error' : "Can't rename file",
	'file_invalid_ext' : "Unallowed extension",
	'error_perm' : "You have no permissions for this action"
});