// ** I18N
if (typeof (Calendar) != "undefined") {
    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";
    Calendar._TT["PREV_MONTH"] = "Prev. month";
    Calendar._TT["GO_TODAY"] = "Go Today";
    Calendar._TT["NEXT_MONTH"] = "Next month";
    Calendar._TT["NEXT_YEAR"] = "Next year";
    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 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_ONLY_1_PRVD = "Please, select university";
var STR_ONLY_1_SRVC = "Please, select tax";
var STR_ONLY_1_TRMNL = "Please, select terminal.";

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 = "Оrder with amount greater than 100 000 BGN should be 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/RINGS 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 SWIFT code";
var STR_FOREIGN_PAYEEBANK = "Enter name, city and country of the beneficiary's bank or SWIFT code";

var STR_INTERNAL_FOREIGN = "Both accounts have to be with same currencies";
var STR_DIRTYMONEY = "Please, fill in origin of money";
var STR_DIRTYMONEY_STOP = "Amount must be less than 30000 BGN";
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_NO_CERTIFICATE = "No certificate.";
var STR_SAME_ACCOUNTS = "Accounts must be in same currency";
var STR_NOT_SАME_ACCOUNTS = "Accounts should be with different currency";
var STR_DIF_ACCOUNTS = "Accounts must be diferent";
var STR_SIGN_OK = "Sign OK.";
var STR_SIGN_NOTOK = "Sign not OK.";
var STR_MUST_SEL_BIC = "Please, choos BIC code.";
var STR_SIGN_OK_ASSETS = "Отмяната на поръчката може да бъде подписана.";
var STR_SIGN_NOTOK_ASSETS = "Отмяната на поръчката не може да бъде подписана.";

var STR_DATE_DAY="Invalid day";
var STR_DATE_MONTH="Invalid month";
var STR_DATE_YEAR="Please enter a valid 4 digit year between";
var STR_DATE_AND=" and ";
var STR_DATE_WRONG_PERIOD="To date is after begin date"

var STR_SIGN_CAPICOM = "No CAPICOM installed.";
var STR_SIGN_CNTSIGN = "Signing error";

var STR_PASSWORD_LENGTH = "The password must contains at least 8 and not longer than 20 symbols.";
var STR_USERNAME_LENGTH = "The user name must contains at least 5 symbols";

var STR_UNIV_FEES_EGN = "If you have no EGN (Personal ID), please fill 9999999999.";
var STR_UNIV_FEES_FNUMBER = "If you have no student number, please fill 000000.";
var STR_UNIV_CHOOSE = "Choose university.";
var STR_DATE_WRONG_UNIDATA = "Please, fill actual Personal ID or student number";
var STR_IDENTITY = "Fill one of Bulstat, EGN or Person ID.";
var STR_IDENTITY2 = "Fill EGN or Person ID.";

var STR_GLOBUL_NO_AMOUNT = "You can not pay - no amount.";
var STR_GLOBUL_HAVE_AMOUNT = "You can not pay - have debt.";

var STR_GLOBUL_LESS_AMOUNT = "You can not pay - not enough money.";
var STR_GLOBUL_MUCH_AMOUNT = "You can not pay - too much money.";
var STR_GLOBUL_MUST_CHECK = "Please check your debt.";

var STR_SIGN_OK_MULT = "Sign OK.";
var STR_SIGN_NOTOK_MULT = "Sign not OK.";
var STR_NO_RATE_AVAILABLE ="This operation could be done only in workdays, from 8.30 to 17.00 hours."
var STR_RANGE_BETWEEN = " should be in the range ";
var STR_STAT_FORM_COUNTRY = "For foreign party country can not be Bulgaria!";
var STR_INCORRECT_FORMAT_LATIN = "Please fill with latin charachters in field : ";
var STR_SWIFT_INDIVIDUAL_LIMIT = "The limit of the order for individual customers is 25000 BGN.";

var STR_PLEASE_SELECT_VALUE = "Please, select value.";

var STR_SIGN_LOAN_OK = "Искането за кредит може да бъде подписано.";
var STR_SIGN_LOAN_NOTOK = "Искането за кредит не може да бъде подписано.";

var STR_UNVALID_PASSWORD = "Unvalid password";
var STR_MUST_NOT_EXIST_IN = " must not exist in ";
var STR_PLEASE_CONFIRM = "Please, confirm:";

var STR_TD_ACCEPT_CMN_COND = "You have not accepted the conditions for opening a virtual deposit.";
var STR_PLEASE_WAIT = "please wait...";
var STR_TD_ACCEPT_TERMS_NEW_ACC = "Не сте приели общите условия за откриване на разплащателна сметка.";

var STR_INCORRECT_ID_NUMBER = "Номерът на личната карта не съответства на този в банковата система. Моля, посетете клон на Банка ДСК.";
var STR_MAX_AMOUNT = "Maximum allowed amount is ";
var STR_EXACT_AMOUNT = "The amount should be equal to ";
