//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/js2/transfer_session.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/transfer_session-pt_br.js
// Module: /js2/transfer_session-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 = {"Abort":"Anular","Abort Session Processing":"Anular processamento da sessão","Aborting …":"Anulando…","Alert":"Alerta","Confirm":"Confirmar","Loading …":"Carregando …","OK":"OK","Pause":"Pausar","Pausing queue processing …":"Pausando processamento da fila…","Pausing …":"Pausando…","Resume":"Retomar","The system will abort any transfer processes as soon as possible. In order to prevent data loss, the system will complete ongoing restore operations before the entire session aborts.":"O sistema anulará todos os processos de transferência assim que possível. Para evitar a perda de dados, o sistema concluirá as operações de restauração em andamento antes da anulação de toda a sessão.","The system will not add new items to the queue until you choose to resume. In order to prevent data loss, the system will complete ongoing operations.":"O sistema não adicionará novos itens à fila até você optar por retomar. Para evitar a perda de dados, o sistema concluirá as operações em andamento."};
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~~