mirror of
https://github.com/Karaka-Management/oms-Workflow.git
synced 2026-01-24 04:28:40 +00:00
22 lines
473 B
PHP
22 lines
473 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 ['Workflow' => [
|
|
'Created' => 'Created',
|
|
'Creator' => 'Creator',
|
|
'Next' => 'Next',
|
|
'Status' => 'Status',
|
|
'Title' => 'Title',
|
|
'Workflow' => 'Workflow',
|
|
'Workflows' => 'Workflows',
|
|
]];
|