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