Init
This commit is contained in:
19
lang/en/nav.php
Normal file
19
lang/en/nav.php
Normal 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',
|
||||
];
|
Reference in New Issue
Block a user