phpvms/resources/lang/it/airports.php

12 lines
209 B
PHP
Raw Normal View History

2018-05-19 03:54:11 +08:00
<?php
/**
*
*/
return [
'inboundflights' => 'Voli in Entrata',
'outboundflights' => 'Voli in Uscita',
'ident' => 'Identificativo',
'noflightfound' => 'Nessun Volo Trovato.',
];