From 897af06af9522ded99b1e0f46730299e89856ffe Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Mon, 11 Jun 2012 05:00:57 -0400 Subject: [PATCH] Updated version number to 3.0.4.6 --- interface/web/mail/lib/lang/de_mail_domain_catchall_list.lng | 19 +++++++++---------- 1 files changed, 9 insertions(+), 10 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 c1ba28f..be4c4c1 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,10 +1,9 @@ -<?php -$wb['list_head_txt'] = 'Email Catchall'; -$wb['active_txt'] = 'Active'; -$wb['source_txt'] = 'source'; -$wb['destination_txt'] = 'Destination email address'; -$wb['server_id_txt'] = 'Server'; -$wb['domain_txt'] = 'Domain'; -$wb['add_new_record_txt'] = 'Add new Catchall'; -?> - +<?php +$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