diff options
author | Tom Beddard <subblue@users.sourceforge.net> | 2005-12-22 00:03:17 +0000 |
---|---|---|
committer | Tom Beddard <subblue@users.sourceforge.net> | 2005-12-22 00:03:17 +0000 |
commit | 7bf8321e1dd7c5fe0054662315eeceaeb07759cd (patch) | |
tree | 9dbb29ac593644f88eb168c62e451d843a1cdf33 | |
parent | 1ec71c78b690d87beccb8e6e84fa8bfa6f7a5f2c (diff) | |
download | forums-7bf8321e1dd7c5fe0054662315eeceaeb07759cd.tar forums-7bf8321e1dd7c5fe0054662315eeceaeb07759cd.tar.gz forums-7bf8321e1dd7c5fe0054662315eeceaeb07759cd.tar.bz2 forums-7bf8321e1dd7c5fe0054662315eeceaeb07759cd.tar.xz forums-7bf8321e1dd7c5fe0054662315eeceaeb07759cd.zip |
A few additions required by the new style
git-svn-id: file:///svn/phpbb/trunk@5367 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/language/en/common.php | 6 |
1 files changed, 6 insertions, 0 deletions
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 <b>%s</b> 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 <b>cannot</b> 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', |