From d9bcf68e395d6156645a7974b1a992aa6e6c00aa Mon Sep 17 00:00:00 2001
From: Marius Cramer <m.cramer@pixcept.de>
Date: Mon, 14 Oct 2013 08:57:25 -0400
Subject: [PATCH] Added missing empty directories from svn import

---
 interface/web/mail/lib/lang/pl_mail_domain_catchall_list.lng |   15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/interface/web/mail/lib/lang/pl_mail_domain_catchall_list.lng b/interface/web/mail/lib/lang/pl_mail_domain_catchall_list.lng
index 17d089f..1f0aad1 100644
--- a/interface/web/mail/lib/lang/pl_mail_domain_catchall_list.lng
+++ b/interface/web/mail/lib/lang/pl_mail_domain_catchall_list.lng
@@ -1,10 +1,9 @@
 <?php
-$wb["list_head_txt"] = 'E-mail Catchall';
-$wb["active_txt"] = 'Aktywny';
-$wb["source_txt"] = 'źródło';
-$wb["destination_txt"] = 'Element docelowy adresu E-mail';
-$wb["server_id_txt"] = 'Serwer';
-$wb["domain_txt"] = 'Domena';
-$wb["add_new_record_txt"] = 'Dodaj nowy Catchall';
+$wb['list_head_txt'] = 'E-mail Catchall';
+$wb['active_txt'] = 'Aktywny';
+$wb['source_txt'] = 'źródło';
+$wb['destination_txt'] = 'Element docelowy adresu E-mail';
+$wb['server_id_txt'] = 'Serwer';
+$wb['domain_txt'] = 'Domena';
+$wb['add_new_record_txt'] = 'Dodaj nowy Catchall';
 ?>
-

--
Gitblit v1.9.1