Files
UNIT3D-Community-Edition/lang/en/playlist.php

41 lines
1.7 KiB
PHP

<?php
declare(strict_types=1);
/**
* NOTICE OF LICENSE.
*
* UNIT3D Community Edition is open-sourced software licensed under the GNU Affero General Public License v3.0
* The details is bundled with this project in the file LICENSE.txt.
*
* @project UNIT3D Community Edition
*
* @author HDVinnie <hdinnovations@protonmail.com>
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
*/
return [
'about' => 'Here you will find user compiled playlists that contain titles to their liking!',
'attached-success' => 'Torrent Has Successfully Been Attached To Your Playlist.',
'add-to-playlist' => 'Add Torrent To Playlist',
'add-torrent' => 'Add Torrent',
'added-by' => 'By:',
'cover' => 'Select A Cover Image',
'create' => 'Create New Playlist',
'delete-playlist' => 'Delete Playlist',
'deleted' => 'Playlist Deleted!',
'detached-success' => 'Torrent Has Successfully Been Detached From Your Playlist.',
'desc' => 'Playlist Description',
'download-all' => 'Download All Playlist Torrents',
'edit-playlist' => 'Edit Playlist',
'list-by' => 'A list made by:',
'list-about' => 'A list about:',
'is-private' => 'Private Playlist?',
'playlists' => 'Playlists',
'private-error' => 'This is a private playlist! You do not have access to other users\' private playlists!',
'published-success' => 'Your Playlist Was Created Successfully!',
'title' => 'Title',
'titles' => 'Titles',
'update-success' => 'Your Playlist Has Successfully Been Updated!',
'last-addition-at' => 'Last addition at',
];