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 quantita' deve essere un numero intero.",

  // Alert box message when the user tries to add an 11th site 
  MAXIMUM_SITES_REACHED: "Il massimo numero di siti web consentito e' 10",

  // Problem validating form section
  VALIDATION_FAILED: "Si e' verificato un problema nella richiesta dell'approvazione del documento. ",

  // navigating away from the application without submitting it
  CONFIRM_LEAVE_APPLICATION: "Se esci da questa pagina, tutti i cambiamenti che hai fatto all'applicazione di affiliato saranno persi. "
};

