jQuery.extend(jQuery.validator.messages,{required:"Este campo es obligatorio.",remote:"Por favor, rellena este campo.",email:"Por favor, escribe una direcci\u00f3n de correo v\u00e1lida",url:"Por favor, escribe una URL v\u00e1lida.",date:"Por favor, escribe una fecha v\u00e1lida.",dateISO:"Por favor, escribe una fecha (ISO) v\u00e1lida.",number:"Por favor, escribe un n\u00famero entero v\u00e1lido.",digits:"Por favor, escribe s\u00f3lo d\u00edgitos.",creditcard:"Por favor, escribe un n\u00famero de tarjeta v\u00e1lido.",
equalTo:"Por favor, escribe el mismo valor de nuevo.",accept:"Por favor, escribe un valor con una extensi\u00f3n aceptada.",maxlength:jQuery.validator.format("Por favor, no escribas m\u00e1s de {0} caracteres."),minlength:jQuery.validator.format("Por favor, no escribas menos de {0} caracteres."),rangelength:jQuery.validator.format("Por favor, escribe un valor entre {0} y {1} caracteres."),range:jQuery.validator.format("Por favor, escribe un valor entre {0} y {1}."),max:jQuery.validator.format("Por favor, escribe un valor menor o igual a {0}."),
min:jQuery.validator.format("Por favor, escribe un valor mayor o igual a {0}.")});
