From d53f1806ccca0475d9b4dfe3f71a234c9e3ba57c Mon Sep 17 00:00:00 2001
From: cfoe <cfoe@ispconfig3>
Date: Sat, 04 Aug 2012 17:05:44 -0400
Subject: [PATCH] reduced sites module menu

---
 interface/web/sites/lib/lang/hr.lng |   49 +++++++++++++++++++++++++++++--------------------
 1 files changed, 29 insertions(+), 20 deletions(-)

diff --git a/interface/web/sites/lib/lang/hr.lng b/interface/web/sites/lib/lang/hr.lng
index 396accd..6c06502 100644
--- a/interface/web/sites/lib/lang/hr.lng
+++ b/interface/web/sites/lib/lang/hr.lng
@@ -1,25 +1,34 @@
 <?php
-$wb['Database'] = 'Baza';
+$wb['Websites'] = 'Web stranice';
+    $wb['Website'] = 'Web stranice';
+    $wb['Subdomain'] = 'Poddomena';
+    $wb['Aliasdomain'] = 'Alias za web stranicu';
+
+    $wb['Database'] = 'Baza';
+    $wb['Database Users'] = 'Database Users';
+
+$wb['Web Access'] = 'Web Access';
+    $wb['FTP-User'] = 'FTP korisnik';
+    $wb['Webdav-User'] = 'Webdav korisnik';
+    $wb['Folder'] = 'Protected Folders';
+    $wb['Folder users'] = 'Protected Folder Users';
+
+$wb['Command Line'] = 'Command Line';
+    $wb['Shell-User'] = 'Shell korisnik';
+    $wb["Cron Jobs"] = 'Cron zadaci';
+
+$wb["Statistics"] = 'Statistike';
+    $wb["Web traffic"] = 'Promet web stranice';
+    $wb["Website quota (Harddisk)"] = 'Kvota web stranice (tvrdi disk)';
+    
+$wb["Cron"] = 'Cron';
+$wb["Stats"] = 'Statistike';
+$wb['Shell'] = 'Shell';
+$wb['Webdav'] = 'WebDAV';
+$wb['FTP'] = 'FTP';
 $wb['Options'] = 'Opcije';
-$wb['Shell User'] = 'Shell korisnik';
 $wb['Domain'] = 'Domena';
-$wb['Website'] = 'Web stranica';
 $wb['Redirect'] = 'Preusmjeravanje';
 $wb['SSL'] = 'SSL';
-$wb['Subdomain'] = 'Poddomena';
-$wb['Sites'] = 'Web stranice';
-$wb['Aliasdomain'] = 'Alias za web stranicu';
-$wb['FTP-User'] = 'FTP korisnik';
-$wb['FTP'] = 'FTP';
-$wb['Shell-User'] = 'Shell korisnik';
-$wb['Shell'] = 'Shell';
-$wb['Webdav-User'] = 'Webdav korisnik';
-$wb['Webdav'] = 'Webdav';
-$wb['Websites'] = 'Web stranice';
-$wb['Stats'] = 'Statistike';
-$wb['Cron'] = 'Cron';
-$wb['Cron Jobs'] = 'Cron zadaci';
-$wb['Statistics'] = 'Statistike';
-$wb['Web traffic'] = 'Promet web stranice';
-$wb['Website quota (Harddisk)'] = 'Kvota web stranice (tvrdi disk)';
-?>
+$wb['Sites'] = 'Sites';
+?>
\ No newline at end of file

--
Gitblit v1.9.1