From 28cd07d1a75c4e9dcaecac49efee0091f2fc62fa Mon Sep 17 00:00:00 2001
From: A. Täffner <darkalex@firesplash.de>
Date: Thu, 07 Apr 2016 05:30:49 -0400
Subject: [PATCH] Implemented a checkbox "enable DNSSEC" in DNS-Wizard. This Checkbox can be enabled or disabled by template.

---
 interface/web/mail/lib/lang/nl_mail_blacklist.lng |   19 +++++++++----------
 1 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/interface/web/mail/lib/lang/nl_mail_blacklist.lng b/interface/web/mail/lib/lang/nl_mail_blacklist.lng
index 4ca3411..baa7b1e 100644
--- a/interface/web/mail/lib/lang/nl_mail_blacklist.lng
+++ b/interface/web/mail/lib/lang/nl_mail_blacklist.lng
@@ -1,10 +1,9 @@
-<?php
-$wb['server_id_txt'] = 'Server';
-$wb['source_txt'] = 'Blacklist adres';
-$wb['recipient_txt'] = 'Ontvanger';
-$wb['active_txt'] = 'Actief';
-$wb['source_error_notempty'] = 'Adres is leeg.';
-$wb['type_txt'] = 'Type';
-$wb['limit_mailfilter_txt'] = 'Het max. aantal e-mailfilters voor uw account is bereikt.';
-?>
-
+<?php
+$wb['server_id_txt'] = 'Server';
+$wb['source_txt'] = 'Blacklist adres';
+$wb['recipient_txt'] = 'Ontvanger';
+$wb['active_txt'] = 'Actief';
+$wb['source_error_notempty'] = 'Adres is niet ingvuld.';
+$wb['type_txt'] = 'Type';
+$wb['limit_mailfilter_txt'] = 'Het max. aantal e-mail filters voor uw account is bereikt.';
+?>

--
Gitblit v1.9.1