update lang

This commit is contained in:
xiaomlove
2025-05-05 21:27:48 +07:00
parent fb88455323
commit 6814e3ca4d
664 changed files with 28724 additions and 6738 deletions

View File

@@ -0,0 +1,22 @@
<?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",
);
?>