Viewing File: /usr/local/cpanel/whostmgr/docroot/js2/_sshkey_selection-cs.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/whostmgr/docroot/js2/_sshkey_selection.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/_sshkey_selection-cs.js
// Module:    /js2/_sshkey_selection-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 = {"Checking connection …":"Kontrola připojení…","No SSH key has been selected.":"Nebyl vybrán žádný klíč SSH.","Root Password:":"Heslo uživatele root:","There is no SSH server listening on “[_1]”: [_2]":"Na „[_1]“ nenaslouchá žádný server SSH: [_2]","Unknown error; No error sent.":"Neznámá chyba; nebyla odeslána žádná chyba.","You must specify a host name or IP address.":"Je nutné zadat název hostitele nebo adresu IP.","You must specify a port number.":"Je nutné určit číslo portu.","You must specify a user name.":"Je nutné určit uživatelské jméno.","You must specify the key phrase for the selected SSH Key.":"Je nutné zadat klíčovou frázi vybraného klíče SSH.","You must specify the password for your login.":"K přihlášení je nutné zadat heslo.","You must specify the root password for “su” access.":"K přístupu „su“ je nutné zadat heslo kořene.","“[_1]” Password:":"Heslo „[_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~~
Back to Directory File Manager