/*
 * Translated default messages for the jQuery validation plugin.
 * Language: ES
 * Author: David Esperalta - http://www.dec.gesbit.com/
 */
jQuery.extend(jQuery.validator.messages, {
  required: " * Este campo es obligatorio. ",
  remote: " * El valor de la imagen no coincide .",
  email2: " * Por favor, escribe una direcci&oacute;n de correo v&aacute;lida ",
  url2: " * Por favor, escribe una URL v&aacute;lida, el prefijo http:// tambi&eacute;n ",
  date: " * Por favor, escribe una fecha válida. ",
  dateISO: " * Por favor, escribe una fecha (ISO) v&aacute;lida. ",
  number: " N&uacute;mero entero v&aacute;lido. ",
  digits: " * Por favor, escribe s&oacute;lo d&iacute;gitos. ",
  creditcard: " * Por favor, escribe un número de tarjeta válido. ",
  equalTo: " * Por favor, escribe el mismo valor de la imagen. ",
  accept: " * Por favor, escribe una valor con una extensi&oacute;n aceptada. ",
  maxlength: jQuery.format(" * Supero los {0} caracteres. "),
  minlength: jQuery.format(" * Por favor, no escribas menos de {0} caracteres. "),
  rangelength: jQuery.format("* Solo puede seleccionar entre {0} y {1} subcategorias. "),
  range: jQuery.format(" * Por favor, escribe un valor entre {0} y {1}. "),
  max: jQuery.format(" * Por favor, escribe un valor igual o menor que {0}. "),
  min: jQuery.format(" * Por favor, escribe un valor igual o mayor que {0}. "),
  nowhitespace: "Por favor no deje espacios en blanco",
  lettersonly: "Solo texto por favor",
  alphanumeric: "* Por favor solo letras y o numeros"
  
});
