mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
add lang fi + fr
This commit is contained in:
22
lang/fi/lang_uploaders.php
Normal file
22
lang/fi/lang_uploaders.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?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",
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user