FleetCart/Modules/User/Resources/lang/en/roles.php

23 lines
508 B
PHP
Raw Normal View History

2023-06-11 12:14:03 +00:00
<?php
return [
'role' => 'Role',
'roles' => 'Roles',
'table' => [
'name' => 'Name',
],
'tabs' => [
'role_information' => 'Role Information',
'general' => 'General',
'permissions' => 'Permissions',
],
'permissions' => [
'allow_all' => 'Allow all',
'deny_all' => 'Deny all',
'inherit_all' => 'Inherit all',
'allow' => 'Allow',
'deny' => 'Deny',
'inherit' => 'Inherit',
],
];