From e7acc9c82c4654e4bdea2f61f15c36fe1a5be1d8 Mon Sep 17 00:00:00 2001 From: Tom Beddard Date: Thu, 29 Dec 2005 01:47:18 +0000 Subject: [PATCH] Search related strings git-svn-id: file:///svn/phpbb/trunk@5391 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/common.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 8f843052d5..b9ce1506d3 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -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 can post attachments in this forum', 'RULES_ATTACH_CANNOT' => 'You cannot post attachments in this forum', 'RULES_DELETE_CAN' => 'You can 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',