formcheckLanguage = {
	required: "Este campo es requerido.",
	alpha: "Este campo acepta solo caracteres alfabeticos.",
	alphanum: "Este campo acepta solo caracteres alfanumericos.",
	nodigit: "Los digitos no son aceptados",
	digit: "Por favor ingrese un numero entero valido",
	digitmin: "The number must be at least %0",
	digitltd: "Debe ingresar un valor %0 y %1",
	number: "Por favor ingrese un numero v&aacute;lido.",
	email: "Por favor ingrese un email valido: <br /><span>E.g. 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: "El campo es diferente de %0",
	differs: "This value must be different of %0",
	length_str: "El largo del texto es incorrecto, este debe ser entre %0 y %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: "Please check the box",
	radios: "Seleccione una de las opciones.",
	select: "Seleccione una de las opciones."
}
