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

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/whostmgr/docroot/js2/_sshkey_selection.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/_sshkey_selection-hu.js
// Module:    /js2/_sshkey_selection-hu
// Locale:    hu
// 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 …":"Kapcsolat ellenőrzése…","No SSH key has been selected.":"Nincs kiválasztott SSH-kulcs.","Root Password:":"Gyökérjelszó:","There is no SSH server listening on “[_1]”: [_2]":"Nincs SSH-kiszolgáló, amely figyelne a következőn: „[_1]”. [_2]","Unknown error; No error sent.":"Ismeretlen hiba; Hibaküldés nem történt.","You must specify a host name or IP address.":"Állomásnév vagy IP-cím megadása kötelező.","You must specify a port number.":"Portszám megadása kötelező.","You must specify a user name.":"Felhasználónév megadása kötelező.","You must specify the key phrase for the selected SSH Key.":"Meg kell adnia a kiválasztott SSH-kulcs kódját.","You must specify the password for your login.":"A bejelentkezéshez jelszó megadása kötelező.","You must specify the root password for “su” access.":"A „su” hozzáféréshez gyökérjelszó megadása kötelező.","“[_1]” Password:":"„[_1]” Jelszó:"};

    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