oms-Exchange/Interfaces/OMS/Lang/en.lang.php
2020-12-03 23:07:33 +01:00

25 lines
511 B
PHP
Executable File

<?php
declare(strict_types=1);
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Exchange
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
return [
'Account' => 'Account',
'Article' => 'Articls',
'CostCenter' => 'Cost Center',
'CostObject' => 'Cost Object',
'Customer' => 'Customer',
'Invoice' => 'Invoice',
'Options' => 'Options',
'Supplier' => 'Supplier',
];