2018-06-08 22:39:06 -06:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
2019-02-27 20:40:49 -07:00
|
|
|
'search' => 'Search',
|
|
|
|
'home' => 'Home',
|
|
|
|
'local' => 'Local',
|
2019-03-10 14:22:44 -06:00
|
|
|
'network' => 'Network',
|
2019-02-27 20:40:49 -07:00
|
|
|
'discover' => 'Discover',
|
|
|
|
'viewMyProfile' => 'View my profile',
|
2019-08-29 19:30:39 -06:00
|
|
|
'myProfile' => 'My Profile',
|
2019-02-27 20:40:49 -07:00
|
|
|
'myTimeline' => 'My Timeline',
|
|
|
|
'publicTimeline' => 'Public Timeline',
|
|
|
|
'remoteFollow' => 'Remote Follow',
|
|
|
|
'settings' => 'Settings',
|
|
|
|
'admin' => 'Admin',
|
|
|
|
'logout' => 'Logout',
|
|
|
|
'directMessages' => 'Direct Messages',
|
2019-12-05 21:10:28 -07:00
|
|
|
'composePost' => 'Compose Post',
|
2018-08-28 03:07:36 +00:00
|
|
|
];
|