From 66c3bc24f069a2854bdf1eeebb6dcb51f6ef0afb Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Wed, 28 Oct 2009 14:30:28 -0400
Subject: [PATCH] Implemented: FS#757 - Add "custom" option to transports

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

diff --git a/interface/web/monitor/lib/lang/pl_syslog_list.lng b/interface/web/monitor/lib/lang/pl_syslog_list.lng
index 899e623..125494b 100644
--- a/interface/web/monitor/lib/lang/pl_syslog_list.lng
+++ b/interface/web/monitor/lib/lang/pl_syslog_list.lng
@@ -1,8 +1,7 @@
 <?php
-$wb["list_head_txt"] = 'Log ISPConfig';
-$wb["tstamp_txt"] = 'Data';
-$wb["server_id_txt"] = 'Serwer';
-$wb["loglevel_txt"] = 'Poziom Logu';
-$wb["message_txt"] = 'Wiadomość';
+$wb['list_head_txt'] = 'Log ISPConfig';
+$wb['tstamp_txt'] = 'Data';
+$wb['server_id_txt'] = 'Serwer';
+$wb['loglevel_txt'] = 'Poziom Logu';
+$wb['message_txt'] = 'Wiadomość';
 ?>
-

--
Gitblit v1.9.1