//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/backup/restore.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/backup/restore-da.js
// Module: /templates/backup/restore-da
// Locale: da
// 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 …":"Føjer “[_1]” til gendannelseskøen…","Completed":"Fuldført","Completed with warnings":"Fuldført med advarsler","Could not add “[_1]” to the restoration queue ([_2]).":"Kunne ikke føje “[_1]” til gendannelseskøen ([_2]).","Could not clear completed restorations.":"Kunne ikke rydde fuldførte gendannelser.","Could not clear failed restorations.":"Kunne ikke rydde mislykkede gendannelser.","Could not clear pending restorations.":"Kunne ikke rydde ventende gendannelser.","Could not clear the restoration queue.":"Kunne ikke rydde gendannelseskøen.","Could not remove “[_1]” from the finished list ([_2]).":"Kunne ikke fjerne “[_1]” fra den færdige liste ([_2]).","Could not remove “[_1]” from the restoration queue ([_2]).":"Kunne ikke fjerne “[_1]” fra gendannelseskøen ([_2]).","Could not restore account “[_1]”: [_2]":"Kunne ikke gendanne kontoen “[_1]”: [_2]","Could not start the restoration queue.":"Kunne ikke starte gendannelseskøen.","Failed":"Mislykkedes","Failed to retrieve the restore queue state.":"Tilstand for gendannelseskø kunne ikke hentes.","No log is available because the restore failed.":"Der findes ingen logfil, fordi gendannelsen ikke blev fuldført.","Pending":"Afventer","Restoring Account":"Gendanner konto","The log file for the restore of user “[_1]” is empty.":"Logfilen til gendannelse af brugeren ”[_1]” er tom.","Unknown Error":"Ukendt fejl","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~~