formcheckLanguage = {
	required: "Required field.",
	alpha: "This field only accepts alphabetic characters without accents.",
	alphanum: "The field only accepts alphanumeric characters.",
	nodigit: "This field does not accept digits.",
	digit: "This field only accepts digits.",
	digitmin: "The value should be a minimum of %0.",
	digitltd: "The value should be between %0 and %1.",
	number: "This field accepts only one number.",
	email: "Please enter a valid e-mail address.",
	phone: "Please enter a valid telephone number.",
	url: "Please enter a valid internet site address.",
	
	confirm: "This field should be identical to %0.",
	differs: "This field should be different to %0.",
	length_str: "The length should be between %0 and %1 characters.",
	lengthmax: "The maximum length should be of between %0 and %1 characters.",
	lengthmin: "The minimum length should be %0 characters.",
	checkbox: "Please tick the box.",
	radios: "Please choose a value",
	select: "Please choose a field in the list."
}