//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/greylist/views/trustedHosts.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/greylist/views/trustedHosts-nl.js
// Module: /templates/greylist/views/trustedHosts-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 = {"Click to delete “[_1]” from the Trusted Hosts list.":"Klik hierop om ’[_1]’ te verwijderen van de lijst Vertrouwde hosts.","Click to edit the comment for “[_1]”.":"Klik erop om de opmerking voor ’[_1]’ te bewerken.","Do you want to permanently delete [quant,_1,record,records] from the Trusted Hosts list?":"Wilt u [quant,_1,record,records] voorgoed verwijderen van de lijst Vertrouwde hosts?","Do you want to permanently delete “[_1]” from the Trusted Hosts list?":"Wilt u ’[_1]’ voorgoed verwijderen van de lijst Vertrouwde hosts?","Examples:":"Voorbeelden:","Some records failed to update.":"Sommige records kunnen niet worden bijgewerkt.","The system was unable to delete [quant,_1,record,records] from the Trusted Hosts list.":"[quant,_1,record,records] kan niet worden verwijderd uit de lijst Vertrouwde hosts.","You have deleted all records from the Trusted Hosts list.":"U hebt alle records verwijderd van de lijst Vertrouwde hosts.","You have successfully deleted [quant,_1,record,records] from the Trusted Hosts list.":"U hebt [quant,_1,record,records] verwijderd van de lijst Vertrouwde hosts.","You have successfully deleted “[_1]” from the Trusted Hosts list.":"U hebt ’[_1]’ verwijderd van de lijst Vertrouwde hosts.","You have successfully updated the comment for “[_1]”.":"U hebt de opmerking voor ’[_1]’ bijgewerkt."};
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~~