Init git.
This commit is contained in:
14
app/application/lang/en/permissions.php
Normal file
14
app/application/lang/en/permissions.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Role' => 'User group',
|
||||
'User' => 'Users',
|
||||
|
||||
'Allowed to watch' => 'Allowed to watch',
|
||||
'Allowed to create' => 'Allowed to create',
|
||||
'Allowed to edit' => 'Allowed to edit',
|
||||
'Allowed to delete' => 'Allowed to delete',
|
||||
|
||||
'Administrative panel allowed' => 'Administrative panel allowed',
|
||||
'AdminPanel' => 'Administrative panel allowed',
|
||||
];
|
Reference in New Issue
Block a user