//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/frontend/jupiter/js2/ssl/crts.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/js2/ssl/crts-pt_br.js
// Module: /jupiter/js2/ssl/crts-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 = {"A key that does not use at least [numf,_1]-bit encryption does not provide adequate security.":"Uma chave que não usa pelo menos uma criptografia de [numf,_1] bit(s) não fornece segurança adequada.","Choose a country.":"Escolha um país.","City":"Cidade","Company":"Empresa","Company Division":"Divisão da empresa","Country":"País","Domain":"Domínio","Email":"Email","Please use an email format (for example: [asis,user@example.com]).":"Use um formato de email (por exemplo: [asis,user@example.com]).","State":"Estado","The company division must be no longer than [quant,_1,character,characters].":"A divisão da empresa não deve ter mais que [quant,_1,caractere,caracteres].","The company name must be no longer than [quant,_1,character,characters].":"O nome da empresa não deve ter mais que [quant,_1,caractere,caracteres].","The “[_1]” field cannot be left blank.":"The “[_1]” field cannot be left blank.","You can only enter valid domains.":"Você pode inserir apenas domínios válidos.","You do not control this domain.":"Você não controla este domínio.","[numf,_1] of the [numerate,_2,domain,domains] that you have entered [numerate,_1,is a domain,are domains] that you do not control.":"[numf,_1] do(s) [numerate,_2,domínio,domínios] que você inseriu [numerate,_1,é um domínio,são domínios] que você não controla."};
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~~