Viewing File: /usr/local/cpanel/whostmgr/docroot/js2/managehooks-es_es.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/whostmgr/docroot/js2/managehooks.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/managehooks-es_es.js
// Module:    /js2/managehooks-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 = {"Close":"Cerrar","Delete a Hook":"Eliminar un hook","Deleting hook …":"Eliminando hook …","Disable":"Desactivar","Disabling hook …":"Desactivando el hook …","Enable":"Activar","Enabling hook …":"Activando el hook …","Move this hook down.":"Mueva este hook hacia abajo.","Move this hook to the bottom.":"Mueva este hook hacia la parte inferior.","Move this hook to the top.":"Mueva este hook hacia la parte superior.","Move this hook up.":"Mueva este hook hacia arriba.","Reordering hooks …":"Reordenando los hooks …","Save":"Guardar","Saving …":"Guardando …","This hook is disabled.":"Este hook se encuentra desactivado.","This hook is enabled.":"Este hook se encuentra activado.","View/Edit Hook Details":"Ver/editar detalles del hook"};

    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~~
Back to Directory File Manager