//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/js2/_sshkey_selection.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/_sshkey_selection-ro.js
// Module: /js2/_sshkey_selection-ro
// Locale: ro
// 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 …":"Se verifică conexiunea…","No SSH key has been selected.":"Nu a fost selectată nicio cheie SSH.","Root Password:":"Parolă root:","There is no SSH server listening on “[_1]”: [_2]":"Nu există niciun server SSH care să asculte pe „[_1]”: [_2]","Unknown error; No error sent.":"Eroare necunoscută. Nu a fost trimisă nicio eroare.","You must specify a host name or IP address.":"Trebuie să specificaţi un nume de gazdă sau o adresă IP.","You must specify a port number.":"Trebuie să specificaţi un număr de port.","You must specify a user name.":"Trebuie să specificaţi un nume de utilizator.","You must specify the key phrase for the selected SSH Key.":"Trebuie să specificaţi expresia cheie pentru cheia SSH selectată.","You must specify the password for your login.":"Trebuie să specificaţi parola pentru conectare.","You must specify the root password for “su” access.":"Trebuie să specificaţi parola de root pentru acces „su”.","“[_1]” Password:":"„[_1]” Parolă:"};
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~~