oms-EquipmentManagement/Theme/Backend/Lang/en.lang.php
Dennis Eichhorn ed7035c192 fix templates
2024-04-17 17:45:07 +00:00

46 lines
1.2 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 ['EquipmentManagement' => [
':status1' => 'Active',
':status2' => 'Inactive',
':status3' => 'Damaged',
':status4' => 'Out of order',
'Attributes' => 'Attributes',
'Costs' => 'Costs',
'Date' => 'Date',
'EIN' => 'EIN',
'Ein' => 'Ein',
'End' => 'End',
'Equipments' => 'Equipments',
'Equipment' => 'Equipment',
'Number' => 'Number',
'Files' => 'Files',
'History' => 'History',
'Inspections' => 'Inspections',
'InspectionTypes' => 'Inspection Types',
'LeasingFee' => 'Leasing Fee',
'Make' => 'Make',
'Model' => 'Model',
'Name' => 'Name',
'Notes' => 'Notes',
'Profile' => 'Profile',
'PurchasePrice' => 'Purchase Price',
'Responsible' => 'Responsible',
'Start' => 'Start',
'Status' => 'Status',
'Type' => 'Type',
'Upcoming' => 'Upcoming',
]];