fixing status label in top menu

pull/18/head^2
Pepijn Over 2014-02-08 21:56:15 +01:00
parent d6ff7bfbda
commit 377e3e485a
8 changed files with 10 additions and 2 deletions

View File

@ -31,6 +31,7 @@ $sm_lang = array(
'servers' => 'Servidores',
'users' => 'Usuários',
'log' => 'Log',
'status' => 'Status',
'update' => 'Atualização',
'config' => 'Configuração',
'help' => 'Ajuda',

View File

@ -31,6 +31,7 @@ $sm_lang = array(
'servers' => 'Server',
'users' => 'Benutzer',
'log' => 'Log',
'status' => 'Status',
'update' => 'Updates',
'config' => 'Einstellungen',
'help' => 'Hilfe',
@ -89,6 +90,7 @@ $sm_lang = array(
'language_fr' => 'French',
'language_de' => 'German',
'language_kr' => 'Korean',
'language_br' => 'Portuguese - Brazilian',
'show_update' => 'Updats wöchentlich prüfen?',
'email_status' => 'Email senden erlauben?',
'email_from_email' => 'Email from address',

View File

@ -31,6 +31,7 @@ $sm_lang = array(
'servers' => 'Servers',
'users' => 'Users',
'log' => 'Log',
'status' => 'Status',
'update' => 'Update',
'config' => 'Config',
'help' => 'Help',

View File

@ -31,6 +31,7 @@ $sm_lang = array(
'servers' => 'Serveurs',
'users' => 'Utilisateurs',
'log' => 'Evenements',
'status' => 'Status',
'update' => 'Mise à jour',
'config' => 'Configuration',
'help' => 'Aide',

View File

@ -32,6 +32,7 @@ $sm_lang = array(
'servers' => '서버목록',
'users' => '사용자',
'log' => '로그',
'status' => 'Status',
'update' => '업데이트',
'config' => '설정',
'help' => '도움말',

View File

@ -31,6 +31,7 @@ $sm_lang = array(
'servers' => 'Servers',
'users' => 'Gebruikers',
'log' => 'Log',
'status' => 'Status',
'update' => 'Update',
'config' => 'Config',
'help' => 'Help',

View File

@ -211,6 +211,7 @@ abstract class AbstractModule implements ModuleInterface {
'label_servers' => psm_get_lang('system', 'servers'),
'label_users' => psm_get_lang('system', 'users'),
'label_log' => psm_get_lang('system', 'log'),
'label_status' => psm_get_lang('system', 'status'),
'label_config' => psm_get_lang('system', 'config'),
'label_update' => psm_get_lang('system', 'update'),
'label_help' => psm_get_lang('system', 'help'),

View File

@ -78,7 +78,7 @@
<a href="index.php?type=log">{label_log}</a>
</li>
<li id="nav_option_status" class="{active_status}">
<a href="index.php?type=status">{label_status}Status</a>
<a href="index.php?type=status">{label_status}</a>
</li>
<li id="nav_option_config" class="{active_config}">
<a href="index.php?type=config">{label_config}</a>
@ -101,7 +101,7 @@
<footer class="footer">
<p class="pull-right"><a href="#">{label_back_to_top}</a></p>
<p>
Powered by <a href="http://phpservermon.sourceforge.net" target="_blank">PHP Server Monitor</a> and
Powered by <a href="http://phpservermon.neanderthal-technology.com" target="_blank">PHP Server Monitor</a> and
<a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap</a>
<br/>
Copyright &copy; 2008-2014 <a href="mailto:pep@neanderthal-technology.com">Pepijn Over</a>