// ** I18N
Calendar._DN = new Array
("Sunday",
 "Monday",
 "Tuesday",
 "Wednesday",
 "Thursday",
 "Friday",
 "Saturday",
 "Sunday");
Calendar._MN = new Array
("January",
 "February",
 "March",
 "April",
 "May",
 "June",
 "July",
 "August",
 "September",
 "October",
 "November",
 "December");

// tooltips
Calendar._TT = {};
Calendar._TT["TOGGLE"] = "Toggle first day of week";
Calendar._TT["PREV_YEAR"] = "Prev. year (hold for menu)";
Calendar._TT["PREV_MONTH"] = "Prev. month (hold for menu)";
Calendar._TT["GO_TODAY"] = "Go Today";
Calendar._TT["NEXT_MONTH"] = "Next month (hold for menu)";
Calendar._TT["NEXT_YEAR"] = "Next year (hold for menu)";
Calendar._TT["SEL_DATE"] = "Select date";
Calendar._TT["DRAG_TO_MOVE"] = "Drag to move";
Calendar._TT["PART_TODAY"] = " (today)";
Calendar._TT["MON_FIRST"] = "Display Monday first";
Calendar._TT["SUN_FIRST"] = "Display Sunday first";
Calendar._TT["CLOSE"] = "Close";
Calendar._TT["TODAY"] = "Today";

// date formats
Calendar._TT["DEF_DATE_FORMAT"] = "dd.mm.y";
Calendar._TT["TT_DATE_FORMAT"] = "D, M d";

Calendar._TT["WK"] = "wk";

var STR_INCORRECT_FORMAT = "Incorrect format: ";
var STR_DATE_FORMAT = "dd.mm.yyyy";
var STR_AMOUNT_FORMAT_DESC = "From 1 to 11 digits, decimal point or comma, from 0 to 2 digits. \nExamples: '123,45', '6.15', '0.1'";
var STR_AMOUNT_RESTRICTION = "Amount cannot be negative or zero."
var STR_YES = "Yes";
var STR_NO = "No";

var STR_LOADING = "LOADING";

var STR_INVALID_NUM_MVTS = "Invalid number of movements. Must be 1 or 2.";
var STR_AT_LEAST_1_ACC = "Please, select at least 1 account.";
var STR_ONLY_1_ACC = "Please, select only 1 account.";
var STR_ONLY_1_TEMPL = "Please, select only 1 template.";
var STR_ONLY_1_CNTR = "Please, select only 1 country";
var STR_ONLY_1_TYPE = "Please, select only 1 payment type";

var STR_MUST_SEL_BAE = "You must select a BAE.";

var STR_MUST_SEL_WDAY = "You must select a weekday.";
var STR_MUST_SEL_MDAY = "You must select a monthday.";

var STR_SAME_BAES = "RINGS cannot be selected for transfers inside the Bank.";
var STR_ORDER_100000_WARN = "This order with amount greater or equal to 100 000 becomes RINGS.";

var STR_INV_NOTIF_NAME = "Invalid name.";
var STR_INV_SUBSCR_NAME = "Invalid name.";

var STR_INV_NOTIF_FROM_AMT = "Invalid from amount";
var STR_INV_NOTIF_TO_AMT = "Invalid to amount";

var strLang="en-US";
var STR_RINGS="Are you sure for RINGS payment?";
var STR_BISERA_CHECK = "Incorrect Bisera system symbol, replaced by '?'. Please, check the entered data.";

var STR_NO_CAPICOM = "Your browser dosnt support digital signatures!";
var STR_CONFIRM = "Are you sure?";
var STR_FOREIGN_CORRBANK = "Enter name, city and country of the correspondent bank or BIC code";
var STR_FOREIGN_PAYEEBANK = "Enter name, address, city and country of the beneficiary's bank or BIC code";

var STR_INTERNAL_FOREIGN = "Both accounts have to be with same currencies";
var STR_DIRTYMONEY = "Please, fill in origin of money";
var STR_NO_DAYS_CHOSEN  = "You have not chosen any days!!!";
var STR_NO_MONTHS_CHOSEN = "You have not chosen any months!!!";
var STR_NO_NUMBER_CHOSEN = "You have to choose a valid number!!!";
var STR_NO_ACC_CHOSEN = "No accounts chosen!!!";
var STR_ONLY_ONE_ACCEPTED = "Only One movement accepted for SMS!!!";

var STR_NOTBGN_ACCOUNT = "Payee account must be in BGN.";
var STR_NOTBUDGET_ACCOUNT = "Account number has to start with 5 or 3.";
var STR_NOTBGN_ACCOUNT_PR = "Payer account must be in BGN.";var STR_WRONG_ACCOUNTS = "You have choosen invalid accounts.";
var STR_WRONG_INPUT = "Incorrect input.";
var STR_WRONG_LIMIT = "Invalid limit entered.";

var STR_CHECK_CONFIRM = "Please confirm";
var STR_LESS_OR_EQUAL = " have to be less or equal to ";

var STR_MUST_SEL_BIC = "Please, choos BIC code.";
var STR_DATE_WRONG_PERIOD="Wrong Period";
var STR_STAT_FORM_COUNTRY = "For foreign party country can not be Bulgaria!";
var STR_LIABILITY_PERSON = "Obliged person name is empty! Payer name will be used.";
var STR_IDENTITY = "Fill Bulstat, EHN or Person ID.";

var STR_LIMIT_VALUE_DATE_F_CCY = "Invalid value date for foreign currency payment.";
var STR_LIMIT_PAYEE_EU_IBAN = "Invalid IBAN of the payee.";
var STR_PAYMENT_ALREADEY_SIGNED = "Payment already signed!";

var STR_PLEASE_WAIT="please wait...";

var STR_IMPORT_FILE_EMPTY="Choose file to import.";

var STR_DEPOSIT_ADD_AMOUNT_MIN="The minimum amount allowed for a deposit increase is";
var STR_DEPOSIT_ADD_AMOUNT_MAX="The maximum amount allowed for a deposit increase is equivalence of 30 000 BGN!";

var STR_DEPOSIT_REQUEST_AMOUNT_MIN="The minimum amount allowed for a deposit request is";
var STR_DEPOSIT_REQUEST_AMOUNT_MAX="The maximum amount allowed for a deposit request is equivalence of 30 000 BGN!";

var STR_DEPOSIT_REQUEST_CCY="You can open deposit only in the following currencies:";

var STR_TRANSFER_DECLARATION_REQUIRED="You must fill in the declaration.";
var STR_ID_YES = "YES";
var STR_ID_NO = "NO";
var STR_MSG_MIN_DOWNPAYMENT = "Invalid downpayment percent.Downpayment should be at least 5% of the purchase price  for leasing term up to 36 months \n and at least 10% for leasing term more than 36 months!";
var STR_MSG_MIN_AMOUNT= "Invalid purchase price. Purchased price should be at least ";
var STR_MSG_MAX_DOWNPAYMENT = "Invalid downpayment percent.Downpayment should be less than";