From c1ca538b487f31158b3f6843842d30e1385ebb9d Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Mon, 23 Aug 2010 07:51:51 -0400
Subject: [PATCH] Updated de language file set.

---
 interface/web/mail/lib/lang/de_mail_domain_catchall_list.lng |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/interface/web/mail/lib/lang/de_mail_domain_catchall_list.lng b/interface/web/mail/lib/lang/de_mail_domain_catchall_list.lng
index 2c5763f..fad4d29 100644
--- a/interface/web/mail/lib/lang/de_mail_domain_catchall_list.lng
+++ b/interface/web/mail/lib/lang/de_mail_domain_catchall_list.lng
@@ -1,9 +1,10 @@
 <?php
-$wb['list_head_txt'] = 'Email Catchall';
-$wb['active_txt'] = 'Aktiv';
-$wb['source_txt'] = 'Quelle';
-$wb['destination_txt'] = 'Ziel Emailadresse';
-$wb['server_id_txt'] = 'Server';
-$wb['domain_txt'] = 'Domain';
-$wb['add_new_record_txt'] = 'Neue Catchall hinzufügen';
+$wb['list_head_txt'] = "E-Mail Catchall";
+$wb['active_txt'] = "Aktiv";
+$wb['source_txt'] = "Quelle";
+$wb['destination_txt'] = "Zieladresse";
+$wb['server_id_txt'] = "Server";
+$wb['domain_txt'] = "Domain";
+$wb['add_new_record_txt'] = "Neue Catchall hinzufügen";
 ?>
+

--
Gitblit v1.9.1