EVA.Messages =
{
  // Alert box feedback that the amount entered in the field input must be a
  // whole number (or positive integer)
  AMOUNT_INTEGER_ONLY: "Le montant doit être un nombre entier.",

  // Alert box message when the user tries to add an 11th site 
  MAXIMUM_SITES_REACHED: "Le nombre maximum de sites web autorisés est 10",

  // Problem validating form section
  VALIDATION_FAILED: "Une erreur s'est produite lors du processus de validation du formulaire. ",

  // navigating away from the application without submitting it
  CONFIRM_LEAVE_APPLICATION: "Si vous quittez cette page, tout changement effectué dans l'application affilié sera perdu."
};
