//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/hulkd/views/hulkdWhitelistController.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/hulkd/views/hulkdWhitelistController-es.js
// Module: /templates/hulkd/views/hulkdWhitelistController-es
// Locale: 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 = {"Add to Whitelist":"Añadir a la lista blanca","Click to delete “[_1]” from the whitelist.":"Haga clic para eliminar “[_1]” de la lista blanca.","Click to edit the comment for “[_1]”.":"Haga clic para editar el comentario para “[_1]”.","Do you want to permanently delete [quant,_1,record,records] from the whitelist?":"¿Desea eliminar de forma permanente [quant,_1,registro,registros] de la lista blanca?","Do you want to permanently delete “[_1]” from the whitelist?":"¿Desea eliminar de forma permanente “[_1]” de la lista blanca?","Some IP addresses were not added to the whitelist.":"Algunas direcciones IP no se añadieron a la lista blanca.","Some records failed to update.":"Algunos registros no se pudieron actualizar.","The system disabled the [asis,UseDNS] setting for [asis,SSHD] in order to add IP addresses to the whitelist. You must restart SSH through the [output,url,_1,Restart SSH Server,_2] page to implement the change.":"El sistema deshabilitó la configuración [asis,UseDNS] para [asis,SSHD] para agregar direcciones IP a la lista blanca. Debe reiniciar SSH a través de la página [output,url,_1,Reiniciar el servidor SSH,_2] para implementar el cambio.","The system was unable to delete [quant,_1,record,records] from the whitelist.":"El sistema no pudo eliminar [quant,_1,registro,registros] de la lista blanca.","You have deleted all records from the whitelist.":"Borró todos los registros de la lista blanca.","You have successfully added [quant,_1,IP address,IP addresses] to the whitelist.":"Agregó correctamente [quant,_1,Dirección IP,Direcciones IP] a la lista blanca.","You have successfully added “[_1]” to the whitelist.":"Agregó correctamente “[_1]” a la lista blanca.","You have successfully deleted [quant,_1,record,records] from the whitelist.":"Eliminó correctamente [quant,_1,registro,registros] de la lista blanca.","You have successfully deleted “[_1]” from the whitelist.":"Eliminó correctamente “[_1]” de la lista blanca.","You have successfully updated the [numerate,_1,comment,comments] for [quant,_1,IP address,IP addresses].":"You have successfully updated the [numerate,_1,comment,comments] for [quant,_1,IP address,IP addresses].","You have successfully updated the comment for “[_1]”.":"Actualizó correctamente el comentario para “[_1]”.","Your current IP address “[_1]” is not on the whitelist.":"Su actual dirección IP “[_1]” no está en la lista blanca."};
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~~