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/it.lng |   49 +++++++++++++++++++++++++++++--------------------
 1 files changed, 29 insertions(+), 20 deletions(-)

diff --git a/interface/web/sites/lib/lang/it.lng b/interface/web/sites/lib/lang/it.lng
index 1c65729..5000b37 100644
--- a/interface/web/sites/lib/lang/it.lng
+++ b/interface/web/sites/lib/lang/it.lng
@@ -1,25 +1,34 @@
 <?php
-$wb['Database'] = 'Database';
+$wb['Websites'] = 'Siti';
+    $wb['Website'] = 'Siti';
+    $wb['Subdomain'] = 'Sottodomini';
+    $wb['Aliasdomain'] = 'Alias dominio';
+
+    $wb['Database'] = 'Databases';
+    $wb['Database Users'] = 'Database Users';
+
+$wb['Web Access'] = 'Web Access';
+    $wb['FTP-User'] = 'Utente FTP';
+    $wb['Webdav-User'] = 'Utente Webdav';
+    $wb['Folder'] = 'Protected Folders';
+    $wb['Folder users'] = 'Protected Folder Users';
+
+$wb['Command Line'] = 'Command Line';
+    $wb['Shell-User'] = 'Utente Shell';
+    $wb["Cron Jobs"] = 'Cron Jobs';
+
+$wb["Statistics"] = 'Statistiche';
+    $wb["Web traffic"] = 'Traffico web';
+    $wb["Website quota (Harddisk)"] = 'Quota sito web (Harddisk)';
+    
+$wb["Cron"] = 'Cron';
+$wb["Stats"] = 'Statistiche';
+$wb['Shell'] = 'Shell';
+$wb['Webdav'] = 'WebDAV';
+$wb['FTP'] = 'FTP';
 $wb['Options'] = 'Opzioni';
-$wb['Shell User'] = 'Utente Shell';
 $wb['Domain'] = 'Dominio';
 $wb['Redirect'] = 'Redirect';
 $wb['SSL'] = 'SSL';
-$wb['Subdomain'] = 'Sottodomini';
-$wb['Sites'] = 'Siti';
-$wb['Aliasdomain'] = 'Alias dominio';
-$wb['FTP-User'] = 'Utente FTP';
-$wb['FTP'] = 'FTP';
-$wb['Shell-User'] = 'Utente Shell';
-$wb['Shell'] = 'Shell';
-$wb['Websites'] = 'Siti';
-$wb['Stats'] = 'Statistiche';
-$wb['Website'] = 'Sito web';
-$wb['Cron'] = 'Cron';
-$wb['Cron Jobs'] = 'Cron Jobs';
-$wb['Statistics'] = 'Statistiche';
-$wb['Web traffic'] = 'Traffico web';
-$wb['Webdav-User'] = 'Utente Webdav';
-$wb['Webdav'] = 'Webdav';
-$wb['Website quota (Harddisk)'] = 'Quota sito web (Harddisk)';
-?>
+$wb['Sites'] = 'Sito web';
+?>
\ No newline at end of file

--
Gitblit v1.9.1