From 5b633597865c33d81e9da8e5318b8d3ae0e95b47 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Tue, 01 Sep 2009 06:47:43 -0400
Subject: [PATCH] Updated pl language files.

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

diff --git a/interface/web/designer/lib/lang/pl_form_list.lng b/interface/web/designer/lib/lang/pl_form_list.lng
index ac85722..c915c85 100644
--- a/interface/web/designer/lib/lang/pl_form_list.lng
+++ b/interface/web/designer/lib/lang/pl_form_list.lng
@@ -1,7 +1,8 @@
-<?php
-$wb['list_head_txt'] = 'Tylny formularz';
-$wb['form_txt'] = 'Formularz';
-$wb['module_txt'] = 'Moduł';
-$wb['title_txt'] = 'Tytuł';
-$wb['description_txt'] = 'Opis';
-?>
+<?php
+$wb["list_head_txt"] = 'Tylny formularz';
+$wb["form_txt"] = 'Formularz';
+$wb["module_txt"] = 'Moduł';
+$wb["title_txt"] = 'Tytuł';
+$wb["description_txt"] = 'Opis';
+?>
+

--
Gitblit v1.9.1