formcheckLanguage = {
	required: "Campo obrigat&oacute;rio.",
	alpha: "Este campo não aceita números.",
	alphanum: "Este campo aceita apenas caracteres alfanumericos.",
	nodigit: "N&atilde;o s&atilde;o aceites digitos.",
	digit: "Introduza um n&uacute;mero inteiro v&aacute;lido.",
	digitmin: "O numero tem de ter pelo menos %0 caracteres.",
	digitltd: "O valor tem de ser entre %0 e %1",
	number: "Introduza um numero v&aacute;lido.",
	email: "Introduza email v&aacute;lido: <br /><span>Ex. seunome@dominio.pt</span>",
	phone: "Introduza um telefone v&aacute;lido.",
	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: "Tamanho inv&aacute;lido:<br /><span>Tem de ter pelo menos %0 caract&eacute;res.</span>",
	checkbox: "Please check the box",
	radios: "Please select a radio",
	select: "Please choose a value"
}