12345678910111213141516171819 |
- <?php
- return [
- 'about' => 'Über',
- 'help' => 'Hilfe',
- 'language' => 'Sprache',
- 'fediverse' => 'Fediverse',
- 'opensource' => 'Open Source',
- 'terms' => 'Nutzungshinweise',
- 'privacy' => 'Datenschutz',
- 'l10nWip' => 'Wir arbeiten noch an der Unterstützung weiterer Sprachen',
- 'currentLocale' => 'Aktuelle Sprache',
- 'selectLocale' => 'Wähle eine der unterstützten Sprachen aus',
- 'contact' => 'Kontakt',
- 'contact-us' => 'Kontaktiere uns',
- 'places' => 'Orte',
- 'profiles' => 'Profile',
- ];
|