1
0
Fork 0

Merge pull request #1840 from WonderingDane/patch-5

Add danish nav menu
This commit is contained in:
daniel 2019-11-27 19:05:34 -07:00 committed by GitHub
commit 5b8d2c4418
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
<?php
return [
'search' => 'S&oslash;g',
'home' => 'Hvem',
'local' => 'Lokalt',
'network' => 'Netv&aelig;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',
];