diff options
Diffstat (limited to 'phpBB/language')
| -rwxr-xr-x | phpBB/language/email/group_added_english.tpl | 9 | ||||
| -rwxr-xr-x | phpBB/language/lang_english.php | 5 |
2 files changed, 14 insertions, 0 deletions
diff --git a/phpBB/language/email/group_added_english.tpl b/phpBB/language/email/group_added_english.tpl new file mode 100755 index 0000000000..e6f0e0bba1 --- /dev/null +++ b/phpBB/language/email/group_added_english.tpl @@ -0,0 +1,9 @@ +Congratulations, + +You have been added to the "{GROUP_NAME}" group on {SITENAME}. +This action was done by the group moderator or the site administrator, contact them for more information. + +You can view your groups information here: +{U_GROUPCP} + +{EMAIL_SIG} diff --git a/phpBB/language/lang_english.php b/phpBB/language/lang_english.php index b1e6ec8109..53277c1f76 100755 --- a/phpBB/language/lang_english.php +++ b/phpBB/language/lang_english.php @@ -526,6 +526,9 @@ $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['Group_added'] = "You have been added!"; + +$lang['Could_not_add_user'] = "Could not add the selected user. Please go back and make sure you typed the correct username."; $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!"; @@ -535,6 +538,8 @@ $lang['Usub_success'] = "You have been successfully unsubscribed from this group $lang['Approve_selected'] = "Approve Selected"; $lang['Deny_selected'] = "Deny Selected"; $lang['Not_logged_in'] = "You must be logged in to join a group."; +$lang['Remove_selected'] = "Remove Selected"; +$lang['Add_member'] = "Add Member"; $lang['This_open_group'] = "This is an open group, click to request membership"; $lang['This_closed_group'] = "This is a closed group, no more users accepted"; |
