phpvms/resources/lang/en/aircraft.php

12 lines
212 B
PHP
Raw Normal View History

2018-05-22 00:55:40 +08:00
<?php
2018-08-27 00:40:04 +08:00
2018-05-22 00:55:40 +08:00
return [
'status' => [
'active' => 'Active',
'stored' => 'Stored',
'retired' => 'Retired',
'scrapped' => 'Scrapped',
'written' => 'Written Off',
],
];