From 070cbefa461d53031b6fa8a168c3e9c9db539fb0 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Wed, 1 Sep 2004 15:47:46 +0000 Subject: This is a mass commit ... expect trouble! Changes made here are primarily to how login is handled, schema changes necessary! git-svn-id: file:///svn/phpbb/trunk@4970 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/groups.php | 50 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 phpBB/language/en/groups.php (limited to 'phpBB/language/en/groups.php') diff --git a/phpBB/language/en/groups.php b/phpBB/language/en/groups.php new file mode 100644 index 0000000000..0186ce0ad1 --- /dev/null +++ b/phpBB/language/en/groups.php @@ -0,0 +1,50 @@ + 'Group avatar', + 'GROUP_CLOSED' => 'Closed', + 'GROUP_DESC' => 'Group description', + 'GROUP_HIDDEN' => 'Hidden', + 'GROUP_INFORMATION' => 'Usergroup Information', + 'GROUP_MEMBERS' => 'Group members', + 'GROUP_NAME' => 'Group name', + 'GROUP_OPEN' => 'Open', + 'GROUP_RANK' => 'Group rank', + 'GROUP_TYPE' => 'Group type', + 'GROUP_IS_CLOSED' => 'This is a closed group, new members cannot automatically join.', + 'GROUP_IS_OPEN' => 'This is an open group, members can apply to join.', + 'GROUP_IS_HIDDEN' => 'This is a hidden group, only members of this group can view its membership.', + '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.', + + 'REMOVE_SELECTED' => 'Remove selected', +); + +?> \ No newline at end of file -- cgit v1.2.1