This commit is contained in:
2025-09-18 15:31:27 +02:00
commit 2abba0c2b7
406 changed files with 31879 additions and 0 deletions

19
lang/en/nav.php Normal file
View File

@@ -0,0 +1,19 @@
<?php
return [
'home' => 'Home',
'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',
];