var language = {
	
	fileUploadRequiredDataNotFound		: "Required data not found...",
	fileUploadInvalidFileName			: "The file name is invalid. Please keep it simple.",
	fileUploadInvalidExtension			: "The file name has an invalid extension. Please keep to the allowed file types.",
	fileUploadFileTooBig				: "The file size of the file you were uploading is too big.",
	fileUploadMoveFailed				: "The uploaded file could not be moved. Does it exist?",
	fileUploadInvalidFileType			: "The file type of the file you were uploading is invalid. Please keep to the allowed file types.",
	fileUploadFailed					: "File upload failed for an unknown reason! Please contact us and provide this error code:",
	fileUploadInsufficientPermissions	: "You do not have sufficient permissions to perform this operation.",
	fileUploadMissingUploadDir			: "The upload directory is missing. Please contact us!",
	fileUploadImageInvalidResolution	: "The resolution of the image is invalid. Please stick to the provided resolution.",
	fileUploadMissingFileSaveName		: "The save name of the uploaded file is missing. Please contact us!",
	fileUploadImageInvalidAspectRatio	: "The aspect ratio of the image is invalid. Please stick to the provided ratio.",
	fileUploadImageResizeFailed			: "The uploaded image could not be resized. Please contact us!",
	fileUploadMissingFileSaveDir		: "The save dir of the uploaded file is missing. Please contact us!",

};