phpvms/resources/lang/en/airports.php

10 lines
207 B
PHP
Raw Normal View History

2018-05-19 03:54:11 +08:00
<?php
2018-08-27 00:40:04 +08:00
2018-05-19 03:54:11 +08:00
return [
2018-05-22 00:55:40 +08:00
'ident' => 'Identification',
'home' => 'Home Airport',
'current' => 'Current Airport',
'departure' => 'Departure Airport',
'arrival' => 'Arrival Airport',
2018-05-19 03:54:11 +08:00
];