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',