oms-FleetManagement/Theme/Backend/Lang/Navigation.es.lang.php
Dennis Eichhorn 587264eb0d update
2023-10-09 22:06:38 +00:00

25 lines
541 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' => [
'DriverAttributes' => '',
'DriverInspectionTypes' => '',
'Drivers' => '',
'FleetManagement' => '',
'Inspections' => '',
'VehicleAttributes' => '',
'VehicleInspectionTypes' => '',
'Vehicles' => '',
]];