From 7e48bdf4e952f7b700e64e4cd8cb190bfc630ef9 Mon Sep 17 00:00:00 2001
From: mcramer <m.cramer@pixcept.de>
Date: Wed, 31 Oct 2012 07:42:05 -0400
Subject: [PATCH] Fixed: Follow-up to commit r3623  - entered all missing german and english entries for datalog status  - excluded some more tables from status display  - inserted the info-display code to the relevant templates

---
 interface/web/mail/lib/lang/it_mail_mailinglist.lng |   32 ++++++++++++++++++--------------
 1 files changed, 18 insertions(+), 14 deletions(-)

diff --git a/interface/web/mail/lib/lang/it_mail_mailinglist.lng b/interface/web/mail/lib/lang/it_mail_mailinglist.lng
index f7ada3e..76325e9 100644
--- a/interface/web/mail/lib/lang/it_mail_mailinglist.lng
+++ b/interface/web/mail/lib/lang/it_mail_mailinglist.lng
@@ -1,15 +1,19 @@
 <?php
-$wb["limit_mailmailinglist_txt"] = 'Limit reached';
-$wb["domain_error_empty"] = 'Domain is empty.';
-$wb["listname_error_empty"] = 'Listname is empty.';
-$wb["domain_error_regex"] = 'Invalid domain name.';
-$wb["email_in_use_txt"] = 'Email is in use';
-$wb["no_domain_perm"] = 'You have no permission for this domain.';
-$wb["password_strength_txt"] = 'Password strength';
-$wb["server_id_txt"] = 'Server';
-$wb["domain_txt"] = 'Domain';
-$wb["listname_txt"] = 'Listname';
-$wb["client_txt"] = 'Client';
-$wb["email_txt"] = 'Email';
-$wb["password_txt"] = 'Password';
-?>
\ No newline at end of file
+$wb['limit_mailmailinglist_txt'] = 'Limit reached';
+$wb['domain_error_empty'] = 'Domain is empty.';
+$wb['listname_error_empty'] = 'Listname is empty.';
+$wb['domain_error_regex'] = 'Invalid domain name.';
+$wb['email_in_use_txt'] = 'Email is in use';
+$wb['no_domain_perm'] = 'You have no permission for this domain.';
+$wb['password_strength_txt'] = 'Password strength';
+$wb['server_id_txt'] = 'Server';
+$wb['domain_txt'] = 'Domain';
+$wb['listname_txt'] = 'Listname';
+$wb['client_txt'] = 'Client';
+$wb['email_txt'] = 'Email';
+$wb['password_txt'] = 'Password';
+$wb['generate_password_txt'] = 'Generate Password';
+$wb['repeat_password_txt'] = 'Repeat Password';
+$wb['password_mismatch_txt'] = 'The passwords do not match.';
+$wb['password_match_txt'] = 'The passwords do match.';
+?>

--
Gitblit v1.9.1