mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
23 lines
802 B
PHP
23 lines
802 B
PHP
<?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",
|
||
);
|
||
|
||
?>
|