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/ja.lng |   47 ++++++++++++++++++++++++++++-------------------
 1 files changed, 28 insertions(+), 19 deletions(-)

diff --git a/interface/web/sites/lib/lang/ja.lng b/interface/web/sites/lib/lang/ja.lng
index ebaef17..742aef1 100644
--- a/interface/web/sites/lib/lang/ja.lng
+++ b/interface/web/sites/lib/lang/ja.lng
@@ -1,25 +1,34 @@
 <?php
-$wb['Database'] = 'データベース';
+$wb['Websites'] = 'ウェブサイト';
+    $wb['Website'] = 'ウェブサイト';
+    $wb['Subdomain'] = 'サブドメイン';
+    $wb['Aliasdomain'] = 'エイリアスドメイン';
+
+    $wb['Database'] = 'データベース';
+    $wb['Database Users'] = 'Database Users';
+
+$wb['Web Access'] = 'Web Access';
+    $wb['FTP-User'] = 'FTPユーザー';
+    $wb['Webdav-User'] = 'WebDAV-Users';
+    $wb['Folder'] = 'Protected Folders';
+    $wb['Folder users'] = 'Protected Folder Users';
+
+$wb['Command Line'] = 'Command Line';
+    $wb['Shell-User'] = 'Shellユーザー';
+    $wb["Cron Jobs"] = 'Cron Jobs';
+
+$wb["Statistics"] = '利用状況';
+    $wb["Web traffic"] = 'Web Traffic';
+    $wb["Website quota (Harddisk)"] = 'Website quota (Harddisk)';
+    
+$wb["Cron"] = 'Cron';
+$wb["Stats"] = '利用状況';
+$wb['Shell'] = 'Shell';
+$wb['Webdav'] = 'WebDAV';
+$wb['FTP'] = 'FTP';
 $wb['Options'] = 'オプション';
-$wb['Shell User'] = 'Shellユーザー';
 $wb['Domain'] = 'ウェブサイト';
 $wb['Redirect'] = 'リダイレクト';
 $wb['SSL'] = 'SSL';
-$wb['Subdomain'] = 'サブドメイン';
 $wb['Sites'] = 'サイト';
-$wb['Aliasdomain'] = 'エイリアスドメイン';
-$wb['FTP-User'] = 'FTPユーザー';
-$wb['FTP'] = 'FTP';
-$wb['Shell-User'] = 'Shellユーザー';
-$wb['Shell'] = 'Shell';
-$wb['Websites'] = 'ウェブサイト';
-$wb['Stats'] = '利用状況';
-$wb['Website'] = 'Website';
-$wb['Cron'] = 'Cron';
-$wb['Cron Jobs'] = 'Cron Jobs';
-$wb['Statistics'] = 'Statistics';
-$wb['Web traffic'] = 'Web Traffic';
-$wb['Webdav-User'] = 'Webdav User';
-$wb['Webdav'] = 'Webdav';
-$wb['Website quota (Harddisk)'] = 'Website quota (Harddisk)';
-?>
+?>
\ No newline at end of file

--
Gitblit v1.9.1