EVA.Messages =
{
  // Alert box feedback that the amount entered in the field input must be a
  // whole number (or positive integer)
  AMOUNT_INTEGER_ONLY: "Suma musi być pełną liczbą.",

  // Alert box message when the user tries to add an 11th site 
  MAXIMUM_SITES_REACHED: "Maksymalnym numerem dozwolonych stron jest 10",

  // Problem validating form section
  VALIDATION_FAILED: "Podczas żądania zatwierdzenia formularza wystąpił błąd.",

  // navigating away from the application without submitting it
  CONFIRM_LEAVE_APPLICATION: "Jeżeli opuścisz tą stronę, wszystkie zmiany dokonane przez Ciebie w aplikacji zostaną utracone."
};

