1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-08 17:56:52 +02:00

Enable redirect after login

git-svn-id: file:///svn/phpbb/trunk@4768 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2004-01-30 11:48:02 +00:00
parent 0608bc73e6
commit c2f5e580aa
3 changed files with 33 additions and 20 deletions

View File

@@ -219,16 +219,19 @@ $lang = array(
'REPLY_TO_TOPIC' => 'Reply to topic',
'REPLY_WITH_QUOTE' => 'Reply with quote',
'RETURN_INDEX' => 'Click %sHere%s to return to the index',
'RETURN_TOPIC' => 'Click %sHere%s to return to the topic',
'RETURN_POST' => 'Click %sHere%s to return to the post',
'RETURN_FORUM' => 'Click %sHere%s to return to the forum',
'RETURN_LOGIN' => 'Click %sHere%s to try again',
'RETURN_MCP' => 'Click %sHere%s to return to the Moderator Control Panel',
'RETURN_GROUP' => 'Click %sHere%s to return to the Group Control Panel',
'RETURN_UCP' => 'Click %sHere%s to return to the User Control Panel',
'VIEW_MESSAGE' => 'Click %sHere%s to view your message',
'URL_REDIRECT' => 'If your browser does not support meta redirection please click %sHERE%s to be redirected.',
'RETURN_INDEX' => 'Click %sHere%s to return to the index',
'RETURN_TOPIC' => 'Click %sHere%s to return to the topic',
'RETURN_POST' => 'Click %sHere%s to return to the post',
'RETURN_FORUM' => 'Click %sHere%s to return to the forum',
'RETURN_LOGIN' => 'Click %sHere%s to try again',
'RETURN_MCP' => 'Click %sHere%s to return to the Moderator Control Panel',
'RETURN_GROUP' => 'Click %sHere%s to return to the Group Control Panel',
'RETURN_UCP' => 'Click %sHere%s to return to the User Control Panel',
'VIEW_MESSAGE' => 'Click %sHere%s to view your message',
'RETURN_PAGE' => 'Click %sHere%s to return to the previous page',
'LOGIN_REDIRECT' => 'You have been successfully logged in.',
'LOGOUT_REDIRECT' => 'You have been successfully logged out.',
'URL_REDIRECT' => 'If your browser does not support meta redirection please click %sHERE%s to be redirected.',
'INFORMATION' => 'Information',
'BOARD_DISABLE' => 'Sorry but this board is currently unavailable',