From 11b3daff80a65d0d0b0dabf3ef99aa0c7018f76b Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Tue, 11 Aug 2009 09:59:25 -0400 Subject: [PATCH] Fixed: FS#822 - Main tabs at top not applying translations. --- interface/web/mail/lib/lang/de_spamfilter_config.lng | 41 ++++++++++++++++++++--------------------- 1 files changed, 20 insertions(+), 21 deletions(-) diff --git a/interface/web/mail/lib/lang/de_spamfilter_config.lng b/interface/web/mail/lib/lang/de_spamfilter_config.lng index 55aea22..f82f27f 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'] = 'Netmask'; -$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'] = 'Mailbox Grösse Limit'; -$wb['message_size_limit_txt'] = 'Nachricht Grösse Limit'; -?> - +<?php +$wb['getmail_config_dir_txt'] = 'Getmail Config Path'; +$wb['ip_address_txt'] = 'IP Adresse'; +$wb['netmask_txt'] = 'Netmask'; +$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'] = 'Mailbox Grösse Limit'; +$wb['message_size_limit_txt'] = 'Nachricht Grösse Limit'; +?> -- Gitblit v1.9.1