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

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/whostmgr/docroot/templates/accounts/createacct.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/accounts/createacct-ru.js
// Module:    /templates/accounts/createacct-ru
// Locale:    ru
// 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].":"A username must have between [numf,_1] and [quant,_2,character,characters].","A username must start with a letter.":"Имя пользователя должно начинаться с буквы.","Domain":"Домен","Email":"Почта","Enable Spam Box":"Включить 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.":"Необходимо ввести значение от 1 до 100.","You must enter a value of 0 or greater.":"Необходимо ввести значение равное или больше 0.","You must enter a value of 1 or greater.":"Необходимо ввести значение равное или больше 1.","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