oms-ContractManagement/Theme/Backend/Lang/Navigation.en.lang.php
Dennis Eichhorn 27e4ce7268 fix language
2023-09-23 23:05:18 +00:00

22 lines
420 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' => [
'Contract' => 'Contract',
'ContractTypes' => 'Types',
'Contracts' => 'Contracts',
'Create' => 'Create',
'List' => 'List',
]];