//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/hulkd/views/hulkdBlacklistController.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/hulkd/views/hulkdBlacklistController-es.js
// Module: /templates/hulkd/views/hulkdBlacklistController-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 = {"Click to delete “[_1]” from the blacklist.":"Haga clic para eliminar “[_1]” de la lista negra.","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 backlist?":"¿Desea eliminar de forma permanente [quant,_1,registro,registros] de la lista negra?","Do you want to permanently delete “[_1]” from the blacklist?":"¿Desea eliminar de forma permanente “[_1]” de la lista negra?","Some IP addresses were not added to the blacklist.":"Algunas direcciones IP no se añadieron a la lista negra.","Some records failed to update.":"Algunos registros no se pudieron actualizar.","The system was unable to delete [quant,_1,record,records] from the blacklist.":"El sistema no pudo eliminar [quant,_1,registro,registros] de la lista negra.","You have deleted all records from the blacklist.":"Borró todos los registros de la lista negra.","You have successfully added [quant,_1,IP address,IP addresses] to the blacklist.":"Agregó [quant,_1,Dirección IP,Direcciones IP] a la lista negra correctamente.","You have successfully added “[_1]” to the blacklist.":"Agregó correctamente “[_1]” a la lista negra.","You have successfully deleted [quant,_1,record,records] from the blacklist.":"Eliminó correctamente [quant,_1,registro,registros] de la lista negra.","You have successfully deleted “[_1]” from the blacklist.":"Eliminó correctamente “[_1]” de la lista negra.","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]”."};
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~~