mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Permission stuff again
git-svn-id: file:///svn/phpbb/trunk@2790 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
cf60a775f4
commit
0e3d8d07b5
1 changed files with 6 additions and 0 deletions
|
@ -218,8 +218,14 @@ $lang['Remove_selected'] = 'Remove selected';
|
|||
|
||||
$lang['Advanced'] = 'Advanced';
|
||||
|
||||
$lang['Applies_to_User'] = 'Applies to User ...';
|
||||
$lang['Applies_to_Group'] = 'Applies to Group ...';
|
||||
|
||||
$lang['User_can'] = 'User can ... ';
|
||||
$lang['Group_can'] = 'Group can ... ';
|
||||
$lang['User_can_admin'] = 'User can admin ... ';
|
||||
$lang['Group_can_admin'] = 'Group can admin ... ';
|
||||
|
||||
$lang['Allow'] = 'Allow';
|
||||
$lang['Deny'] = 'Deny';
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue