Viewing File: /usr/local/cpanel/base/frontend/jupiter/js2/mail/filters/editfilter-pt_br.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/base/frontend/jupiter/js2/mail/filters/editfilter.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/js2/mail/filters/editfilter-pt_br.js
// Module:    /jupiter/js2/mail/filters/editfilter-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 = {"Browse":"Pesquisar","Cancel":"Cancelar","Filter Name":"Nome do filtro","Saving filter “[output,class,_1,code]” …":"Salvando filtro “[output,class,_1,code]” …","Success! The filters list is reloading now.":"Sucesso! A lista de filtros está recarregando agora.","The filter name cannot be empty.":"O nome do filtro não pode estar vazio.","The filter name cannot contain “[output,class,_1,code]” or “[output,class,_2,code]”.":"O nome do filtro não pode conter “[output,class,_1,code]” ou “[output,class,_2,code]”.","You have successfully created a new filter. You can create another one now, or you can [output,url,_1,return to the filters list].":"Você criou um novo filtro com êxito. Você pode criar outro agora ou pode [output,url,_1,retornar para a lista de filtros]."};

    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