aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2011-10-14 00:54:11 +0200
committerJoas Schilling <nickvergessen@gmx.de>2011-10-28 22:55:26 +0200
commit65a34fd047f4ac1ff3638a568f44d3fe7d664d88 (patch)
tree91ec316563f8194af630990d3bc77492fa8e2d95 /phpBB/language
parent85407986ead970b60ca75fdada9de774248c9a81 (diff)
downloadforums-65a34fd047f4ac1ff3638a568f44d3fe7d664d88.tar
forums-65a34fd047f4ac1ff3638a568f44d3fe7d664d88.tar.gz
forums-65a34fd047f4ac1ff3638a568f44d3fe7d664d88.tar.bz2
forums-65a34fd047f4ac1ff3638a568f44d3fe7d664d88.tar.xz
forums-65a34fd047f4ac1ff3638a568f44d3fe7d664d88.zip
[ticket/10410] Add option to display users in their first teampage group
PHPBB3-10410
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/acp/groups.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/phpBB/language/en/acp/groups.php b/phpBB/language/en/acp/groups.php
index 11342bf4f2..28e6fb80d9 100644
--- a/phpBB/language/en/acp/groups.php
+++ b/phpBB/language/en/acp/groups.php
@@ -129,11 +129,13 @@ $lang = array_merge($lang, array(
'SPECIAL_GROUPS' => 'Pre-defined groups',
'SPECIAL_GROUPS_EXPLAIN' => 'Pre-defined groups are special groups, they cannot be deleted or directly modified. However you can still add users and alter basic settings.',
+ 'TEAMPAGE_DISP_ALL' => 'All memberships',
+ 'TEAMPAGE_DISP_DEFAULT' => 'User’s default group only',
+ 'TEAMPAGE_DISP_FIRST' => 'First membership only',
'TEAMPAGE_EXPLAIN' => 'These are the groups which are displayed on the teampage:',
'TEAMPAGE_FORUMS' => 'Display moderated forums',
'TEAMPAGE_FORUMS_EXPLAIN' => 'If set to yes, moderators will have a list with all of the forums where they have moderator permissions displayed in their row. This can be very database intensive for big boards.',
- 'TEAMPAGE_MULTIPLE' => 'Display users in all groups',
- 'TEAMPAGE_MULTIPLE_EXPLAIN' => 'If set to no, the users will only be displayed in their primary group (If the primary group is not listed, the users will be displayed in their first displayed group).',
+ 'TEAMPAGE_MEMBERSHIPS' => 'Display user memberships',
'TEAMPAGE_SETTINGS' => 'Teampage settings',
'TOTAL_MEMBERS' => 'Members',