10 lines
216 B
PHP
10 lines
216 B
PHP
<?php
|
|
|
|
return [
|
|
'ident' => 'Identification',
|
|
'home' => 'Aéroport Initial',
|
|
'current' => 'Aéroport Actuel',
|
|
'departure' => 'Aéroport Départ',
|
|
'arrival' => 'Aéroport Arrivée',
|
|
];
|