aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2012-11-13 15:32:35 +0100
committerJoas Schilling <nickvergessen@gmx.de>2012-11-14 02:01:15 +0100
commit6a27a95f30f7dafffe994aceb75a3cf769d13221 (patch)
treeed5442be9313cfef34dcc274f5523efd3b3b808c /phpBB/language
parent53cb148d70b8ab89f8f8e6fba98a63f290ebf21b (diff)
downloadforums-6a27a95f30f7dafffe994aceb75a3cf769d13221.tar
forums-6a27a95f30f7dafffe994aceb75a3cf769d13221.tar.gz
forums-6a27a95f30f7dafffe994aceb75a3cf769d13221.tar.bz2
forums-6a27a95f30f7dafffe994aceb75a3cf769d13221.tar.xz
forums-6a27a95f30f7dafffe994aceb75a3cf769d13221.zip
[ticket/10411] Use new teampage and legend class in ACP and memberlist
PHPBB3-10411
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/acp/groups.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/groups.php b/phpBB/language/en/acp/groups.php
index a5c0af933c..18e5cbaa1d 100644
--- a/phpBB/language/en/acp/groups.php
+++ b/phpBB/language/en/acp/groups.php
@@ -36,12 +36,14 @@ if (empty($lang) || !is_array($lang))
$lang = array_merge($lang, array(
'ACP_GROUPS_MANAGE_EXPLAIN' => 'From this panel you can administer all your usergroups. You can delete, create and edit existing groups. Furthermore, you may choose group leaders, toggle open/hidden/closed group status and set the group name and description.',
+ 'ADD_CATEGORY' => 'Add category',
'ADD_USERS' => 'Add users',
'ADD_USERS_EXPLAIN' => 'Here you can add new users to the group. You may select whether this group becomes the new default for the selected users. Additionally you can define them as group leaders. Please enter each username on a separate line.',
'COPY_PERMISSIONS' => 'Copy permissions from',
'COPY_PERMISSIONS_EXPLAIN' => 'Once created, the group will have the same permissions as the one you select here.',
'CREATE_GROUP' => 'Create new group',
+ 'CATEGORY_NAME' => 'Category name',
'GROUPS_NO_MEMBERS' => 'This group has no members',
'GROUPS_NO_MODS' => 'No group leaders defined',
@@ -130,6 +132,7 @@ $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' => 'Teampage',
'TEAMPAGE_DISP_ALL' => 'All memberships',
'TEAMPAGE_DISP_DEFAULT' => 'User’s default group only',
'TEAMPAGE_DISP_FIRST' => 'First membership only',