//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/backup/restore.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/backup/restore-el.js
// Module: /templates/backup/restore-el
// Locale: el
// 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 …":"Προσθήκη του «[_1]» στην ουρά αποκατάστασης…","Completed":"Ολοκληρώθηκε","Completed with warnings":"Ολοκληρώθηκε με προειδοποιήσεις","Could not add “[_1]” to the restoration queue ([_2]).":"Δεν ήταν δυνατή η προσθήκη «[_1]» στην ουρά αποκατάστασης ([_2]).","Could not clear completed restorations.":"Δεν ήταν δυνατή η εκκαθάριση των αποκαταστάσεων που είχαν ολοκληρωθεί.","Could not clear failed restorations.":"Δεν ήταν δυνατή η εκκαθάριση των αποκαταστάσεων που απέτυχαν.","Could not clear pending restorations.":"Δεν ήταν δυνατή η εκκαθάριση των αποκαταστάσεων που είναι σε εκκρεμότητα.","Could not clear the restoration queue.":"Δεν ήταν δυνατή η εκκαθάριση της ουράς αποκατάστασης.","Could not remove “[_1]” from the finished list ([_2]).":"Δεν ήταν δυνατή η κατάργηση του «[_1]» από τη λίστα ολοκληρωμένων ([_2]).","Could not remove “[_1]” from the restoration queue ([_2]).":"Δεν ήταν δυνατή η κατάργηση του «[_1]» από την ουρά αποκατάστασης ([_2]).","Could not restore account “[_1]”: [_2]":"Δεν ήταν δυνατή η αποκατάσταση του λογαριασμού «[_1]»: [_2]","Could not start the restoration queue.":"Δεν ήταν δυνατή η έναρξη της ουράς αποκατάστασης.","Failed":"Απέτυχε","Failed to retrieve the restore queue state.":"Δεν ήταν δυνατή η ανάκτηση της κατάστασης ουράς αποκατάστασης.","No log is available because the restore failed.":"Δεν υπάρχει αρχείο καταγραφής, επειδή η αποκατάσταση απέτυχε.","Pending":"Σε εκκρεμότητα","Restoring Account":"Αποκατάσταση λογαριασμού","The log file for the restore of user “[_1]” is empty.":"Το αρχείο καταγραφής για την αποκατάσταση του χρήστη «[_1]» είναι κενό.","Unknown Error":"Άγνωστο σφάλμα","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~~