formcheckLanguage = {
	required: "Questo campo è obbligatorio.",
	alpha: "This field accepts alphabetic characters only.",
	alphanum: "Solo caratteri alfanumerici.",
	nodigit: "Solo caratteri alfanumerici.",
	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: "Indicare un indirizzo email valido: <br /><span>Es. yourname@domain.com</span>",
	phone: "Please enter a valid phone.",
	url: "Please enter a valid url: <br /><span>E.g. http://www.domain.com</span>",
	
	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",
	length_fix: "The length is incorrect, it must be exactly %0 characters",
	lengthmax: "The length is incorrect, it must be at max %0",
	lengthmin: "Indicare almeno %0 caratteri.",
	checkbox: "L'autorizzazione è necessaria.",
	radios: "Please select a radio",
	select: "Selezionare il settore di interesse."
}
