1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 22:40:39 +02:00

- Manage Groups now works! Hooray!

git-svn-id: file:///svn/phpbb/trunk@5456 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M
2006-01-14 17:17:38 +00:00
parent 887aa75aa2
commit 98fca7dea4
3 changed files with 763 additions and 75 deletions

View File

@@ -63,6 +63,8 @@ $lang = array_merge($lang, array(
'GROUP_IS_FREE' => 'This is a freely open group, all new members are welcome.',
'GROUP_IS_SPECIAL' => 'This is a special group, special groups are managed by the board administrators.',
'GROUP_LIST' => 'Manage Users',
'LOGIN_EXPLAIN_GROUP' => 'You need to login to view group details',
'NOT_LEADER_OF_GROUP' => 'The requested operation cannot be taken because you are not a leader of the selected group.',