diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 6197808a67..1461d5a9be 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -121,6 +121,7 @@ $lang = array_merge($lang, array( 'EXTENSION_DISABLED_AFTER_POSTING' => 'The extension %s has been deactivated and can no longer be displayed', 'FAQ' => 'FAQ', + 'FAQ_DESC' => 'Frequently Asked Questions', 'FILENAME' => 'Filename', 'FILESIZE' => 'Filesize', 'FILE_COMMENT' => 'File comment', @@ -169,6 +170,7 @@ $lang = array_merge($lang, array( 'HIDE_GUESTS' => 'Hide Guests', 'HIDE_ME' => 'Hide my online status this session', 'HOURS' => 'Hours', + 'HOME' => 'Home', 'ICQ_STATUS' => 'ICQ Status', 'IF' => 'If', @@ -221,6 +223,7 @@ $lang = array_merge($lang, array( 'MB' => 'MB', 'MCP' => 'Moderator Control Panel', 'MEMBERLIST' => 'Members', + 'MEMBERLIST_DESC' => 'View complete list of members', 'MERGE_TOPIC' => 'Merge Topic', 'MESSAGE' => 'Message', 'MESSAGE_BODY' => 'Message body', @@ -342,6 +345,8 @@ $lang = array_merge($lang, array( 'RULES_VOTE_CANNOT' => 'You cannot vote in polls in this forum', 'SEARCH' => 'Search', + 'SEARCH_ADV' => 'Advanced Search', + 'SEARCH_DESC' => 'Enter search keywords', 'SEARCHING_FORUMS' => 'Searching forums', 'SELECT_DESTINATION_FORUM' => 'Please select a forum for destination', 'SEARCH_ACTIVE_TOPICS' => 'View active topics', @@ -354,6 +359,7 @@ $lang = array_merge($lang, array( 'SEND_EMAIL' => 'Email', 'SEND_PRIVATE_MESSAGE' => 'Send private message', 'SIGNATURE' => 'Signature', + 'SKIP' => 'Skip to content', 'SORRY_AUTH_READ' => 'You are not authorized to read this forum', 'SORT_BY' => 'Sort by', 'SORT_JOINED' => 'Joined Date',