mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-03-18 03:12:44 -05:00
34 lines
1.4 KiB
PHP
34 lines
1.4 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' => 'Εδώ θα βρείτε λίστες από χρήστες που περίεχουν 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' => 'Τίτλοι',
|
||
];
|