mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-13 01:54:30 +00:00
New lang/de navmenu.php
Translation of new navmenu into German (de)
This commit is contained in:
parent
51723d0ba2
commit
25e19ddb95
1 changed files with 13 additions and 0 deletions
13
resources/lang/de/navmenu.php
Normal file
13
resources/lang/de/navmenu.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'viewMyProfile' => 'Mein Profil öffnen',
|
||||
'myTimeline' => 'Meine Timeline',
|
||||
'publicTimeline' => 'Öffentliche Timeline',
|
||||
'remoteFollow' => 'Remote folgen',
|
||||
'settings' => 'Einstellungen'
|
||||
'admin' => 'Administator',
|
||||
'logout' => 'Ausloggen',
|
||||
|
||||
];
|
Loading…
Reference in a new issue