//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/js2/_sshkey_selection.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/_sshkey_selection-nl.js
// Module: /js2/_sshkey_selection-nl
// Locale: nl
// 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 …":"Verbinding wordt gecontroleerd …","No SSH key has been selected.":"Er is geen SSH-sleutel geselecteerd.","Root Password:":"Basiswachtwoord:","There is no SSH server listening on “[_1]”: [_2]":"Er is geen SSH-server die luistert op ’[_1]’: [_2]","Unknown error; No error sent.":"Onbekende fout, geen fout verzonden.","You must specify a host name or IP address.":"U moet een hostnaam of een e-mailadres opgeven.","You must specify a port number.":"U moet een poortnummer opgeven.","You must specify a user name.":"U moet een gebruikersnaam opgeven.","You must specify the key phrase for the selected SSH Key.":"U moet de sleutelzin voor de geselecteerde SSH-sleutel opgeven.","You must specify the password for your login.":"U moet het wachtwoord voor uw aanmelding opgeven.","You must specify the root password for “su” access.":"U moet het hoofdwachtwoord opgeven voor ’sudo’-toegang.","“[_1]” Password:":"’[_1]’-wachtwoord:"};
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~~