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

43 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 [
'create' => 'Δημιουργία',
'delete' => 'Διαγραφή',
'enter-subject' => 'Εισάγετε θέμα',
'from' => 'Από',
'inbox' => 'Εισερχόμενα',
'mark-all-read' => 'Σημειώστε όλα τα μηνύματα ως αναγνωσμένα',
'message' => 'Μήνυμα',
'messages' => 'Μηνύματα',
'new' => 'Νέο μήνυμα',
'outbox' => 'Εξερχόμενα',
'private' => 'Ιδιωτικά',
'read' => 'Ανάγνωση',
'received-at' => 'Λήψη',
'refresh' => 'Ανανέωση',
'reply' => 'Απάντηση',
'search' => 'Αναζήτηση ανά θέμα',
'select' => 'Επιλέξτε έναν χρήστη',
'send' => 'Στείλτε PM',
'send-to' => 'Στείλτε το PM στο',
'sent' => 'Απεσταλμένα',
'sent-at' => 'Αποστολή σε',
'subject' => 'Θέμα',
'to' => 'Προς',
'unread' => 'Αδιάβαστο',
'empty-inbox' => 'Άδειασμα όλων των εισερχομένων',
];