diff options
| author | Tom Beddard <subblue@users.sourceforge.net> | 2005-12-29 01:47:18 +0000 |
|---|---|---|
| committer | Tom Beddard <subblue@users.sourceforge.net> | 2005-12-29 01:47:18 +0000 |
| commit | e7acc9c82c4654e4bdea2f61f15c36fe1a5be1d8 (patch) | |
| tree | 96579f003a7648d185e67e06176a1b0f1e55b541 | |
| parent | 844da81dfa30de1def39be33413d8dfccf234db9 (diff) | |
| download | forums-e7acc9c82c4654e4bdea2f61f15c36fe1a5be1d8.tar forums-e7acc9c82c4654e4bdea2f61f15c36fe1a5be1d8.tar.gz forums-e7acc9c82c4654e4bdea2f61f15c36fe1a5be1d8.tar.bz2 forums-e7acc9c82c4654e4bdea2f61f15c36fe1a5be1d8.tar.xz forums-e7acc9c82c4654e4bdea2f61f15c36fe1a5be1d8.zip | |
Search related strings
git-svn-id: file:///svn/phpbb/trunk@5391 89ea8834-ac86-4346-8a33-228a782c2dd0
| -rw-r--r-- | phpBB/language/en/common.php | 2 |
1 files changed, 2 insertions, 0 deletions
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 <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', |
