mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Related preset changes
git-svn-id: file:///svn/phpbb/trunk@3307 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
f116dfc56c
commit
2a02d24ffc
1 changed files with 3 additions and 1 deletions
|
@ -203,6 +203,7 @@ $lang = array_merge($lang, array(
|
||||||
'All_Allow' => 'All Allow',
|
'All_Allow' => 'All Allow',
|
||||||
'All_Deny' => 'All Deny',
|
'All_Deny' => 'All Deny',
|
||||||
'All_Inherit' => 'All Inherit',
|
'All_Inherit' => 'All Inherit',
|
||||||
|
'INHERIT_PARENT' => 'Inherit from parent',
|
||||||
'ACL_PRESET' => 'Preset',
|
'ACL_PRESET' => 'Preset',
|
||||||
'Inheritance' => 'Inheritance',
|
'Inheritance' => 'Inheritance',
|
||||||
'Inheritance_explain' => 'Select the subforums you want to inherit these permissions',
|
'Inheritance_explain' => 'Select the subforums you want to inherit these permissions',
|
||||||
|
@ -279,7 +280,8 @@ $lang = array_merge($lang, array(
|
||||||
'acl_f_print' => 'Print topics',
|
'acl_f_print' => 'Print topics',
|
||||||
'acl_f_ignoreflood' => 'Ignore flood limit',
|
'acl_f_ignoreflood' => 'Ignore flood limit',
|
||||||
'acl_f_ignorequeue' => 'Ignore mod queue',
|
'acl_f_ignorequeue' => 'Ignore mod queue',
|
||||||
'acl_f_viewonline' => 'View everyone online',
|
|
||||||
|
'acl_u_viewonline' => 'View everyone online',
|
||||||
|
|
||||||
'Auth_updated' => 'Permissions have been updated',
|
'Auth_updated' => 'Permissions have been updated',
|
||||||
'Prune_users' => 'Prune Users',
|
'Prune_users' => 'Prune Users',
|
||||||
|
|
Loading…
Add table
Reference in a new issue