//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/js2/restorefullbackup.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/restorefullbackup-pt_br.js
// Module: /js2/restorefullbackup-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 = {"No filepath associated with username.":"Nenhum caminho de arquivo associado ao nome de usuário.","No matching files were found.":"Nenhum arquivo correspondente foi encontrado.","None":"Nenhum","Restore File":"Restaurar arquivo","Unable to get retrieve list of files, please try again later.":"Não foi possível recuperar a lista de arquivos. Tente novamente mais tarde.","User Name":"Nome do usuário","You must choose a valid username.":"Você deve escolher um nome de usuário válido.","You must provide a file.":"Você deve fornecer um arquivo.","You must provide a username.":"Você deve fornecer um nome de usuário."};
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~~