//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/js2/gencrt.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/gencrt-ru.js
// Module: /js2/gencrt-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 = {"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].":"The company division must be no longer than [quant,_1,character,characters].","The company name must be no longer than [quant,_1,character,characters].":"The company name must be no longer than [quant,_1,character,characters].","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.":"The passphrase must be at least [quant,_1,character,characters] long.","The passphrase must be no longer than [quant,_1,character,characters].":"The passphrase must be no longer than [quant,_1,character,characters].","The “[_1]” field must be at least [quant,_2,character,characters] long.":"The “[_1]” field must be at least [quant,_2,character,characters] long.","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~~