19 lines
623 B
PHP
19 lines
623 B
PHP
<?php
|
|
|
|
return [
|
|
'no-playlist-found' => 'No Playlist found!',
|
|
'personal-playlists' => 'Personal Playlists',
|
|
'create-on-personal-page' => 'You can create one in your personal playlists page.',
|
|
'play' => 'Play',
|
|
'playlist' => 'Playlist',
|
|
'search-episodes' => 'Search episodes',
|
|
'per-page' => 'Per page',
|
|
'episodes' => 'Episodes',
|
|
'empty-playlist' => 'This playlist is empty.',
|
|
'no-matches' => 'No episodes match your search.',
|
|
'watched' => 'Watched',
|
|
'remove' => 'Remove',
|
|
'now-playing' => 'Now Playing',
|
|
'remove-confirm' => 'Remove this episode from the playlist?',
|
|
];
|