Files
nexusphp/lang/el/lang_uploaders.php
2025-05-05 21:27:48 +07:00

23 lines
802 B
PHP
Raw Permalink 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
$lang_uploaders = array
(
'text_no_uploaders_yet' => "Δεν βρέθηκαν μεταφορτωτές!",
'head_uploaders' => "Φορτωτές",
'text_uploaders' => "Φορτωτές",
'col_username' => "Όνομα Χρήστη",
'col_torrents_size' => "Μέγεθος Torrents",
'col_torrents_num' => "Torrents Num",
'col_last_upload_time' => "Τελευταία Ενημέρωση",
'col_last_upload' => "Τελευταία Ανανεωμένο Torrent",
'text_not_available' => "Δ/Υ",
'submit_go' => "Μετάβαση",
'text_select_month' => "Επιλογή μήνα: ",
'text_order_by' => "Ταξινόμηση Κατά",
'text_username' => "Όνομα Χρήστη",
'text_torrent_size' => "Μέγεθος Torrent",
'text_torrent_num' => "Αριθμός Torrent",
);
?>