Files
hstream/lang/en/nav.php
T
w33b 338c190ae8 feat(nav): redesign navigation bar and add Browse/Community links
Enhance the navigation with a modern floating glass design, new Browse and Community dropdown links, and improved theme/blur toggles that now handle multiple instances. Update dropdown components with rounded styling and support for wider widths, refine nav-link active states, and add navigation feature tests.
2026-08-09 10:13:54 +02:00

22 lines
537 B
PHP

<?php
return [
'home' => 'Home',
'browse' => 'Browse',
'community' => 'Community',
'search' => 'Search',
'public-playlists' => 'Public Playlists',
'downloads' => 'Downloads',
'our-discord-server' => 'Our Discord Server',
'theme' => 'Theme',
'please-login' => 'Please Login',
'comments' => 'Comments',
'likes' => 'Likes',
'playlists' => 'Playlists',
'watched' => 'Watched',
'settings' => 'Settings',
'logout' => 'Logout',
'login' => 'Login',
'profile' => 'Profile',
];