10 lines
258 B
PHP
10 lines
258 B
PHP
<?php declare(strict_types=1);
|
|
|
|
return [
|
|
'Role' => 'User group',
|
|
'Allowed to watch' => 'Allowed to watch',
|
|
'Allowed to create' => 'Allowed to create',
|
|
'Allowed to edit' => 'Allowed to edit',
|
|
'Allowed to delete' => 'Allowed to delete',
|
|
];
|