oms-Purchase/Theme/Backend/Lang/Navigation.en.lang.php
Dennis Eichhorn 77b345864f bump
2024-03-10 02:24:57 +00:00

32 lines
831 B
PHP
Executable File

<?php
/**
* Jingga
*
* PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Navigation' => [
'Analysis' => 'Analysis',
'Articles' => 'Articles',
'Create' => 'Create',
'Invoice' => 'Invoice',
'Invoices' => 'Invoices',
'List' => 'List',
'OrderSuggestions' => 'Order Suggestions',
'PendingOrders' => 'Pending Orders',
'Profile' => 'Profile',
'Purchase' => 'Purchase',
'Suppliers' => 'Suppliers',
'TaxCodes' => 'Tax Codes',
'TaxCombinations' => 'Tax Combinations',
'List' => 'List',
'Create' => 'Create',
]];