2018-06-08 22:39:06 -06:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
2019-02-27 20:40:49 -07:00
|
|
|
'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',
|
2018-06-08 22:39:06 -06:00
|
|
|
|
2018-08-28 03:07:36 +00:00
|
|
|
];
|