5b233da11b
Add new files.
13 lines
236 B
PHP
13 lines
236 B
PHP
<?php
|
|
/**
|
|
*
|
|
*/
|
|
|
|
return [
|
|
'ident' => 'Identificación',
|
|
'home' => 'Aeropuerto inicial',
|
|
'current' => 'Aeropuerto actual',
|
|
'departure' => 'Aeropuerto de salida',
|
|
'arrival' => 'Aeropuerto de llegada',
|
|
];
|