2018-05-19 03:54:11 +08:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
return [
|
2018-05-22 00:55:40 +08:00
|
|
|
'ident' => 'Identificativo',
|
|
|
|
'home' => 'Aeroporto di Casa',
|
|
|
|
'current' => 'Aeroporto Corrente',
|
|
|
|
'departure' => 'Aeroporto di Partenza',
|
|
|
|
'arrival' => 'Aeroporto d\'Arrivo',
|
2018-05-19 03:54:11 +08:00
|
|
|
];
|