var ERR_NIF_1 = "-traducir-El NIF tiene que tener 8 cifras y 1 letra ";
var ERR_NIF_2 = "-traducir-La letra del NIF no es correcta ";
var ERR_NIF_3 = "-traducir-El formato del CIF no es correcto";
var ERR_NIF_4 = "-traducir-El último carácter del CIF no es correcto ";
var ERR_NIF_5 = "-traducir-El NIF/CIF ha de tener 9 caracteres ";
var ERR_NIF_6 = "-traducir-El NIF/CIF tiene que comenzar por una letra o un número ";

var ERR_FECHA_FORMATO  = "The date is not in the correct format (dd/mm/yyyy)";
var ERR_FECHA_INVALIDA = "The date is incorrect. Please, check its format (dd/mm/yyyy)";

var ERR_FECHA_NO_VALIDA = "The date is incorrect"
var ERR_FECHA_RANGOANYOSINVALIDO = "The date must be within the range of years ";
var ERR_NIE_1 = "-traducir-El formato del NIE no es correcto";

var ERR_OBLIGATORIOS = "Fields marked with an * are obligatory";

