mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-01-25 13:48:39 +00:00
19 lines
340 B
PHP
19 lines
340 B
PHP
<?php
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 7.1
|
|
*
|
|
* @category TBD
|
|
* @package TBD
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link http://orange-management.com
|
|
*/
|
|
return ['Navigation' => [
|
|
'List' => 'List',
|
|
'Profile' => 'Profile',
|
|
'Profiles' => 'Profiles',
|
|
]];
|