From 3560c8d8e14e5ddc8a619844d9ab86d3b9d8d52e Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Wed, 06 Jul 2016 10:29:10 -0400
Subject: [PATCH] Fixed issue in SQL lib.

---
 interface/web/sites/lib/lang/sk_database_list.lng |   20 +++++++++++---------
 1 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/interface/web/sites/lib/lang/sk_database_list.lng b/interface/web/sites/lib/lang/sk_database_list.lng
index 8944e22..badf566 100644
--- a/interface/web/sites/lib/lang/sk_database_list.lng
+++ b/interface/web/sites/lib/lang/sk_database_list.lng
@@ -1,9 +1,11 @@
-<?php
-$wb['list_head_txt'] = 'Databáza';
-$wb['active_txt'] = 'Aktívne';
-$wb['remote_access_txt'] = 'Vzdialený prístup';
-$wb['server_id_txt'] = 'Server';
-$wb['database_name_txt'] = 'Meno databáza';
-$wb['add_new_record_txt'] = 'Pridať novú databázu';
-?>
-
+<?php
+$wb['list_head_txt'] = 'Databáza';
+$wb['active_txt'] = 'Aktívne';
+$wb['remote_access_txt'] = 'Vzdialený prístup';
+$wb['server_id_txt'] = 'Server';
+$wb['database_name_txt'] = 'Meno databáza';
+$wb['add_new_record_txt'] = 'Pridať novú databázu';
+$wb['database_user_txt'] = 'Database user';
+$wb['parent_domain_id_txt'] = 'Website';
+$wb['type_txt'] = 'Type';
+?>

--
Gitblit v1.9.1