New lang/de navmenu.php

Translation of new navmenu into German (de)
This commit is contained in:
vilbi 2018-06-15 17:26:49 +02:00 committed by GitHub
parent 51723d0ba2
commit 25e19ddb95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,13 @@
<?php
return [
'viewMyProfile' => 'Mein Profil öffnen',
'myTimeline' => 'Meine Timeline',
'publicTimeline' => '&Ouml;ffentliche Timeline',
'remoteFollow' => 'Remote folgen',
'settings' => 'Einstellungen'
'admin' => 'Administator',
'logout' => 'Ausloggen',
];