oms-Exchange/Interfaces/OMS/en.lang.php

25 lines
495 B
PHP
Executable File

<?php
declare(strict_types=1);
/**
* Orange Management
*
* PHP Version 7.4
*
* @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',
];