mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
12 lines
329 B
PHP
12 lines
329 B
PHP
|
<?php
|
||
|
|
||
|
return array(
|
||
|
|
||
|
'id' => 'ID',
|
||
|
'name' => 'Department Name',
|
||
|
'manager' => 'Manager',
|
||
|
'location' => 'Location',
|
||
|
'create' => 'Create Department',
|
||
|
'update' => 'Update Department',
|
||
|
);
|