10 lines
225 B
PHP
10 lines
225 B
PHP
<?php
|
|
|
|
return [
|
|
'ident' => 'Identificación',
|
|
'home' => 'Aeropuerto inicial',
|
|
'current' => 'Aeropuerto actual',
|
|
'departure' => 'Aeropuerto de salida',
|
|
'arrival' => 'Aeropuerto de llegada',
|
|
];
|