EVA.Messages =
{
  // Alert box feedback that the amount entered in the field input must be a
  // whole number (or positive integer)
  AMOUNT_INTEGER_ONLY: "A quantidade deve ser um número inteiro.",

  // Alert box message when the user tries to add an 11th site 
  MAXIMUM_SITES_REACHED: "Pode adicionar um máximo de 10 sites.",

  // Problem validating form section
  VALIDATION_FAILED: "Ocorreu um problema com a validação do formulário.",

  // navigating away from the application without submitting it
  CONFIRM_LEAVE_APPLICATION: "Se deixar esta página perderá quaisquer alterações que tenha feito na candidatura de afiliado."
};
