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