mirror of
https://github.com/Karaka-Management/oms-Exchange.git
synced 2026-01-31 02:08:40 +00:00
20 lines
385 B
PHP
20 lines
385 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 ['Exchange' => [
|
|
'Exchange' => 'Exchange',
|
|
'Exports' => 'Exports',
|
|
'Imports' => 'Imports',
|
|
'Title' => 'Title',
|
|
'Website' => 'Website',
|
|
]];
|