EVA.Messages =
{
  // Alert box feedback that the amount entered in the field input must be a
  // whole number (or positive integer)
  AMOUNT_INTEGER_ONLY: "数値は整数である必要があります。",

  // Alert box message when the user tries to add an 11th site 
  MAXIMUM_SITES_REACHED: "サイトの最大登録数は10個です。",

  // Problem validating form section
  VALIDATION_FAILED: "申込書の入力確認の際に問題がありました。",

  // navigating away from the application without submitting it
  CONFIRM_LEAVE_APPLICATION: "このページを閉じられると、アフィリエイト申込書に記入された変更は、全て失われます。"
};
