From c5e09542929cfd571e5c9404a1dd822ebd3e2299 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Mon, 18 Jan 2010 08:48:44 -0500
Subject: [PATCH] Temporarily disabled the automatic activation of the bind-dlz plugin until a routine is integrated in the installer to detect if bind has dlz compiled in or the normal file based plugin has to be used.

---
 interface/web/help/lib/lang/de_support_message.lng |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/interface/web/help/lib/lang/de_support_message.lng b/interface/web/help/lib/lang/de_support_message.lng
index 25e3221..b026b17 100644
--- a/interface/web/help/lib/lang/de_support_message.lng
+++ b/interface/web/help/lib/lang/de_support_message.lng
@@ -1,7 +1,7 @@
 <?php
-$wb['recipient_id_txt'] = 'Recipient ID';
-$wb['sender_id_txt'] = 'Sender ID';
-$wb['subject_txt'] = 'Subject';
-$wb['message_txt'] = 'Message';
-$wb['tstamp_txt'] = 'Timestamp';
+$wb['recipient_id_txt'] = 'Empfänger ID';
+$wb['sender_id_txt'] = 'Absender ID';
+$wb['subject_txt'] = 'Betreff';
+$wb['message_txt'] = 'Nachricht';
+$wb['tstamp_txt'] = 'Zeitpunkt';
 ?>

--
Gitblit v1.9.1