mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/11184] Add note about effect of admin permissions for founders
PHPBB3-11184
This commit is contained in:
parent
f9281f9267
commit
253ecdd3fe
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ $lang = array_merge($lang, array(
|
||||||
|
|
||||||
'ACL_NEVER' => 'Never',
|
'ACL_NEVER' => 'Never',
|
||||||
'ACL_SET' => 'Setting permissions',
|
'ACL_SET' => 'Setting permissions',
|
||||||
'ACL_SET_EXPLAIN' => 'Permissions are based on a simple <strong>YES</strong>/<strong>NO</strong> system. Setting an option to <strong>NEVER</strong> for a user or usergroup overrides any other value assigned to it. If you do not wish to assign a value for an option for this user or group select <strong>NO</strong>. If values are assigned for this option elsewhere they will be used in preference, else <strong>NEVER</strong> is assumed. All objects marked (with the checkbox in front of them) will copy the permission set you defined.',
|
'ACL_SET_EXPLAIN' => 'Permissions are based on a simple <strong>YES</strong>/<strong>NO</strong> system. Setting an option to <strong>NEVER</strong> for a user or usergroup overrides any other value assigned to it. If you do not wish to assign a value for an option for this user or group select <strong>NO</strong>. If values are assigned for this option elsewhere they will be used in preference, else <strong>NEVER</strong> is assumed. All objects marked (with the checkbox in front of them) will copy the permission set you defined. Please note that setting administrative permissions for founder accounts does not have any effect as admin permissions are always set to <strong>YES</strong> for founders.',
|
||||||
'ACL_SETTING' => 'Setting',
|
'ACL_SETTING' => 'Setting',
|
||||||
|
|
||||||
'ACL_TYPE_A_' => 'Administrative permissions',
|
'ACL_TYPE_A_' => 'Administrative permissions',
|
||||||
|
|
Loading…
Add table
Reference in a new issue