mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 21:38:54 +00:00
[ticket/9109] Improve docblock and fix spelling errors
PHPBB3-9109
This commit is contained in:
parent
5cc0488f74
commit
c76d797cb2
2 changed files with 3 additions and 2 deletions
|
@ -2153,6 +2153,7 @@ function set_user_message_limit()
|
|||
* @param int $user_id
|
||||
* @param string $setting Only 'max_recipients' and 'message_limit' are supported
|
||||
* @return int The maximum setting for all groups of the user, unless one group has '0'
|
||||
* @throws \InvalidArgumentException If selected group setting is not supported
|
||||
*/
|
||||
function phpbb_get_max_setting_from_group(\phpbb\db\driver\driver_interface $db, $user_id, $setting)
|
||||
{
|
||||
|
|
|
@ -83,7 +83,7 @@ $lang = array_merge($lang, array(
|
|||
'GROUP_MEMBERS' => 'Group members',
|
||||
'GROUP_MEMBERS_EXPLAIN' => 'This is a complete listing of all the members of this usergroup. It includes separate sections for leaders, pending and existing members. From here you can manage all aspects of who has membership of this group and what their role is. To remove a leader but keep them in the group use Demote rather than delete. Similarly use Promote to make an existing member a leader.',
|
||||
'GROUP_MESSAGE_LIMIT' => 'Group private message limit per folder',
|
||||
'GROUP_MESSAGE_LIMIT_EXPLAIN' => 'This setting overrides the per-user folder message limit. The maximum for all groups of the user is used to determinate the actual value.<br />Set this value to 0 to overwrite the setting for all users of this group with the board-wide setting.',
|
||||
'GROUP_MESSAGE_LIMIT_EXPLAIN' => 'This setting overrides the per-user folder message limit. The maximum for all groups of the user is used to determine the actual value.<br />Set this value to 0 to overwrite the setting for all users of this group with the board-wide setting.',
|
||||
'GROUP_MODS_ADDED' => 'New group leaders added successfully.',
|
||||
'GROUP_MODS_DEMOTED' => 'Group leaders demoted successfully.',
|
||||
'GROUP_MODS_PROMOTED' => 'Group members promoted successfully.',
|
||||
|
@ -92,7 +92,7 @@ $lang = array_merge($lang, array(
|
|||
'GROUP_OPEN' => 'Open',
|
||||
'GROUP_PENDING' => 'Pending members',
|
||||
'GROUP_MAX_RECIPIENTS' => 'Maximum number of allowed recipients per private message',
|
||||
'GROUP_MAX_RECIPIENTS_EXPLAIN' => 'The maximum number of allowed recipients in a private message. The maximum for all groups of the user is used to determinate the actual value.<br />Set this value to 0 to overwrite the setting for all users of this group with the board-wide setting.',
|
||||
'GROUP_MAX_RECIPIENTS_EXPLAIN' => 'The maximum number of allowed recipients in a private message. The maximum for all groups of the user is used to determine the actual value.<br />Set this value to 0 to overwrite the setting for all users of this group with the board-wide setting.',
|
||||
'GROUP_OPTIONS_SAVE' => 'Group wide options',
|
||||
'GROUP_PROMOTE' => 'Promote to group leader',
|
||||
'GROUP_RANK' => 'Group rank',
|
||||
|
|
Loading…
Add table
Reference in a new issue