mirror of
https://github.com/Karaka-Management/oms-Production.git
synced 2026-01-26 12:18:41 +00:00
18 lines
340 B
PHP
18 lines
340 B
PHP
<?php
|
|
/**
|
|
* 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 ['Navigation' => [
|
|
'Articles' => 'Articles',
|
|
'Production' => 'Production',
|
|
'Process' => 'Process',
|
|
]];
|