From ea9e7bd9934c5264511ebf176d3faf9effe54f85 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Sun, 11 Jan 2009 07:48:57 -0500 Subject: [PATCH] - Updated german language files - Added onKeypress handler for the username field in the login form. --- interface/web/mail/lib/lang/de_mail_domain.lng | 23 +++++++++++------------ 1 files changed, 11 insertions(+), 12 deletions(-) diff --git a/interface/web/mail/lib/lang/de_mail_domain.lng b/interface/web/mail/lib/lang/de_mail_domain.lng index dc7ad75..6120e82 100644 --- a/interface/web/mail/lib/lang/de_mail_domain.lng +++ b/interface/web/mail/lib/lang/de_mail_domain.lng @@ -1,14 +1,13 @@ -<?php -$wb['server_id_txt'] = 'Server'; -$wb['domain_txt'] = 'Domain'; -$wb['type_txt'] = 'Type'; -$wb['active_txt'] = 'Active'; -$wb['domain_error_empty'] = 'Domain is empty.'; +<?php +$wb['server_id_txt'] = 'Server'; +$wb['domain_txt'] = 'Domain'; +$wb['type_txt'] = 'Type'; +$wb['active_txt'] = 'Active'; +$wb['domain_error_empty'] = 'Domain is empty.'; $wb['domain_error_unique'] = 'Duplicate Domain.'; $wb['domain_error_regex'] = 'Invalid domain name.'; -$wb['client_txt'] = 'Client'; -$wb['limit_maildomain_txt'] = 'The max. number of email domains for your account is reached.'; -$wb['policy_txt'] = 'Spamfilter'; -$wb['no_policy'] = '- not enabled -'; -?> - +$wb['client_txt'] = 'Client'; +$wb['limit_maildomain_txt'] = 'The max. number of email domains for your account is reached.'; +$wb['policy_txt'] = 'Spamfilter'; +$wb['no_policy'] = '- not enabled -'; +?> -- Gitblit v1.9.1