From 1d8f7f155aadf209eaa4e0ca0805b428b9887b6a Mon Sep 17 00:00:00 2001
From: nveid <nveid@ispconfig3>
Date: Fri, 16 Dec 2011 02:56:46 -0500
Subject: [PATCH] Fixes to allow the serverside to work correctly with mysqli, updating the datalog, and make changes to mysql users in the mysql plugin module.

---
 interface/web/help/lib/lang/sk_support_message.lng |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/interface/web/help/lib/lang/sk_support_message.lng b/interface/web/help/lib/lang/sk_support_message.lng
index 08d0eae..a7d3b31 100644
--- a/interface/web/help/lib/lang/sk_support_message.lng
+++ b/interface/web/help/lib/lang/sk_support_message.lng
@@ -1,7 +1,8 @@
 <?php
-$wb['recipient_id_txt'] = 'Pr�jemca ID';
-$wb['sender_id_txt'] = 'Odosielate? ID';
+$wb['recipient_id_txt'] = 'Príjemca ID';
+$wb['sender_id_txt'] = 'Odosielateľ ID';
 $wb['subject_txt'] = 'Predmet';
-$wb['message_txt'] = 'Spr�va';
-$wb['tstamp_txt'] = '?asov� pe?iatka';
+$wb['message_txt'] = 'Správa';
+$wb['tstamp_txt'] = 'Časová pečiatka';
+$wb['reply_txt'] = 'Reply';
 ?>

--
Gitblit v1.9.1