//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/sharedjs/fetch_mail_queue.js
// Generated: /usr/local/cpanel/base/sharedjs/fetch_mail_queue-nl.js
// Module: legacy_shared/fetch_mail_queue-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 = {"Actions":"Acties","Are you sure you wish to attempt to deliver the entire mail queue?":"Weet u zeker dat u de gehele e-mailwachtrij wilt laten bezorgen?","Are you sure you wish to purge the entire mail queue?":"Weet u zeker dat u de hele e-mailwachtrij wilt opschonen?","Frozen":"Geblokkeerd","Invalid Date":"Ongeldige datum","Message ID":"Bericht-id","Queued":"In wachtrij","Recipient(s)":"Ontvanger(s)","Sender":"Afzender","Size":"Grootte","Status":"Status","System":"Systeem","The fetch returned no data.":"Het ophalen heeft geen gegevens opgeleverd.","Time Received":"Ontvangen om","You must first select at least one message in the queue.":"U moet eerst ten minste één bericht in de wachtrij selecteren."};
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~~