1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-24 16:53:17 +00:00
pixelfed/resources/lang/en/navmenu.php
Daniel Supernault 35dc16176e
Update l10n
2019-02-27 20:40:49 -07:00

18 lines
389 B
PHP

<?php
return [
'search' => 'Search',
'home' => 'Home',
'local' => 'Local',
'discover' => 'Discover',
'viewMyProfile' => 'View my profile',
'myTimeline' => 'My Timeline',
'publicTimeline' => 'Public Timeline',
'remoteFollow' => 'Remote Follow',
'settings' => 'Settings',
'admin' => 'Admin',
'logout' => 'Logout',
'directMessages' => 'Direct Messages',
];