Files
nexusphp/lang/fi/lang_uploaders.php
2025-04-22 02:55:12 +07:00

23 lines
674 B
PHP

<?php
$lang_uploaders = array
(
'text_no_uploaders_yet' => "Lähettäjiä ei löytynyt!",
'head_uploaders' => "Lähettäjät",
'text_uploaders' => "Lähettäjät",
'col_username' => "Käyttäjätunnus",
'col_torrents_size' => "Torrenttien Koko",
'col_torrents_num' => "Torrents Num",
'col_last_upload_time' => "Viimeksi Käytetty Aika",
'col_last_upload' => "Viimeksi Käytetty Torrentti",
'text_not_available' => "E/A",
'submit_go' => "Siirry",
'text_select_month' => "Valitse kuukausi: ",
'text_order_by' => "Järjestä Mukaan",
'text_username' => "Käyttäjätunnus",
'text_torrent_size' => "Torrenttien Koko",
'text_torrent_num' => "Torrent Num",
);
?>