DefaultLang='en';

formcheckLanguage = {
	required: "This field is required.",
	alpha: "This field accepts alphabetic characters only.",
	alphanum: "This field accepts alphanumeric characters only.",
	nodigit: "No digits are accepted.",
	digit: "Please enter a valid integer.",
	digitmin: "The number must be at least %0",
	digitltd: "The value must be between %0 and %1",
	number: "Please enter a valid number.",
	email: "Please enter a valid email.",
	phone: "Please enter a valid phone.",
	url: "Please enter a valid url.",
	
	confirm: "This field is different from %0",
	differs: "This value must be different of %0",
	length_str: "The length is incorrect, it must be between %0 and %1",
	lengthmax: "The length is incorrect, it must be at max %0",
	lengthmin: "The length is incorrect, it must be at least %0",
	checkbox: "Please check the box",
	checkboxes_group : 'Please check at least %0 box(es)',
	radios: "Please select a radio",
	select: "Please choose a value"
}

galleryLanguage = {
	'image': 'image',
	'of': 'of',
	'play': 'play',
	'stop': 'stop',
	'previous': 'previous',
	'next': 'next',
	'close': 'close'
};

qqLanguage = {
 'language' : 'en',
	'combine' 	: 'The length of your first course has been changed to combine with your second course.',
	'startdate'	: 'There\'s a problem with the startdate of your second course. Please contact ESL for further information.',
	'noresult'	: 'No result',
	'empty'		: 'None'
};