diff --git a/classes/mod/modCore.class.php b/classes/mod/modCore.class.php index babdd21b..5d6b11c6 100755 --- a/classes/mod/modCore.class.php +++ b/classes/mod/modCore.class.php @@ -135,6 +135,7 @@ abstract class modCore { 'label_config' => sm_get_lang('system', 'config'), 'label_update' => sm_get_lang('system', 'update'), 'label_help' => sm_get_lang('system', 'help'), + 'label_back_to_top' => sm_get_lang('system', 'back_to_top'), ) ); } diff --git a/lang/de.lang.php b/lang/de.lang.php index 6b2f28d2..0e4d8db0 100755 --- a/lang/de.lang.php +++ b/lang/de.lang.php @@ -47,6 +47,7 @@ $sm_lang = array( 'insert' => 'Einfügen', 'add_new' => 'Neuen Eintrag erstellen?', 'update_available' => 'Ein neues Update ist verfügbar auf http://phpservermon.sourceforge.net.', + 'back_to_top' => 'Back to top', ), 'users' => array( 'user' => 'Benutzer', diff --git a/lang/en.lang.php b/lang/en.lang.php index a89f8010..0b27ebc0 100755 --- a/lang/en.lang.php +++ b/lang/en.lang.php @@ -47,6 +47,7 @@ $sm_lang = array( 'insert' => 'Insert', 'add_new' => 'Add new?', 'update_available' => 'A new update is available from http://phpservermon.sourceforge.net.', + 'back_to_top' => 'Back to top', ), 'users' => array( 'user' => 'user', diff --git a/lang/fr.lang.php b/lang/fr.lang.php index ffaf1dcd..04dba517 100755 --- a/lang/fr.lang.php +++ b/lang/fr.lang.php @@ -47,6 +47,7 @@ $sm_lang = array( 'insert' => 'Inserer', 'add_new' => 'Rajouter un nouveau serveur?', 'update_available' => 'Une nouvelle version est disponible à l adresse http://phpservermon.sourceforge.net.', + 'back_to_top' => 'Haut de page', ), 'users' => array( 'user' => 'Utilisateur', diff --git a/lang/nl.lang.php b/lang/nl.lang.php index c3c723d5..4d277498 100755 --- a/lang/nl.lang.php +++ b/lang/nl.lang.php @@ -47,6 +47,7 @@ $sm_lang = array( 'insert' => 'Voeg toe', 'add_new' => 'Voeg toe?', 'update_available' => 'Een nieuwe update is beschikbaar op http://phpservermon.sourceforge.net.', + 'back_to_top' => 'Terug naar boven', ), 'users' => array( 'user' => 'gebruiker', diff --git a/tpl/main.tpl.html b/tpl/main.tpl.html index bb73d06a..35bada22 100755 --- a/tpl/main.tpl.html +++ b/tpl/main.tpl.html @@ -74,7 +74,7 @@ {update_available}