//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/greylist/views/base.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/greylist/views/base-nl.js
// Module: /templates/greylist/views/base-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 = {"Add to Trusted Hosts":"Toevoegen aan Vertrouwde hosts","Some Host [asis,IP] addresses were not added to the Trusted Hosts list.":"Sommige [asis,IP]-hostadressen zijn niet toegevoegd aan de lijst Vertrouwde hosts.","The status for [asis,Greylisting] has changed, possibly in another browser session.":"De status voor [asis,Greylisting] is gewijzigd, mogelijk in een andere browsersessie.","You have successfully added [quant,_1,record,records] to the Trusted Hosts list.":"U hebt [quant,_1,record,records] toegevoegd aan de lijst Vertrouwde hosts.","You have successfully added “[_1]” to the Trusted Hosts list.":"U hebt ’[_1]’ toegevoegd aan de lijst Vertrouwde hosts.","You have successfully updated the comment for “[_1]”.":"U hebt de opmerking voor ’[_1]’ bijgewerkt.","Your neighboring [asis,IP] addresses are not in the Trusted Hosts list.":"Uw aangrenzende [asis,IP]-adressen staan niet in de lijst Vertrouwde hosts.","[asis,Exim] is disabled on the server which makes [asis,Greylisting] ineffective. Use the [output,url,_1,Service Manager page,_2] to enable [asis,Exim].":"[asis,Exim] is uitgeschakeld op de server waardoor [asis,Greylisting] ineffectief is. Gebruik de [output,url,_1,pagina Servicebeheer,_2] om [asis,Exim] in te schakelen.","[asis,Greylisting] is now disabled.":"[asis,Greylisting] is nu uitgeschakeld.","[asis,Greylisting] is now enabled.":"[asis,Greylisting] is nu ingeschakeld."};
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~~