//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/frontend/jupiter/js2/mail/filters/editfilter.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/js2/mail/filters/editfilter-nl.js
// Module: /jupiter/js2/mail/filters/editfilter-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 = {"Browse":"Bladeren","Cancel":"Annuleren","Filter Name":"Filternaam","Saving filter “[output,class,_1,code]” …":"Het filter ’[output,class,_1,code]’ wordt opgeslagen…","Success! The filters list is reloading now.":"Geslaagd. De lijst met filters wordt nu opnieuw geladen.","The filter name cannot be empty.":"De filternaam mag niet leeg zijn.","The filter name cannot contain “[output,class,_1,code]” or “[output,class,_2,code]”.":"De filternaam mag geen ’[output,class,_1,code]’ of ’[output,class,_2,code]’ bevatten.","You have successfully created a new filter. You can create another one now, or you can [output,url,_1,return to the filters list].":"U hebt een nieuw filter gemaakt. U kunt nu een nieuw filter maken of [output,url,_1,terugkeren naar de lijst met filters]."};
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~~