mirror of
https://github.com/Karaka-Management/oms-ProjectManagement.git
synced 2026-01-11 23:58:40 +00:00
45 lines
1.0 KiB
PHP
45 lines
1.0 KiB
PHP
<?php
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 8.0
|
|
*
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://orange-management.org
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['ProjectManagement' => [
|
|
'Active' => '',
|
|
'Actual' => '',
|
|
'Budget' => '',
|
|
'Canceled' => '',
|
|
'Created' => '',
|
|
'Creator' => '',
|
|
'Description' => '',
|
|
'End' => '',
|
|
'Due' => '',
|
|
'Files' => '',
|
|
'Finished' => '',
|
|
'Hold' => '',
|
|
'Inactive' => '',
|
|
'Manager' => '',
|
|
'Name' => '',
|
|
'Other' => '',
|
|
'Progress' => '',
|
|
'Project' => '',
|
|
'Projects' => '',
|
|
'Responsibility' => '',
|
|
'Start' => '',
|
|
'Status' => '',
|
|
'Title' => '',
|
|
'UserGroup' => '',
|
|
'Manual' => '',
|
|
'Linear' => '',
|
|
'Exponential' => '',
|
|
'Log' => '',
|
|
'Tasks' => '',
|
|
]];
|