From 7e48bdf4e952f7b700e64e4cd8cb190bfc630ef9 Mon Sep 17 00:00:00 2001
From: mcramer <m.cramer@pixcept.de>
Date: Wed, 31 Oct 2012 07:42:05 -0400
Subject: [PATCH] Fixed: Follow-up to commit r3623  - entered all missing german and english entries for datalog status  - excluded some more tables from status display  - inserted the info-display code to the relevant templates

---
 interface/web/mail/lib/lang/nl_mail_forward_list.lng |   17 ++++++++---------
 1 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/interface/web/mail/lib/lang/nl_mail_forward_list.lng b/interface/web/mail/lib/lang/nl_mail_forward_list.lng
index 333e560..84ba4de 100644
--- a/interface/web/mail/lib/lang/nl_mail_forward_list.lng
+++ b/interface/web/mail/lib/lang/nl_mail_forward_list.lng
@@ -1,9 +1,8 @@
-<?php
-$wb['list_head_txt'] = 'E-mail doorsturen';
-$wb['active_txt'] = 'Actief';
-$wb['source_txt'] = 'Geadresseerde';
-$wb['destination_txt'] = 'Doorsturen naar e-mailadres';
-$wb['email_txt'] = 'E-mail';
-$wb['add_new_record_txt'] = 'Nieuwe e-mail forward toevoegen';
-?>
-
+<?php
+$wb['list_head_txt'] = 'Mail forward';
+$wb['active_txt'] = 'Actief';
+$wb['source_txt'] = 'bron';
+$wb['destination_txt'] = 'bestemming';
+$wb['email_txt'] = 'E-mail';
+$wb['add_new_record_txt'] = 'Toevoegen nieuwe E-mail forwarder';
+?>

--
Gitblit v1.9.1