phpvms/resources/lang/en/airports.php
2018-05-21 09:58:21 -05:00

12 lines
207 B
PHP

<?php
/**
*
*/
return [
'inboundflights' => 'Inbound Flights',
'outboundflights' => 'Outbound Flights',
'ident' => 'Identification',
'noflightfound' => 'No Flight Found.',
];