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/hu.lng | 49 +++++++++++++++++++++++++++++-------------------- 1 files changed, 29 insertions(+), 20 deletions(-) diff --git a/interface/web/sites/lib/lang/hu.lng b/interface/web/sites/lib/lang/hu.lng index 49b5d0b..9bff32d 100644 --- a/interface/web/sites/lib/lang/hu.lng +++ b/interface/web/sites/lib/lang/hu.lng @@ -1,25 +1,34 @@ <?php -$wb['Database'] = 'Adatbázis'; +$wb['Websites'] = 'Weboldalak'; + $wb['Website'] = 'Weboldalak'; + $wb['Subdomain'] = 'Subdomain for website'; + $wb['Aliasdomain'] = 'Aliasdomain'; + + $wb['Database'] = 'Adatbázis'; + $wb['Database Users'] = 'Database Users'; + +$wb['Web Access'] = 'Web Access'; + $wb['FTP-User'] = 'FTP Felhasználó'; + $wb['Webdav-User'] = 'Webdav Felhasználó'; + $wb['Folder'] = 'Protected Folders'; + $wb['Folder users'] = 'Protected Folder Users'; + +$wb['Command Line'] = 'Command Line'; + $wb['Shell-User'] = 'Shell Felhasználó'; + $wb["Cron Jobs"] = 'Cron Jobs'; + +$wb["Statistics"] = 'Statisztikák'; + $wb["Web traffic"] = 'Web forgalom'; + $wb["Website quota (Harddisk)"] = 'Website quota (Harddisk)'; + +$wb["Cron"] = 'Cron'; +$wb["Stats"] = 'Statisztikák'; +$wb['Shell'] = 'Shell'; +$wb['Webdav'] = 'WebDAV'; +$wb['FTP'] = 'FTP'; $wb['Options'] = 'Beállítások'; -$wb['Shell User'] = 'Shell Felhasználó'; $wb['Domain'] = 'Domain'; $wb['Redirect'] = 'Átirányítás'; $wb['SSL'] = 'SSL'; -$wb['Subdomain'] = 'Aldomain'; -$wb['Sites'] = 'Weboldalak'; -$wb['Aliasdomain'] = 'Aliasdomain'; -$wb['FTP-User'] = 'FTP Felhasználó'; -$wb['FTP'] = 'FTP'; -$wb['Shell-User'] = 'Shell Felhasználó'; -$wb['Shell'] = 'Shell'; -$wb['Websites'] = 'Webhelyek'; -$wb['Stats'] = 'Statisztikák'; -$wb['Cron'] = 'Cron'; -$wb['Cron Jobs'] = 'Cron Jobs'; -$wb['Statistics'] = 'Statisztikák'; -$wb['Web traffic'] = 'Web forgalom'; -$wb['Webdav-User'] = 'Webdav Felhasználó'; -$wb['Webdav'] = 'Webdav'; -$wb['Website'] = 'Website'; -$wb['Website quota (Harddisk)'] = 'Website quota (Harddisk)'; -?> +$wb['Sites'] = 'Sites'; +?> \ No newline at end of file -- Gitblit v1.9.1