formcheckLanguage = {
	required: "Campo Obligatorio",
	alpha: "Este campo solo acepta caracteres alfabeticos.",
	alphanum: "Este campo solo acepta caracteres alfanumericos.",
	nodigit: "No se aceptan digitos.",
	digit: "Por favor ingrese un número entero válido.",
	digitmin: "The number must be at least %0",
	digitltd: "The value must be between %0 and %1",
	number: "Por favor ingrese un número válido.",
	email: "Por favor ingrese un e-mail valido.: <br /><span>Ej. sunombre@dominio.com</span>",
	phone: "Por favor ingrese un teléfono válido.",
	url: "Please enter a valid url: <br /><span>E.g. http://www.domain.com</span>",
	
	confirm: "Este campo es diferente a %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: "The length is incorrect, it must be at least %0",
	checkbox: "Please check the box",
	radios: "Please select a radio",
	select: "Please choose a value"
}
