1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 08:47:45 +02:00

Implemented Bart's 'egosearch', and the search for unanswered posts.

Created links that are accessable from anywhere


git-svn-id: file:///svn/phpbb/trunk@1310 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
James Atkinson
2001-11-14 06:37:05 +00:00
parent f697f04514
commit f448cdf609
4 changed files with 22 additions and 2 deletions

View File

@@ -132,6 +132,8 @@ $lang['Online_users'] = "In total there are %d users online :: %d Registered, %d
$lang['Online_user'] = "In total there is %d user online :: %d Registered, %d Hidden and %d Guests";
$lang['You_last_visit'] = "You last visited on";
$lang['Search_your_posts'] = "View your posts";
$lang['Search_unanswered'] = "View unanswered posts";
$lang['Add'] = "Add";
$lang['Register'] = "Register";
$lang['Profile'] = "Profile";