From e2d23979737feca8fc66e52a86dff5ae8b3dcab6 Mon Sep 17 00:00:00 2001 From: torusturtle <torusturtle@ispconfig3> Date: Fri, 20 Mar 2009 16:47:28 -0400 Subject: [PATCH] Translations into German --- interface/web/mail/lib/lang/de_spamfilter_config.lng | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/interface/web/mail/lib/lang/de_spamfilter_config.lng b/interface/web/mail/lib/lang/de_spamfilter_config.lng index 2843133..1b56626 100644 --- a/interface/web/mail/lib/lang/de_spamfilter_config.lng +++ b/interface/web/mail/lib/lang/de_spamfilter_config.lng @@ -1,20 +1,20 @@ <?php $wb['getmail_config_dir_txt'] = 'Getmail Config Path'; -$wb['ip_address_txt'] = 'IP Address'; +$wb['ip_address_txt'] = 'IP Adresse'; $wb['netmask_txt'] = 'Netmask'; $wb['gateway_txt'] = 'Gateway'; $wb['hostname_txt'] = 'Hostname'; $wb['nameservers_txt'] = 'Nameservers'; $wb['module_txt'] = 'Server Module'; -$wb['maildir_path_txt'] = 'Maildir Path'; -$wb['homedir_path_txt'] = 'Homedir Path'; +$wb['maildir_path_txt'] = 'Maildir Pfad'; +$wb['homedir_path_txt'] = 'Homedir Pfad'; $wb['mailuser_uid_txt'] = 'Mailuser UID'; $wb['mailuser_gid_txt'] = 'Mailuser GID'; $wb['mailuser_name_txt'] = 'Mailuser Name'; $wb['mailuser_group_txt'] = 'Mailuser Group'; $wb['relayhost_txt'] = 'Relayhost'; $wb['relayhost_user_txt'] = 'Relayhost User'; -$wb['relayhost_password_txt'] = 'Relayhost Password'; -$wb['mailbox_size_limit_txt'] = 'Mailbox Size Limit'; -$wb['message_size_limit_txt'] = 'Message Size Limit'; +$wb['relayhost_password_txt'] = 'Relayhost Passwort'; +$wb['mailbox_size_limit_txt'] = 'Mailbox Grösse Limit'; +$wb['message_size_limit_txt'] = 'Nachricht Grösse Limit'; ?> -- Gitblit v1.9.1