//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/greylist/views/base.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/greylist/views/base-pt_br.js
// Module: /templates/greylist/views/base-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 = {"Add to Trusted Hosts":"Adicionar aos hosts confiáveis","Some Host [asis,IP] addresses were not added to the Trusted Hosts list.":"Alguns endereços [asis,IP] do host não foram adicionados à lista de hosts confiáveis.","The status for [asis,Greylisting] has changed, possibly in another browser session.":"O status do [asis,Greylisting] foi alterado, possivelmente em outra sessão do navegador.","You have successfully added [quant,_1,record,records] to the Trusted Hosts list.":"Você adicionou com êxito [quant,_1,registro,registros] à lista de hosts confiáveis.","You have successfully added “[_1]” to the Trusted Hosts list.":"Você adicionou com êxito “[_1]” à lista de hosts confiáveis.","You have successfully updated the comment for “[_1]”.":"Você atualizou com êxito o comentário de “[_1]”.","Your neighboring [asis,IP] addresses are not in the Trusted Hosts list.":"Os endereços [asis,IP] vizinhos não estão na lista de hosts confiáveis.","[asis,Exim] is disabled on the server which makes [asis,Greylisting] ineffective. Use the [output,url,_1,Service Manager page,_2] to enable [asis,Exim].":"O [asis,Exim] está desabilitado no servidor, o que torna [asis,Greylisting] ineficiente. Use a [output,url,_1,página Gerenciador de serviços,_2] para habilitar o [asis,Exim].","[asis,Greylisting] is now disabled.":"[asis,Greylisting] agora está desabilitado.","[asis,Greylisting] is now enabled.":"[asis,Greylisting] está habilitado."};
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~~