mirror of
https://github.com/Karaka-Management/oms-Sales.git
synced 2026-01-26 02:08:40 +00:00
25 lines
500 B
PHP
25 lines
500 B
PHP
<?php
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 7.4
|
|
*
|
|
* @package Modules\Sales
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://orange-management.org
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['Navigation' => [
|
|
'Analysis' => 'Analysis',
|
|
'Articles' => 'Articles',
|
|
'Clients' => 'Clients',
|
|
'Create' => 'Create',
|
|
'Invoice' => 'Invoice',
|
|
'Invoices' => 'Invoices',
|
|
'Profile' => 'Profile',
|
|
'Sales' => 'Sales',
|
|
]];
|