aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/memberlist.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2005-05-31 18:54:00 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2005-05-31 18:54:00 +0000
commitd24f5d734b2a2f059005ce45241d6564fea047e3 (patch)
treefca01ca17291e6d12a692f60ec15be1aa8f879c0 /phpBB/language/en/memberlist.php
parent6482d0e207afa2aa0cfa74824a5348c9bda1fd95 (diff)
downloadforums-d24f5d734b2a2f059005ce45241d6564fea047e3.tar
forums-d24f5d734b2a2f059005ce45241d6564fea047e3.tar.gz
forums-d24f5d734b2a2f059005ce45241d6564fea047e3.tar.bz2
forums-d24f5d734b2a2f059005ce45241d6564fea047e3.tar.xz
forums-d24f5d734b2a2f059005ce45241d6564fea047e3.zip
some language additions and tiny bugfixes related to the request_var change
git-svn-id: file:///svn/phpbb/trunk@5156 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/memberlist.php')
-rw-r--r--phpBB/language/en/memberlist.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/language/en/memberlist.php b/phpBB/language/en/memberlist.php
index 25d68b8215..6c3b2c32ac 100644
--- a/phpBB/language/en/memberlist.php
+++ b/phpBB/language/en/memberlist.php
@@ -58,6 +58,10 @@ $lang += array(
'FIND_USERNAME_EXPLAIN' => 'Use this form to search for specific members. You do not need to fill out all fields. To match partial data use * as a wildcard. When entering dates use the format yyyy-mm-dd, e.g. 2002-01-01. Use the mark checkboxes to select one or more usernames (several usernames may be accepted depending on the form itself). Alternatively you can mark the users required and click the Insert Marked button.',
'FLOOD_EMAIL_LIMIT' => 'You cannot send another email at this time. Please try again later.',
+ 'GROUP_LEADER' => 'Group leader',
+
+ 'HIDE_MEMBER_SEARCH' => 'Hide member search',
+
'ICQ' => 'ICQ',
'IM_ADD_CONTACT' => 'Add Contact',
'IM_AIM' => 'Please note that you need AOL Instant Messenger installed to use this.',
@@ -106,6 +110,7 @@ $lang += array(
'SORT_LAST_ACTIVE' => 'Last active',
'SORT_POST_COUNT' => 'Post count',
+ 'USERNAME_BEGINS_WITH' => 'Username begins with',
'USER_FORUM' => 'Forum statistics',
'USER_ONLINE' => 'Online',
'USER_PRESENCE' => 'Forum presence',