navmenu.php 481 B

12345678910111213141516171819
  1. <?php
  2. return [
  3. 'search' => 'Search',
  4. 'home' => 'Home',
  5. 'local' => 'Local',
  6. 'network' => 'Network',
  7. 'discover' => 'Discover',
  8. 'viewMyProfile' => 'View my profile',
  9. 'myProfile' => 'My Profile',
  10. 'myTimeline' => 'My Timeline',
  11. 'publicTimeline' => 'Public Timeline',
  12. 'remoteFollow' => 'Remote Follow',
  13. 'settings' => 'Settings',
  14. 'admin' => 'Admin',
  15. 'logout' => 'Logout',
  16. 'directMessages' => 'Direct Messages',
  17. 'composePost' => 'Compose Post',
  18. ];