Viewing File: /usr/local/cpanel/whostmgr/docroot/templates/backup/restore-nl.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/whostmgr/docroot/templates/backup/restore.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/backup/restore-nl.js
// Module:    /templates/backup/restore-nl
// Locale:    nl
// 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]’ wordt toegevoegd aan de herstelwachtrij…","Completed":"Voltooid","Completed with warnings":"Voltooid met waarschuwingen","Could not add “[_1]” to the restoration queue ([_2]).":"Kan ’[_1]’ niet toevoegen aan de herstelwachtrij ([_2]).","Could not clear completed restorations.":"Kan voltooide herstelbewerkingen niet wissen.","Could not clear failed restorations.":"Mislukte herstelbewerkingen kunnen niet worden gewist.","Could not clear pending restorations.":"Kan herstelbewerkingen in behandeling niet wissen.","Could not clear the restoration queue.":"Kan de herstelwachtrij niet wissen.","Could not remove “[_1]” from the finished list ([_2]).":"Kan ’[_1]’ niet verwijderen uit de voltooide lijst ([_2]).","Could not remove “[_1]” from the restoration queue ([_2]).":"Kan ’[_1]’ niet verwijderen uit de herstelwachtrij ([_2]).","Could not restore account “[_1]”: [_2]":"Kan account ’[_1]’ niet herstellen: [_2]","Could not start the restoration queue.":"Kan de herstelwachtrij niet starten.","Failed":"Mislukt","Failed to retrieve the restore queue state.":"Kan de status van de herstelwachtrij niet ophalen.","No log is available because the restore failed.":"Er is geen logboek beschikbaar omdat de herstelbewerking is mislukt.","Pending":"In behandeling","Restoring Account":"Account herstellen","The log file for the restore of user “[_1]” is empty.":"Het logbestand voor het herstel van de gebruiker ’[_1]’ is leeg.","Unknown Error":"Onbekende fout","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~~
Back to Directory File Manager