phpvms/resources/lang/es/airports.php

10 lines
225 B
PHP
Raw Normal View History

2018-07-13 23:30:54 +08:00
<?php
2018-08-27 00:40:04 +08:00
2018-07-13 23:30:54 +08:00
return [
'ident' => 'Identificación',
'home' => 'Aeropuerto inicial',
'current' => 'Aeropuerto actual',
'departure' => 'Aeropuerto de salida',
'arrival' => 'Aeropuerto de llegada',
];