oms-EquipmentManagement/Theme/Backend/Lang/el.lang.php
Dennis Eichhorn c88ff59847 todos fixed
2023-10-12 22:49:20 +00:00

45 lines
1018 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 ['EquipmentManagement' => [
':status1' => '',
':status2' => '',
':status3' => '',
':status4' => '',
'Attributes' => '',
'Costs' => '',
'Date' => '',
'Driver' => '',
'EIN' => '',
'Ein' => '',
'End' => '',
'Equipment' => '',
'Equipments' => '',
'Files' => '',
'History' => '',
'Inspections' => '',
'LeasingFee' => '',
'Make' => '',
'Model' => '',
'Name' => '',
'Notes' => '',
'Profile' => '',
'PurchasePrice' => '',
'Responsible' => '',
'Start' => '',
'Status' => '',
'Type' => '',
'Upcoming' => '',
]];