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