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:
parent
3a2e4e31cc
commit
3e7ca0bd9f
@ -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> [ <a href="{U_LOGOUT}">{L_LOGOUT}</a> ]</p>
|
<p>{L_LOGGED_IN_AS}<br /><strong>{USERNAME}</strong> [ <a href="{U_LOGOUT}">{L_LOGOUT}</a> ]</p>
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -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',
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user