formcheckLanguage = {
	required: "Este campo &eacute; obrigat&oacute;rio.",
	alpha: "This field accepts alphabetic characters only.",
	alphanum: "This field accepts alphanumeric characters only.",
	nodigit: "No digits are accepted.",
	digit: "Este campo deve conter um n&uacute;mero inteiro.",
	digitmin: "The number must be at least %0",
	digitltd: "The value must be between %0 and %1",
	number: "Please enter a valid number.",
	email: "Este campo requer um e-mail v&aacute;lido.",
	phone: "Please enter a valid phone.",
	url: "Este campo requer uma url v&aacute;lida: <br /><span>Ex.: http://www.dominio.com.br</span>",
	
	confirm: "A confirma&ccedil;&atilde;o est&aacute; inv&aacute;lida.",
	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: "The length is incorrect, it must be at least %0",
	checkbox: "Esta op&ccedil;&atilde;o deve ser selecionada.",
	radios: "Nenhuma op&ccedil;&atilde;o foi selecionada.",
	select: "Nenhuma op&ccedil;&atilde;o foi selecionada.",
	checkboxes_group : "Nenhuma op&ccedil;&atilde;o foi selecionada."
}
