20 lines
760 B
PHP
20 lines
760 B
PHP
<?php
|
|
|
|
return [
|
|
'home' => 'Startseite',
|
|
'search' => 'Suche',
|
|
'public-playlists' => 'Öffentliche Playlisten',
|
|
'downloads' => 'Downloads',
|
|
'our-discord-server' => 'Unser Discord Server',
|
|
'theme' => 'Theme',
|
|
'please-login' => 'Bitte einloggen',
|
|
'comments' => 'Kommentare',
|
|
'likes' => 'Likes',
|
|
'playlists' => 'Playlisten',
|
|
'watched' => 'Gesehen',
|
|
'settings' => 'Einstellungen',
|
|
'logout' => 'Ausloggen',
|
|
'login' => 'Einloggen',
|
|
'profile' => 'Profil',
|
|
];
|