//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/sharedjs/sslinstall.js
// Generated: /usr/local/cpanel/base/sharedjs/sslinstall-cs.js
// Module: legacy_shared/sslinstall-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 = {"A user-defined description for the certificate.":"Uživatelem definovaný popis tohoto certifikátu.","Cancel":"Storno","Certificate":"Certifikát","Certificate Authority Bundle":"Balíček certifikační autority","Certificates that do not have a domain associated with your account are not listed here.":"V seznamu nejsou uvedeny certifikáty, které nemají přiřazenou doménu k vašemu účtu.","Choose a certificate to install.":"Vyberte certifikát k instalaci.","Choose a domain.":"Zvolte doménu.","Choose a service.":"Zvolte službu.","Choose the account or Apache domain that contains the desired certificate to install. Then, select the certificate.":"Vyberte účet nebo doménu Apache, která obsahuje požadovaný certifikát, který chcete instalovat. Pak vyberte certifikát.","Description":"Popis","Domain":"Doména","Domain names on the certificate.":"Názvy domény na certifikátu.","Domains":"Domény","Enter a valid IP address.":"Zadejte platnou adresu IP.","Expiration":"Vypršení","For more information, read our [output,url,_1,SSL Installation Workflow] documentation.":"For more information, read our [output,url,_1,SSL Installation Workflow] documentation.","Hide":"Skrýt","IP":"IP","Installing …":"Instalování…","Issuer":"Vydavatel","Issuer organization name.":"Název organizace vydavatele","Key":"Klíč","Loading certificates for “[output,strong,_1]” …":"Načítání certifikátů pro „[output,strong,_1]“…","Loading installed Apache certificates …":"Načítání nainstalovaných certifikátů Apache…","OK":"OK","Provide or retrieve a certificate.":"Zadejte nebo načtěte certifikát.","Provide or retrieve a key.":"Zadejte nebo načtěte klíč.","SSL Certificate List":"Seznam certifikátů SSL","SSL Certificate Successfully Updated":"Certifikát SSL byl úspěšně aktualizován","SSL Host Successfully Installed":"Hostitel SSL byl úspěšně nainstalován","SSL is installed; “[_1]” ([numerate,_2,alias,aliases] [list_and,_3]) is primary.":"Protokol SSL je instalován. „[_1]“ ([numerate,_2,alias,aliasy] [list_and,_3]) je primární.","SSL is installed; “[_1]” is primary.":"Protokol SSL je instalován. „[_1]“ je primární.","Select a certificate below:":"Vyberte certifikát:","Self-Signed":"Podepsaný svým držitelem","Service":"Služba","Show":"Zobrazit","The CA bundle does not match the certificate.":"Balíček CA neodpovídá certifikátu.","The CA bundle is invalid.":"Balíček CA je neplatný.","The IP address “[_1]” is not available, or you do not have permission to use it.":"Adresa IP „[_1]“ není k dispozici nebo nemáte oprávnění k jejímu použití.","The SSL certificate also supports [numerate,_1,this domain,these domains], but [numerate,_1,this domain does,these domains do] not refer to the SSL website mentioned above:":"The SSL certificate also supports [numerate,_1,this domain,these domains], but [numerate,_1,this domain does,these domains do] not refer to the SSL website mentioned above:","The SSL website is also accessible via [numerate,_1,this domain,these domains], but the certificate does not support [numerate,_1,it,them]. Web browsers will show a warning when accessing [numerate,_1,this domain,these domains] via HTTPS:":"The SSL website is also accessible via [numerate,_1,this domain,these domains], but the certificate does not support [numerate,_1,it,them]. Web browsers will show a warning when accessing [numerate,_1,this domain,these domains] via HTTPS:","The SSL website is now active and accessible via HTTPS on [numerate,_1,this domain,these domains]:":"Web SSL je nyní aktivní a dostupný pomocí protokolu HTTPS na [numerate,_1,této doméně,těchto doménách]:","The certificate does not match your selected domain.":"Certifikát neodpovídá vybrané doméně.","The certificate information could not be retrieved because of an error: [_1]":"Nelze načíst informace o certifikátu z důvodu chyby: [_1]","The certificate is not valid.":"Certifikát není platný.","The certificate list could not be retrieved because of an error: [_1]":"Nelze načíst seznam certifikátů z důvodu chyby: [_1]","The certificate’s expiration date":"Datum vypršení certifikátu","The key does not match the certificate.":"Klíč neodpovídá certifikátu.","The key is invalid.":"Klíč je neplatný.","The lookup failed because of an error: [_1]":"Hledání se nezdařilo kvůli chybě: [_1]","This SSL certificate was already installed.":"Tento certifikát SSL je již nainstalován.","This account does not have any installable certificates.":"Tento účet nemá žádné instalovatelné certifikáty.","This is not a valid domain.":"Toto není platná doména.","To give website clients the best experience, ensure that each [asis,SSL] website’s certificate matches every domain on the website.":"To give website clients the best experience, ensure that each [asis,SSL] website’s certificate matches every domain on the website.","Use Certificate":"Použít certifikát","We recommend that users manage individual subdomains (e.g., “[_1]”, “[_2]”) instead of a single wildcard subdomain (e.g., “[_3]”).":"Doporučuje se, aby uživatelé spravovali individuální subdomény (např. „[_1]“, „[_2]“), nikoli jednu subdoménu se zástupnými znaky (např. „[_3]“).","When you install a valid certificate onto a website, the system also configures email, calendar, web disk, and [asis,cPanel]-related services to use that certificate for all of the website’s domains that match the certificate. Requests to these services from [asis,SNI]-enabled clients via the matching domains will receive the installed certificate.":"When you install a valid certificate onto a website, the system also configures email, calendar, web disk, and [asis,cPanel]-related services to use that certificate for all of the website’s domains that match the certificate. Requests to these services from [asis,SNI]-enabled clients via the matching domains will receive the installed certificate.","You can manage all of your saved certificates on the [output,url,_1,“Certificates” page].":"Všechny své uložené certifikáty můžete spravovat na [output,url,_1,stránce Certifikáty].","You have successfully configured SSL.":"Úspěšně jste konfigurovali protokol SSL.","You have successfully updated the SSL website’s certificate.":"Aktualizace certifikátu SSL webu proběhla úspěšně."};
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~~