Files
UNIT3D-Community-Edition/lang/el/playlist.php
2024-05-23 13:58:29 +00:00

34 lines
1.4 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?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' => 'Εδώ θα βρείτε λίστες από χρήστες που περίεχουν torrent που τους αρέσουν!',
'add-torrent' => 'Προσθήκη Torrent',
'added-by' => 'Από:',
'cover' => 'Επιλογή φωτογραφιας εξωφύλλου',
'create' => 'Δημιουργία νεας λιστας',
'delete-playlist' => 'Διαγραφή λίστας',
'desc' => 'Περιγραφή Λίστας',
'download-all' => 'Κατεβάστε όλα τα Torrents της λίστας',
'edit-playlist' => 'Επεξεργασία λίστας',
'list-by' => 'Μια λίστα από:',
'list-about' => 'Μια λίστα σχετικά με:',
'is-private' => 'Ιδιωτική Λίστα?',
'playlist' => 'Λίστα',
'playlists' => 'Λίστες',
'title' => 'Τίτλος',
'titles' => 'Τίτλοι',
];