1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-09 17:15:19 +02:00

Search related strings

git-svn-id: file:///svn/phpbb/trunk@5391 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Tom Beddard 2005-12-29 01:47:18 +00:00
parent 844da81dfa
commit e7acc9c82c

View File

@ -328,6 +328,7 @@ $lang = array_merge($lang, array(
'RETURN_FORUM' => 'Click %sHere%s to return to the forum',
'RETURN_PAGE' => 'Click %sHere%s to return to the previous page',
'RETURN_TOPIC' => 'Click %sHere%s to return to the topic',
'RETURN_TO' => 'Return to',
'RULES_ATTACH_CAN' => 'You <b>can</b> post attachments in this forum',
'RULES_ATTACH_CANNOT' => 'You <b>cannot</b> post attachments in this forum',
'RULES_DELETE_CAN' => 'You <b>can</b> delete your posts in this forum',
@ -347,6 +348,7 @@ $lang = array_merge($lang, array(
'SEARCH' => 'Search',
'SEARCH_ADV' => 'Advanced Search',
'SEARCH_ADV_EXPLAIN' => 'View the advanced search options',
'SEARCH_KEYWORDS' => 'Enter search keywords',
'SEARCHING_FORUMS' => 'Searching forums',
'SELECT_DESTINATION_FORUM' => 'Please select a forum for destination',