EVA.Messages =
{
  // Alert box feedback that the amount entered in the field input must be a
  // whole number (or positive integer)
  AMOUNT_INTEGER_ONLY: "Summen må være et helt tal.",

  // Alert box message when the user tries to add an 11th site 
  MAXIMUM_SITES_REACHED: "Maks antal websider tilladt er 10",

  // Problem validating form section
  VALIDATION_FAILED: "Der opstod et problem da skemaet skulle verificeres. ",

  // navigating away from the application without submitting it
  CONFIRM_LEAVE_APPLICATION: "Hvis du forlader denne side vil ændringer, du har foretaget, ikke blive gemt."
};
