formcheckLanguage = {
	required: "Este campo es requerido.",
	alpha: "Este campo solo acepta caracteres alfabéticos.",
	alphanum: "Este campo solo acepta caracteres alfanuméricos.",
	nodigit: "No se aceptan dígitos.",
	digit: "Por favor, ingresa un entero válido.",
	digitmin: "El número debe ser por lo menos %0",
	digitltd: "El valor debe estar entre %0 y %1",
	number: "Por favor, ingrese un número válido.",
	email: "Por favor, ingrese un email válido: <br /><span>P.e. sunombre@dominio.com</span>",
	phone: "Por favor, ingrese un nro. de 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: "Este valor debe ser distinto de %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"
}
