//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/accounts/createacct.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/accounts/createacct-pt_br.js
// Module: /templates/accounts/createacct-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 username cannot contain spaces.":"Um nome de usuário não pode conter espaços.","A username must have between [numf,_1] and [quant,_2,character,characters].":"Um nome de usuário deve ter entre [numf,_1] e [quant,_2,caractere,caracteres].","A username must start with a letter.":"Um nome de usuário deve começar com uma letra.","Domain":"Domínio","Email":"Email","Enable Spam Box":"Habilitar caixa de spam","Enter a nonnegative integer.":"Enter a nonnegative integer.","Enter an integer from [numf,_1] to [numf,_2].":"Enter an integer from [numf,_1] to [numf,_2].","Enter an integer no less than [numf,_1].":"Enter an integer no less than [numf,_1].","Package Name":"Nome do pacote","Selected Package":"Pacote selecionado","The email field must be empty or an email address.":"O campo de email deve estar em branco ou ter um endereço de email.","The username cannot be the same as the password.":"O nome de usuário não pode ser igual à senha.","This is not a valid domain.":"Este não é um domínio válido.","This is not a valid package name.":"Este não é um nome de pacote válido.","This is not a valid username.":"Este não é um nome de usuário válido.","Updating …":"Atualizando…","Username":"Nome de usuário","You must enable [asis,Apache SpamAssassin™] to use the Spam Box feature.":"You must enable [asis,Apache SpamAssassin™] to use the Spam Box feature.","You must select a package.":"É necessário selecionar um pacote."};
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~~