mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00:49 +08:00
34 lines
1.0 KiB
PHP
34 lines
1.0 KiB
PHP
<?php
|
|
|
|
$lang_viewsnatches = array
|
|
(
|
|
'head_snatch_detail' => "Tarkkuuden Tiedot",
|
|
'text_snatch_detail_for' => "Erän tiedot ",
|
|
'text_users_top_finished_recently' => "Ylhäällä olevat käyttäjät lopettivat latauksen viimeksi",
|
|
'col_username' => "Käyttäjätunnus",
|
|
'col_uploaded' => "Ladattu",
|
|
'col_downloaded' => "Ladattu",
|
|
'col_se_time' => "Se. Aika",
|
|
'col_le_time' => "Le. Aika",
|
|
'col_ratio' => "Suhde",
|
|
'col_when_completed' => "Valmis Klo",
|
|
'col_last_action' => "Viimeisin Toiminto",
|
|
'col_seeding' => "Lähetetään",
|
|
'col_pm_user' => "PM Käyttäjä",
|
|
'col_report_user' => "Raportoi Käyttäjä",
|
|
'col_on_or_off' => "Päällä/Pois",
|
|
'text_global' => "Globaali",
|
|
'text_torrent' => "Torrentti",
|
|
'text_yes' => "Kyllä",
|
|
'text_no'=> "Ei",
|
|
'title_report' => "Raportoi",
|
|
'col_ip' => "IP",
|
|
'text_per_second' => "/s",
|
|
'text_anonymous' => "anonyymi",
|
|
'text_inf' => "Inf.",
|
|
'std_sorry' => "Anteeksi",
|
|
'std_no_snatched_users' => "Yksikään käyttäjä ei ole vielä katsonut tätä torrenttia.",
|
|
);
|
|
|
|
?>
|