EVA.Messages =
{
  // Alert box feedback that the amount entered in the field input must be a
  // whole number (or positive integer)
  AMOUNT_INTEGER_ONLY: "La cantidad debe de ser un número entero.",

  // Alert box message when the user tries to add an 11th site 
  MAXIMUM_SITES_REACHED: "Se puede agregar un máximo de 10 sitios.",

  // Problem validating form section
  VALIDATION_FAILED: "Hubo un problema al solicitar la validación de la forma.",

  // navigating away from the application without submitting it
  CONFIRM_LEAVE_APPLICATION: "Si sale de esta página perderá cualquier cambio que haya hecho en su aplicación de afiliación."
};
