From 333866e9d0c6a611081eab38e50be99e3748e3a8 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Sun, 26 Sep 2010 06:13:46 -0400 Subject: [PATCH] Merged language files. --- interface/web/mail/lib/lang/de_spamfilter_config.lng | 37 ++++++++++++++++++------------------- 1 files changed, 18 insertions(+), 19 deletions(-) diff --git a/interface/web/mail/lib/lang/de_spamfilter_config.lng b/interface/web/mail/lib/lang/de_spamfilter_config.lng index b238143..e774728 100644 --- a/interface/web/mail/lib/lang/de_spamfilter_config.lng +++ b/interface/web/mail/lib/lang/de_spamfilter_config.lng @@ -1,21 +1,20 @@ <?php -$wb['getmail_config_dir_txt'] = "Getmail Config Path"; -$wb['ip_address_txt'] = "IP Adresse"; -$wb['netmask_txt'] = "Netzmaske"; -$wb['gateway_txt'] = "Gateway"; -$wb['hostname_txt'] = "Hostname"; -$wb['nameservers_txt'] = "Nameserver"; -$wb['module_txt'] = "Server Module"; -$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 Gruppe"; -$wb['relayhost_txt'] = "Relayhost"; -$wb['relayhost_user_txt'] = "Relayhost User"; -$wb['relayhost_password_txt'] = "Relayhost Passwort"; -$wb['mailbox_size_limit_txt'] = "Mailboxgrössenlimit"; -$wb['message_size_limit_txt'] = "Nachrichtengrössenlimit"; +$wb['getmail_config_dir_txt'] = 'Getmail Config Path'; +$wb['ip_address_txt'] = 'IP Adresse'; +$wb['netmask_txt'] = 'Netzmaske'; +$wb['gateway_txt'] = 'Gateway'; +$wb['hostname_txt'] = 'Hostname'; +$wb['nameservers_txt'] = 'Nameserver'; +$wb['module_txt'] = 'Server Module'; +$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 Gruppe'; +$wb['relayhost_txt'] = 'Relayhost'; +$wb['relayhost_user_txt'] = 'Relayhost User'; +$wb['relayhost_password_txt'] = 'Relayhost Passwort'; +$wb['mailbox_size_limit_txt'] = 'Mailboxgrössenlimit'; +$wb['message_size_limit_txt'] = 'Nachrichtengrössenlimit'; ?> - -- Gitblit v1.9.1