diff --git a/e107_admin/includes/infopanel.php b/e107_admin/includes/infopanel.php index ca562d228..94f42b51e 100644 --- a/e107_admin/includes/infopanel.php +++ b/e107_admin/includes/infopanel.php @@ -209,11 +209,11 @@ class adminstyle_infopanel // ------------------------------- e107 News -------------------------------- $newsTabs = array(); - $newsTabs['coreFeed'] = array('caption'=>'General','text'=>"
"); - $newsTabs['pluginFeed'] = array('caption'=>'Plugins','text'=>""); - $newsTabs['themeFeed'] = array('caption'=>'Themes','text'=>""); + $newsTabs['coreFeed'] = array('caption'=>LAN_GENERAL,'text'=>""); + $newsTabs['pluginFeed'] = array('caption'=>LAN_PLUGIN,'text'=>""); + $newsTabs['themeFeed'] = array('caption'=>LAN_THEMES,'text'=>""); - $text2 = $ns->tablerender("Latest e107 News",e107::getForm()->tabs($newsTabs, array('active'=>'coreFeed')),"core-infopanel_news",true); + $text2 = $ns->tablerender(LAN_LATEST_e107_NEWS,e107::getForm()->tabs($newsTabs, array('active'=>'coreFeed')),"core-infopanel_news",true); @@ -226,7 +226,7 @@ class adminstyle_infopanel - $text2 .= $ns->tablerender("Website Status", $this->renderWebsiteStatus(),"",true); + $text2 .= $ns->tablerender(LAN_WEBSITE_STATUS, $this->renderWebsiteStatus(),"",true); // $text .= $ns->tablerender(ADLAN_LAT_1,$tp->parseTemplate("{ADMIN_LATEST=norender}"),"core-infopanel_latest",true); @@ -352,8 +352,8 @@ class adminstyle_infopanel */ $tab = array(); - $tab['e-stats'] = array('caption'=>$tp->toGlyph('fa-signal').' Stats', 'text'=>$this->renderChart()); - $tab['e-online'] = array('caption'=>$tp->toGlyph('fa-user').' Online ('.$this->renderOnlineUsers('count').')', 'text'=>$this->renderOnlineUsers()); + $tab['e-stats'] = array('caption'=>$tp->toGlyph('fa-signal').' '.LAN_STATS, 'text'=>$this->renderChart()); + $tab['e-online'] = array('caption'=>$tp->toGlyph('fa-user').' '.LAN_ONLINE.' ('.$this->renderOnlineUsers('count').')', 'text'=>$this->renderOnlineUsers()); @@ -401,19 +401,18 @@ class adminstyle_infopanel $panelOnline .= (!empty($multilan)) ? "{COMMENT}