phpvms/resources/lang/it/airports.php

10 lines
223 B
PHP
Raw Normal View History

2018-05-19 03:54:11 +08:00
<?php
2018-08-27 00:40:04 +08:00
2018-05-19 03:54:11 +08:00
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
];