//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/frontend/jupiter/js2/ssl/csrs.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/js2/ssl/csrs-cs.js
// Module: /jupiter/js2/ssl/csrs-cs
// Locale: cs
// 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.":"Zvolte zemi.","City":"Město","Company":"Společnost","Company Division":"Divize společnosti","Country":"Země","Domains":"Domény","Email":"E-mail","Make sure to use a valid email format. For example, [asis,user@domain.com].":"Je nutné použít platný formát e-mailu. Například [asis,user@domain.com].","Passphrase":"Přístupové heslo","State":"Stav","The certificate signing request passphrase can contain only alphanumeric characters.":"Přístupové heslo žádosti o podepsání certifikátu může obsahovat pouze alfanumerické znaky.","The certificate signing request passphrase must be at least [quant,_1,character,characters] long.":"Přístupové heslo žádosti o podepsání certifikátu musí mít délku alespoň [quant,_1,znak,znaků].","The company division must be no longer than [quant,_1,character,characters].":"Délka názvu divize společnosti nemůže být větší než [quant,_1,znak,znaků].","The company name must be no longer than [quant,_1,character,characters].":"Délka názvu společnosti nemůže být větší než [quant,_1,znak,znaků].","The passphrase must be no longer than [quant,_1,character,characters].":"Přístupové heslo nesmí být delší než [quant,_1,znak,znaků].","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.":"Toto pole obsahuje znaky, které některé certifikační autority nemusí přijmout. Kontaktujte certifikační autoritu a ujistěte se, že tyto znaky přijímají.","You can only enter valid domains.":"Můžete zadat pouze platné domény.","You do not control this domain.":"Tuto doménu nemáte pod kontrolou.","[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] z [numerate,_2,domény, kterou,domén, které] jste zadali, [numerate,_1,je doména, kterou,jsou domény, které] neřídíte."};
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~~