formcheckLanguage = {
	required: "Campo requerido",
	alpha: "Ingrese caracteres alfanumericos.",
	alphanum: "Ingrese caracteres alfanumericos.",
	nodigit: "Numeros no permitidos",
	digit: "Ingrese un numero entero valido",
	digitmin: "The number must be at least %0",
	digitltd: "The value must be between %0 and %1",
	number: "Ingrese solamente numeros.",
	email: "Ingrese su correo electronico: <br /><span>Ejemplo: yourname@domain.com</span>",
	phone: "Ingrese su telefono",
	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: "The length is incorrect, it must be at least %0",
	checkbox: "Seleccione una inscripción",
	radios: "Seleccione una inscripción",
	select: "Please choose a value"
}