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:
8
phpBB/language/email/group_approved_english.tpl
Executable file
8
phpBB/language/email/group_approved_english.tpl
Executable 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}
|
@@ -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";
|
||||
|
Reference in New Issue
Block a user