1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-06 06:25:04 +02:00

Well, we can at least do some work here as long as phpbb.com is down

git-svn-id: file:///svn/phpbb/trunk@7169 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Dominik Dröscher 2007-03-11 12:59:39 +00:00
parent 3a2e4e31cc
commit 3e7ca0bd9f
2 changed files with 2 additions and 1 deletions

View File

@ -170,7 +170,7 @@ function switch_menu()
<span class="corners-top"><span></span></span> <span class="corners-top"><span></span></span>
<div id="content"> <div id="content">
<div id="toggle"> <div id="toggle">
<a id="toggle_handle" accesskey="m" title="Hide / Show side menu - Accesskey: m" onclick="switch_menu(); return false;" href="#"></a></div> <a id="toggle_handle" accesskey="m" title="{L_MENU_TOGGLE}" onclick="switch_menu(); return false;" href="#"></a></div>
<div id="menu"> <div id="menu">
<p>{L_LOGGED_IN_AS}<br /><strong>{USERNAME}</strong> [&nbsp;<a href="{U_LOGOUT}">{L_LOGOUT}</a>&nbsp;]</p> <p>{L_LOGGED_IN_AS}<br /><strong>{USERNAME}</strong> [&nbsp;<a href="{U_LOGOUT}">{L_LOGOUT}</a>&nbsp;]</p>
<ul> <ul>

View File

@ -235,6 +235,7 @@ $lang = array_merge($lang, array(
'LOOK_UP_FORUMS_EXPLAIN'=> 'You are able to select more than one forum', 'LOOK_UP_FORUMS_EXPLAIN'=> 'You are able to select more than one forum',
'MANAGE' => 'Manage', 'MANAGE' => 'Manage',
'MENU_TOGGLE' => 'Hide or display the side menu',
'MOVE_DOWN' => 'Move down', 'MOVE_DOWN' => 'Move down',
'MOVE_UP' => 'Move up', 'MOVE_UP' => 'Move up',