formcheckLanguage = {
	required: "Este campo es requerido.",
	alpha: "Este campo s&oacute;lo acepta letras.",
	alphanum: "Este campo s&oacute;lo acepta caracteres alfanuméricos.",
	nodigit: "No se aceptan d&iacute;gitos.",
	digit: "Por favor, introduzca un entero v&aacute;lido.",
	digitmin: "El n&uacute;mero debe ser por lo menos %0",
	digitltd: "El valor debe estar entre %0 y %1",
	number: "Por favor, introduzca un n&uacute;mero v&aacute;lido.",
	email: "Por favor, introduzca un correo v&aacute;lido: <br /><span>I.e. yourname@domain.com</span>",
	phone: "Por favor, introduzca un tel&eacute;fono v&aacute;lido.",
	image: "Por favor, sólo puedes introducir una imágen",
	url: "Por favor, introduzca una URL v&aacute;lida: <br /><span>E.g. http://www.domain.com</span>",

	confirm: "Este campo difiere de %0",
	differs: "Este valor debe ser distinto a %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: "Por favor, selecciona un valor",
	select: "Por favor, selecciona un valor"
}
