1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

Group CP done, except for group moderators removing group members

git-svn-id: file:///svn/phpbb/trunk@899 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
James Atkinson
2001-08-17 17:40:37 +00:00
parent ca10febbbd
commit edd5b78b36
4 changed files with 142 additions and 9 deletions

View File

@@ -0,0 +1,8 @@
Congratulations,
Your request to join the "{GROUP_NAME}" group on {SITENAME} has been approved.
Click on the following link to see your group membership.
{U_GROUPCP}
{EMAIL_SIG}

View File

@@ -473,6 +473,12 @@ $lang['No_group_members'] = "This group has no members";
$lang["Group_joined"] = "You have successfully subscribed to this group, you will be notifed when your subscription is approved by the group moderator.";
$lang['Group_request'] = "A request to join your group has been made";
$lang['Group_approved'] = "Your request has been approved";
$lang['Confirm_unsub'] = "Are you sure you want to unsubscribe from this group?";
$lang['Confirm_unsub_pending'] = "Are you sure you want to unsubscribe from this group? You subscription has not yet been approved or denied!";
$lang['Usub_success'] = "You have been successfully unsubscribed from this group.";
$lang['Approve_selected'] = "Approve Selected";
$lang['Deny_selected'] = "Deny Selected";