mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Added Danish navmenu.php
This commit is contained in:
parent
9f812d5619
commit
f1e3bd44e8
1 changed files with 17 additions and 0 deletions
17
resources/lang/da/navmenu.php
Normal file
17
resources/lang/da/navmenu.php
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?php
|
||||
return [
|
||||
'search' => 'Søg',
|
||||
'home' => 'Hvem',
|
||||
'local' => 'Lokalt',
|
||||
'network' => 'Netværk',
|
||||
'discover' => 'Opdag',
|
||||
'viewMyProfile' => 'Se min profil',
|
||||
'myProfile' => 'Min Profil',
|
||||
'myTimeline' => 'Min Tidslinje',
|
||||
'publicTimeline' => 'Offentlig Tidslinje',
|
||||
'remoteFollow' => 'Remote Follow',
|
||||
'settings' => 'Indstillinger',
|
||||
'admin' => 'Admin',
|
||||
'logout' => 'Log ud',
|
||||
'directMessages' => 'Direkte Beskeder',
|
||||
];
|
Loading…
Reference in a new issue