From ebd0e986ed11f2a34fb58cdd33efbfab192083ad Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Fri, 22 Apr 2016 05:26:17 -0400
Subject: [PATCH] Added PHP 7 check in installer and updater.

---
 interface/web/sites/lib/lang/pl_web_folder_user.lng |   19 +++++++++++++------
 1 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/interface/web/sites/lib/lang/pl_web_folder_user.lng b/interface/web/sites/lib/lang/pl_web_folder_user.lng
index 3b553e9..b5a90ae 100644
--- a/interface/web/sites/lib/lang/pl_web_folder_user.lng
+++ b/interface/web/sites/lib/lang/pl_web_folder_user.lng
@@ -1,7 +1,14 @@
 <?php
-$wb["web_folder_id_txt"] = 'Folder';
-$wb["username_txt"] = 'Username';
-$wb["password_txt"] = 'Password';
-$wb["active_txt"] = 'Active';
-$wb["folder_error_empty"] = 'No web folder selecetd.';
-?>
\ No newline at end of file
+$wb['web_folder_id_txt'] = 'Katalog';
+$wb['username_txt'] = 'Login';
+$wb['password_txt'] = 'Hasło';
+$wb['active_txt'] = 'Aktywny';
+$wb['folder_error_empty'] = 'Nie wybrano katalogu.';
+$wb['password_strength_txt'] = 'Siła hasła';
+$wb['generate_password_txt'] = 'Generuj hasło';
+$wb['repeat_password_txt'] = 'Powtórz hasło';
+$wb['password_mismatch_txt'] = 'Hasła nie pasują do siebie';
+$wb['password_match_txt'] = 'Hasła pasują';
+$wb['no_folder_perm'] = 'You have no permission for this folder.';
+$wb['error_user_exists_already_txt'] = 'There is already a record for this user.';
+?>

--
Gitblit v1.9.1