Files
phpvms/resources/lang/en/airports.php
T

12 lines
207 B
PHP

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