mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
git-svn-id: file:///svn/phpbb/trunk@6753 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
a2e512b218
commit
37de46aede
2 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@ Subject: You have been added to this usergroup
|
||||||
Congratulations,
|
Congratulations,
|
||||||
|
|
||||||
You have been added to the “{GROUP_NAME}” group on “{SITENAME}”.
|
You have been added to the “{GROUP_NAME}” group on “{SITENAME}”.
|
||||||
This action was done by a group moderator or the site administrator, contact them for more information.
|
This action was done by a group leader or the site administrator, contact them for more information.
|
||||||
|
|
||||||
You can view your groups information here:
|
You can view your groups information here:
|
||||||
{U_GROUP}
|
{U_GROUP}
|
||||||
|
|
|
@ -216,11 +216,11 @@ $help = array(
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
0 => 'How do I join a Usergroup?',
|
0 => 'How do I join a Usergroup?',
|
||||||
1 => 'To join a Usergroup click the Usergroup link within your User Control Panel, you can then view all usergroups. Not all groups are <em>open access</em>, some may require approval to join, some are closed and some may even have hidden memberships. If the group is open then you can join it by clicking the appropriate button. If a group requires approval to join you may request to join it by clicking the appropriate button. The user group moderator will need to approve your request, they may ask why you want to join the group. Please do not pester a group moderator if they turn your request down, they will have their reasons.'
|
1 => 'To join a Usergroup click the Usergroup link within your User Control Panel, you can then view all usergroups. Not all groups are <em>open access</em>, some may require approval to join, some are closed and some may even have hidden memberships. If the group is open then you can join it by clicking the appropriate button. If a group requires approval to join you may request to join it by clicking the appropriate button. The user group leader will need to approve your request, they may ask why you want to join the group. Please do not pester a group leader if they turn your request down, they will have their reasons.'
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
0 => 'How do I become a Usergroup Moderator?',
|
0 => 'How do I become a Usergroup Leader?',
|
||||||
1 => 'When Usergroups are initially created by the board administrator, they also assign a Usergroup moderator. If you are interested in creating a Usergroup then your first point of contact should be the administrator, try sending them a private message.'
|
1 => 'When Usergroups are initially created by the board administrator, they also assign a Usergroup leader. If you are interested in creating a Usergroup then your first point of contact should be the administrator, try sending them a private message.'
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
0 => 'Why do some Usergroups appear in a different colour?',
|
0 => 'Why do some Usergroups appear in a different colour?',
|
||||||
|
|
Loading…
Add table
Reference in a new issue