//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/backup/restore.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/backup/restore-ro.js
// Module: /templates/backup/restore-ro
// Locale: ro
// 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 = {"Adding “[_1]” to the restoration queue …":"Se adaugă „[_1]” în coada de restaurare…","Completed":"Finalizat","Completed with warnings":"Finalizat cu avertizări","Could not add “[_1]” to the restoration queue ([_2]).":"Imposibil de adăugat „[_1]” în coada de restaurare ([_2]).","Could not clear completed restorations.":"Restaurările finalizate nu au putut fi şterse.","Could not clear failed restorations.":"Restaurările nereuşite nu au putut fi şterse.","Could not clear pending restorations.":"Restaurările în aşteptare nu au putut fi şterse.","Could not clear the restoration queue.":"Nu se poate goli coada de restaurare.","Could not remove “[_1]” from the finished list ([_2]).":"Imposibil de eliminat „[_1]” din lista finalizată ([_2]).","Could not remove “[_1]” from the restoration queue ([_2]).":"Imposibil de eliminat „[_1]” din coada de restaurare ([_2]).","Could not restore account “[_1]”: [_2]":"Imposibil de restaurat contul „[_1]”: [_2]","Could not start the restoration queue.":"Imposibil de iniţializat coada de restaurare.","Failed":"Nereuşit","Failed to retrieve the restore queue state.":"Nu a reuşit regăsirea stării cozii de restaurare.","No log is available because the restore failed.":"Niciun jurnal nu este disponibil deoarece restaurarea a eşuat.","Pending":"În aşteptare","Restoring Account":"Restaurare cont","The log file for the restore of user “[_1]” is empty.":"Fişierul jurnal pentru restaurarea utilizatorului „[_1]” este gol.","Unknown Error":"Eroare necunoscută","Your browser may have blocked the request, or your connection may be unstable":"Your browser may have blocked the request, or your connection may be unstable"};
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~~