mirror of https://github.com/pixelfed/pixelfed
commit
5b8d2c4418
@ -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 New Issue