oms-FleetManagement/Theme/Backend/Lang/en.lang.php
2024-03-20 07:21:22 +00:00

49 lines
1.3 KiB
PHP
Executable File

<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['FleetManagement' => [
':status1' => 'Active',
':status2' => 'Inactive',
':status3' => 'Damaged',
':status4' => 'Out of order',
':status-d1' => 'Active',
':status-d2' => 'Inactive',
':status-d3' => 'Suspended',
'Attributes' => 'Attributes',
'Costs' => 'Costs',
'Date' => 'Date',
'Driver' => 'Driver',
'Drivers' => 'Drivers',
'End' => 'End',
'Files' => 'Files',
'History' => 'History',
'Inspections' => 'Inspections',
'LeasingFee' => 'Leasing Fee',
'Make' => 'Make',
'Milage' => 'Milage',
'Model' => 'Model',
'Name' => 'Name',
'Notes' => 'Notes',
'Profile' => 'Profile',
'PurchasePrice' => 'Purchase Price',
'Responsible' => 'Responsible',
'Start' => 'Start',
'Status' => 'Status',
'VIN' => 'VIN',
'Type' => 'Type',
'Upcoming' => 'Upcoming',
'Vehicles' => 'Vehicles',
'Vin' => 'Vin',
]];