phpvms/resources/lang/en/aircraft.php
B.Fatih KOZ a0309b6303
Maintenance Status for Aircraft (#1311)
* Update AircraftStatus.php

* EN

* DE

* ES

* IT

* PT-BR
2021-09-16 15:15:50 -04:00

13 lines
267 B
PHP

<?php
return [
'status' => [
'active' => 'Active',
'maintenance' => 'Maintenance',
'stored' => 'Stored',
'retired' => 'Retired',
'scrapped' => 'Scrapped',
'written' => 'Written Off',
],
];