From b51db0fd263987bb7999e6bb8eb897b8884beedd Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Thu, 29 Sep 2011 08:20:07 -0400
Subject: [PATCH] Merged language files.

---
 interface/web/mail/lib/lang/hr_mail_forward.lng |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/interface/web/mail/lib/lang/hr_mail_forward.lng b/interface/web/mail/lib/lang/hr_mail_forward.lng
index 5362149..9ac60a2 100644
--- a/interface/web/mail/lib/lang/hr_mail_forward.lng
+++ b/interface/web/mail/lib/lang/hr_mail_forward.lng
@@ -1,7 +1,8 @@
 <?php
-$wb["email_txt"] = 'Email';
-$wb["destination_txt"] = 'Destination Email';
-$wb["active_txt"] = 'Active';
-$wb["limit_mailforward_txt"] = 'The max. number of email forwarders for your account is reached.';
-$wb["duplicate_mailbox_txt"] = 'There is already a mailbox with this email address';
+$wb['email_txt'] = 'Email';
+$wb['destination_txt'] = 'Destination Email';
+$wb['active_txt'] = 'Active';
+$wb['limit_mailforward_txt'] = 'The max. number of email forwarders for your account is reached.';
+$wb['duplicate_mailbox_txt'] = 'There is already a mailbox with this email address';
+$wb['domain_txt'] = 'Domain';
 ?>

--
Gitblit v1.9.1