formcheckLanguage = {
	required: "This field is required",
	alpha: "This field accepts alphabetic characters only",
	alphanum: "This field accepts alphanumeric characters only",
	nodigit: "No numbers are allowed",
	digit: "Please enter a valid number without spaces",
	digitmin: "The value 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: <br /><span>e.g. yourname@domain.com</span>",
	image : 'This field should only contain image types',
	phone: "Please enter a valid phone number",
	url: "Please enter a valid url: <br /><span>e.g. http://www.domain.com</span>",
	
	confirm: "This confirmation field must match",
	differs: "This value must be different from %0",
	length_str: "The length is incorrect, it must be between %0 and %1",
	length_fix: "The length is incorrect, it must be exactly %0 characters",
	lengthmax: "The length is incorrect, it must be at most %0",
	lengthmin: "The length is incorrect, it must be at least %0",
	words_min : "This field must contain at least %0 words, currently: %1 words",
	words_range : "This field must contain %0-%1 words, currently: %2 words",
	words_max : "This field must contain at most %0 words, currently: %1 words",
	checkbox: "This option is required. Please tick the box",
	checkboxes_group : 'Please check at least %0 box(es)',
	radios: "Please select a radio",
	select: "Please choose a value",
	select_multiple : "Please choose at least one value"
}

