Viewing File: /usr/local/cpanel/whostmgr/docroot/js2/gencrt-uk.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/whostmgr/docroot/js2/gencrt.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/gencrt-uk.js
// Module:    /js2/gencrt-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 = {"Certificate Email Address":"Адреса електронної пошти сертифіката","Choose a country.":"Виберіть країну.","City":"Місто","Company":"Компанія","Company Division":"Відділення компанії","Contact Email Address":"Контактна адреса електронної пошти","Country":"Країна","Domain":"Домен","Passphrase":"Парольна фраза","State":"Стан","The company division must be no longer than [quant,_1,character,characters].":"Довжина імені відділення компанії не має перевищувати [quant,_1,символ,симв.].","The company name must be no longer than [quant,_1,character,characters].":"Довжина імені компанії не має перевищувати [quant,_1,символ,симв.].","The email address provided is not valid. This address must start with the mailbox name, then the “@” sign, then the mail domain name.":"Указано неприпустиму адресу електронної пошти. Ця адреса має починатися з імені поштової скриньки, потім ставиться знак @, а далі — ім’я поштового домену.","The passphrase must be at least [quant,_1,character,characters] long.":"Довжина парольної фрази має бути щонайменше [quant,_1,символ,симв.].","The passphrase must be no longer than [quant,_1,character,characters].":"Довжина парольної фрази має бути не більше [quant,_1,символ,симв.].","The “[_1]” field must be at least [quant,_2,character,characters] long.":"Мінімальна кількість символів у полі „[_1]”: [quant,_2,символ,симв.].","This field contains characters that some certificate authorities may not accept. Contact your certificate authority to confirm that they accept these characters.":"Це поле містить символи, які можуть не прийматися деякими сертифікатами. Зв’яжіться зі своїм центром сертифікації та уточніть, чи вони приймають ці символи.","You can only enter valid domains.":"Ви можете вводити лише дійсні домени.","You entered an invalid character. The passphrase may contain only letters and numbers.":"Ви ввели неприпустимий символ. Парольна фраза може містити тільки літери та цифри.","You must enter a city.":"Введіть назву міста.","You must enter a company.":"Введіть назву компанії.","You must enter a state.":"Введіть область.","You must enter an email address.":"Введіть адресу електронної пошти."};

    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