12 lines
209 B
PHP
12 lines
209 B
PHP
<?php
|
|
/**
|
|
*
|
|
*/
|
|
|
|
return [
|
|
'inboundflights' => 'Voli in Entrata',
|
|
'outboundflights' => 'Voli in Uscita',
|
|
'ident' => 'Identificativo',
|
|
'noflightfound' => 'Nessun Volo Trovato.',
|
|
];
|