20 lines
729 B
PHP
20 lines
729 B
PHP
<?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',
|
|
];
|