2018-12-04 11:53:10 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'about' => 'Über',
|
|
|
|
'help' => 'Hilfe',
|
|
|
|
'language' => 'Sprache',
|
|
|
|
'fediverse' => 'Fediverse',
|
|
|
|
'opensource' => 'Open Source',
|
|
|
|
'terms' => 'Nutzungshinweise',
|
2019-11-01 14:55:41 +00:00
|
|
|
'privacy' => 'Datenschutz',
|
2019-02-28 13:33:51 +00:00
|
|
|
'l10nWip' => 'Wir arbeiten noch an der Unterstützung weiterer Sprachen',
|
2018-12-04 11:53:10 +00:00
|
|
|
'currentLocale' => 'Aktuelle Sprache',
|
|
|
|
'selectLocale' => 'Wähle eine der unterstützten Sprachen aus',
|
2019-10-01 12:34:01 +00:00
|
|
|
'contact' => 'Kontakt',
|
|
|
|
'contact-us' => 'Kontaktiere uns',
|
2019-11-01 14:55:41 +00:00
|
|
|
'places' => 'Orte',
|
2021-09-20 05:10:18 +00:00
|
|
|
'profiles' => 'Profile',
|
2018-12-04 11:53:10 +00:00
|
|
|
];
|