12 lines
331 B
PHP
12 lines
331 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'totalhours' => 'Gesamte Flugstunden',
|
||
|
'yourbalance' => 'Dein Konto',
|
||
|
'yourlastreport' => 'Dein letzter Bericht',
|
||
|
'noreportsyet' => 'Noch keine Berichte.',
|
||
|
'fileonenow' => 'Bericht ablegen',
|
||
|
'weatherat' => 'Wetter in :ICAO',
|
||
|
'recentreports' => 'Aktuelle Berichte',
|
||
|
];
|