mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
14 lines
294 B
PHP
Executable file
14 lines
294 B
PHP
Executable file
<?php
|
|
|
|
return array(
|
|
|
|
'group_management' => 'Group Management',
|
|
'create_group' => 'Create New Group',
|
|
'edit_group' => 'Edit Group',
|
|
'group_name' => 'Group Name',
|
|
'group_admin' => 'Group Admin',
|
|
'allow' => 'Allow',
|
|
'deny' => 'Deny',
|
|
|
|
);
|