mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
29 lines
779 B
PHP
29 lines
779 B
PHP
<?php
|
|
|
|
$lang_cheaterbox = array
|
|
(
|
|
'std_oho' => "Oho!",
|
|
'std_no_suspect_detected' => "Epäilyttävää ei havaittu vielä.",
|
|
'head_cheaterbox' => "Huippalaatikko",
|
|
'text_cheaterbox' => "Cheaterbox <font class=striking>BETA</font>",
|
|
'col_added' => "Lisätty",
|
|
'col_suspect' => "Epäillään",
|
|
'col_hit' => "Osuma",
|
|
'col_torrent' => "Torrentti",
|
|
'col_ul' => "UL",
|
|
'col_dl' => "DL",
|
|
'col_ann_time' => "Ann. Aika",
|
|
'col_seeders' => "Jakajat",
|
|
'col_leechers' => "Leechers",
|
|
'col_comment' => "Kommentti",
|
|
'col_dealt_with' => "Dealt Kanssa",
|
|
'col_action' => "Laki",
|
|
'text_torrent_does_not_exist' => "Torrenttia ei ole olemassa tai se on poistettu",
|
|
'text_yes' => "Kyllä",
|
|
'text_no' => "Ei",
|
|
'submit_set_dealt' => "Aseta Dealtti",
|
|
'submit_delete' => "Poista"
|
|
);
|
|
|
|
?>
|