phpvms/resources/lang/de/airports.php

10 lines
202 B
PHP
Raw Normal View History

<?php
return [
'ident' => 'Kennung',
'home' => 'Heimatflughafen',
'current' => 'Aktueller Flughafen',
'departure' => 'Abflughafen',
'arrival' => 'Ankunftflughafen',
];