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', 'servers' => 'Servidores',
'users' => 'Usuários', 'users' => 'Usuários',
'log' => 'Log', 'log' => 'Log',
'status' => 'Status',
'update' => 'Atualização', 'update' => 'Atualização',
'config' => 'Configuração', 'config' => 'Configuração',
'help' => 'Ajuda', 'help' => 'Ajuda',

View File

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

View File

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

View File

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

View File

@ -32,6 +32,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' => 'Servers', 'servers' => 'Servers',
'users' => 'Gebruikers', 'users' => 'Gebruikers',
'log' => 'Log', 'log' => 'Log',
'status' => 'Status',
'update' => 'Update', 'update' => 'Update',
'config' => 'Config', 'config' => 'Config',
'help' => 'Help', 'help' => 'Help',

View File

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

View File

@ -78,7 +78,7 @@
<a href="index.php?type=log">{label_log}</a> <a href="index.php?type=log">{label_log}</a>
</li> </li>
<li id="nav_option_status" class="{active_status}"> <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>
<li id="nav_option_config" class="{active_config}"> <li id="nav_option_config" class="{active_config}">
<a href="index.php?type=config">{label_config}</a> <a href="index.php?type=config">{label_config}</a>
@ -101,7 +101,7 @@
<footer class="footer"> <footer class="footer">
<p class="pull-right"><a href="#">{label_back_to_top}</a></p> <p class="pull-right"><a href="#">{label_back_to_top}</a></p>
<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> <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap</a>
<br/> <br/>
Copyright &copy; 2008-2014 <a href="mailto:pep@neanderthal-technology.com">Pepijn Over</a> Copyright &copy; 2008-2014 <a href="mailto:pep@neanderthal-technology.com">Pepijn Over</a>