//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/js2/managehooks.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/managehooks-es.js
// Module: /js2/managehooks-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 = {"Close":"Cerrar","Delete a Hook":"Eliminar un gancho","Deleting hook …":"Eliminando gancho…","Disable":"Deshabilitar","Disabling hook …":"Deshabilitando el gancho…","Enable":"Habilitar","Enabling hook …":"Habilitando gancho…","Move this hook down.":"Mover este gancho hacia abajo.","Move this hook to the bottom.":"Mover este gancho hacia la parte inferior.","Move this hook to the top.":"Mover este gancho hacia la parte superior.","Move this hook up.":"Mover este gancho hacia arriba.","Reordering hooks …":"Volviendo a ordenar los ganchos…","Save":"Guardar","Saving …":"Guardando…","This hook is disabled.":"Este gancho está deshabilitado.","This hook is enabled.":"Este gancho está habilitado.","View/Edit Hook Details":"Ver/Editar detalles del gancho"};
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~~