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

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/whostmgr/docroot/js2/_sshkey_selection.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/_sshkey_selection-id.js
// Module:    /js2/_sshkey_selection-id
// Locale:    id
// 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 …":"Memeriksa koneksi …","No SSH key has been selected.":"Kunci SSH tidak dipilih.","Root Password:":"Kata Sandi Root:","There is no SSH server listening on “[_1]”: [_2]":"Tidak ada server SSH yang merespons di “[_1]”: [_2]","Unknown error; No error sent.":"Kesalahan yang tidak diketahui; Tidak ada kesalahan yang dikirim.","You must specify a host name or IP address.":"Anda harus menentukan nama host atau alamat IP.","You must specify a port number.":"Anda harus menentukan nomor port.","You must specify a user name.":"Anda harus menentukan nama pengguna.","You must specify the key phrase for the selected SSH Key.":"Anda harus menentukan frasa kunci untuk Kunci SSH yang dipilih.","You must specify the password for your login.":"Anda harus menentukan kata sandi untuk login.","You must specify the root password for “su” access.":"Anda harus menentukan kata sandi root untuk akses “su”.","“[_1]” Password:":"Kata sandi “[_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