oms-StockTaking/Theme/Backend/Lang/Navigation.en.lang.php

19 lines
327 B
PHP

<?php
/**
* Karaka
*
* PHP Version 8.1
*
* @package Modules\StockTaking
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Navigation' => [
'Budgeting' => 'Budgeting',
'Dashboard' => 'Dashboard',
]];