//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/backup/restore.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/backup/restore-sv.js
// Module: /templates/backup/restore-sv
// Locale: sv
// 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 …":"Lägger till ”[_1]” i återställningskön …","Completed":"Slutfört","Completed with warnings":"Kompletterade med varningar","Could not add “[_1]” to the restoration queue ([_2]).":"Det gick inte att lägga till ”[_1]” i återställningskön ([_2]).","Could not clear completed restorations.":"Det gick inte att rensa slutförda återställningar.","Could not clear failed restorations.":"Det gick inte att rensa misslyckade återställningar.","Could not clear pending restorations.":"Det gick inte att rensa väntande återställningar.","Could not clear the restoration queue.":"Det gick inte att rensa återställningskön.","Could not remove “[_1]” from the finished list ([_2]).":"Det gick inte att ta bort ”[_1]” från listan med slutförda ([_2]).","Could not remove “[_1]” from the restoration queue ([_2]).":"Det gick inte att ta bort ”[_1]” från återställningskön ([_2]).","Could not restore account “[_1]”: [_2]":"Det gick inte att återställa kontot ”[_1]”: [_2]","Could not start the restoration queue.":"Det gick inte att starta återställningskön.","Failed":"Misslyckades","Failed to retrieve the restore queue state.":"Köstatus kunde inte hämtas.","No log is available because the restore failed.":"Ingen logg är tillgänglig eftersom återställningen misslyckades.","Pending":"Väntar","Restoring Account":"Återställning av konto","The log file for the restore of user “[_1]” is empty.":"Loggfilen för återställningen av användaren ”[_1]” är tom.","Unknown Error":"Okänt fel","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~~