summaryrefslogtreecommitdiffstats
path: root/modules-available/systemstatus/page.inc.php
diff options
context:
space:
mode:
authorSimon Rettberg2020-02-27 14:13:17 +0100
committerSimon Rettberg2020-02-27 14:13:17 +0100
commitaa6460e18e75d646f1bd8fc037b3280e7612f2de (patch)
tree220560a9cd80fdf9b2cad99621dd1e13f0158587 /modules-available/systemstatus/page.inc.php
parent[rebootcontrol] Add "delete subnet" button (diff)
downloadslx-admin-aa6460e18e75d646f1bd8fc037b3280e7612f2de.tar.gz
slx-admin-aa6460e18e75d646f1bd8fc037b3280e7612f2de.tar.xz
slx-admin-aa6460e18e75d646f1bd8fc037b3280e7612f2de.zip
Update translations
Diffstat (limited to 'modules-available/systemstatus/page.inc.php')
-rw-r--r--modules-available/systemstatus/page.inc.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules-available/systemstatus/page.inc.php b/modules-available/systemstatus/page.inc.php
index 6876d0b5..dc35f257 100644
--- a/modules-available/systemstatus/page.inc.php
+++ b/modules-available/systemstatus/page.inc.php
@@ -29,6 +29,8 @@ class Page_SystemStatus extends Page
}
$tabs = array('DmsdLog', 'Netstat', 'PsList', 'LdadpLog', 'LighttpdLog');
$data['tabs'] = array();
+ // Dictionary::translate('tab_DmsdLog') Dictionary::translate('tab_LdadpLog') Dictionary::translate('tab_Netstat')
+ // Dictionary::translate('tab_LighttpdLog') Dictionary::translate('tab_PsList')
foreach ($tabs as $tab) {
$data['tabs'][] = array(
'type' => $tab,