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

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/whostmgr/docroot/js2/managehooks.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/managehooks-pt_br.js
// Module:    /js2/managehooks-pt_br
// Locale:    pt_br
// 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":"Fechar","Delete a Hook":"Excluir um gancho","Deleting hook …":"Excluindo gancho…","Disable":"Desabilitar","Disabling hook …":"Desabilitando o gancho…","Enable":"Habilitar","Enabling hook …":"Habilitando o gancho…","Move this hook down.":"Mova este gancho para baixo.","Move this hook to the bottom.":"Mova este gancho para a parte inferior.","Move this hook to the top.":"Mova este gancho para a parte superior.","Move this hook up.":"Mova este gancho para cima.","Reordering hooks …":"Reordenando ganchos…","Save":"Salvar","Saving …":"Salvando…","This hook is disabled.":"Este gancho está desabilitado.","This hook is enabled.":"Este gancho está habilitado.","View/Edit Hook Details":"Exibir/editar detalhes do 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~~
Back to Directory File Manager