//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/js2/_sshkey_selection.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/_sshkey_selection-es_es.js
// Module: /js2/_sshkey_selection-es_es
// Locale: es_es
// 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 …":"Verificando la conexión …","No SSH key has been selected.":"No se ha seleccionado ninguna clave SSH.","Root Password:":"Contraseña root:","There is no SSH server listening on “[_1]”: [_2]":"No existe ningún servidor SSH que esté escuchando en “[_1]”: [_2]","Unknown error; No error sent.":"Error desconocido. No se envió ningún error.","You must specify a host name or IP address.":"Indique una dirección IP o un nombre de host.","You must specify a port number.":"Indique un número de puerto.","You must specify a user name.":"Indique un nombre de usuario.","You must specify the key phrase for the selected SSH Key.":"Indique la frase clave para la clave SSH seleccionada.","You must specify the password for your login.":"Indique la contraseña para su inicio de sesión.","You must specify the root password for “su” access.":"Indique la contraseña root para el acceso “su”.","“[_1]” Password:":"Contraseña de “[_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~~