Viewing File: /usr/local/cpanel/whostmgr/docroot/templates/accounts/createacct-uk.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/whostmgr/docroot/templates/accounts/createacct.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/accounts/createacct-uk.js
// Module:    /templates/accounts/createacct-uk
// Locale:    uk
// This file is generated by the cpanel localization system
// using the bin/_build_translated_js_hash_files.pl script.
//-------------------------------------------------------------
// !!! Do not hand edit this file !!!
//-------------------------------------------------------------
(function() {
    // The raw lexicon.
    var newLex = {"A username cannot contain spaces.":"Ім’я користувача не може містити пробіли.","A username must have between [numf,_1] and [quant,_2,character,characters].":"Ім’я користувача має містити від [numf,_1] до [quant,_2,символ,симв.] симв.","A username must start with a letter.":"A username must start with a letter.","Domain":"Домен","Email":"Електронна пошта","Enable Spam Box":"Увімкнути папку „Спам”","Manual Resource Options":"Параметри налаштування ресурсів вручну","Max Team Users":"Max Team Users","Package Name":"Ім’я пакета","Selected Package":"Вибраний пакет","The email field must be empty or an email address.":"Поле електронної пошти має бути пустим для введення адреси.","The username cannot be the same as the password.":"Ім’я користувача не може бути таким самим, як пароль.","This is not a valid domain.":"Це не є припустимим доменом.","This is not a valid package name.":"Це не є дійсним іменем пакета.","This is not a valid username.":"Це не є припустимим іменем користувача.","Updating …":"Оновлення…","Username":"Ім’я користувача","You must enable [asis,Apache SpamAssassin™] to use the Spam Box feature.":"You must enable [asis,Apache SpamAssassin™] to use the Spam Box feature.","You must enter a value between 1 and 100.":"You must enter a value between 1 and 100.","You must enter a value of 0 or greater.":"You must enter a value of 0 or greater.","You must enter a value of 1 or greater.":"You must enter a value of 1 or greater.","You must enter a value of less than or equal to [_1].":"You must enter a value of less than or equal to [_1].","You must select a package.":"Виберіть пакет."};

    if (!this.LEXICON) {
        this.LEXICON = {};
    }

    for(var item in newLex) {
        if(newLex.hasOwnProperty(item)) {
            var value = newLex[item];
            if (typeof(value) === "string" && value !== "") {
                // Only add it if there is a value.
                this.LEXICON[item] = value;
            }
        }
    }
})();
//~~END-GENERATED~~
Back to Directory File Manager