//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/frontend/jupiter/js2/ssl/csrs.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/js2/ssl/csrs-uk.js
// Module: /jupiter/js2/ssl/csrs-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 = {"Choose a country.":"Виберіть країну.","City":"Місто","Company":"Компанія","Company Division":"Відділення компанії","Country":"Країна","Domains":"Домени","Email":"Електронна пошта","Make sure to use a valid email format. For example, [asis,user@domain.com].":"Перевірте правильність формату адреси електронної пошти. Наприклад, [asis,user@domain.com].","Passphrase":"Парольна фраза","State":"Стан","The certificate signing request passphrase can contain only alphanumeric characters.":"Парольна фраза запиту на підписання сертифіката може містити лише літери та цифри.","The certificate signing request passphrase must be at least [quant,_1,character,characters] long.":"Довжина парольної фрази запиту на підписання сертифіката має складати щонайменше [quant,_1,символ,симв.].","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 passphrase must be no longer than [quant,_1,character,characters].":"Довжина парольної фрази має бути не більше [quant,_1,символ,симв.].","The “[_1]” field cannot be left blank.":"The “[_1]” field cannot be left blank.","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 do not control this domain.":"Ви не керуєте цим доменом.","[numf,_1] of the [numerate,_2,domain,domains] that you have entered [numerate,_1,is a domain,are domains] that you do not control.":"[numf,_1] [numerate,_2,домену,доменів], яке ви ввели, [numerate,_1,є доменом,є доменами], яким ви не керуєте."};
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~~