mirror of
https://github.com/Karaka-Management/oms-Organization.git
synced 2026-01-20 12:18:40 +00:00
27 lines
658 B
PHP
27 lines
658 B
PHP
<?php declare(strict_types=1);
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 7.2
|
|
*
|
|
* @package TBD
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link http://website.orange-management.de
|
|
*/
|
|
return ['Organization' => [
|
|
'Active' => 'Active',
|
|
'Department' => 'Department',
|
|
'Departments' => 'Departments',
|
|
'Description' => 'Description',
|
|
'Inactive' => 'Inactive',
|
|
'Name' => 'Name',
|
|
'Parent' => 'Parent',
|
|
'Position' => 'Position',
|
|
'Positions' => 'Positions',
|
|
'Status' => 'Status',
|
|
'Unit' => 'Unit',
|
|
'Units' => 'Units',
|
|
]];
|