my-projects-website/app/src/lang/en/permissions.php

13 lines
403 B
PHP
Raw Normal View History

<?php declare(strict_types=1);
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',
];