Move airports into separate file

This commit is contained in:
Nabeel Shahzad
2018-05-18 14:54:11 -05:00
parent 1258b87671
commit bd84877f0e
5 changed files with 302 additions and 587 deletions

View File

@@ -0,0 +1,11 @@
<?php
/**
*
*/
return [
'inboundflights' => 'Voli in Entrata',
'outboundflights' => 'Voli in Uscita',
'ident' => 'Identificativo',
'noflightfound' => 'Nessun Volo Trovato.',
];