mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
29 lines
740 B
PHP
29 lines
740 B
PHP
<?php
|
|
|
|
$lang_cheaterbox = array
|
|
(
|
|
'std_oho' => "Oho!",
|
|
'std_no_suspect_detected' => "Ingen mistenkelig detektert ennå.",
|
|
'head_cheaterbox' => "Cheaterbox",
|
|
'text_cheaterbox' => "Cheaterbox <font class=striking>BETA</font>",
|
|
'col_added' => "Lagt",
|
|
'col_suspect' => "Mistenkes",
|
|
'col_hit' => "Slå",
|
|
'col_torrent' => "Torrent",
|
|
'col_ul' => "UL",
|
|
'col_dl' => "DL",
|
|
'col_ann_time' => "På. tid",
|
|
'col_seeders' => "Senere",
|
|
'col_leechers' => "Leechers",
|
|
'col_comment' => "Kommentar",
|
|
'col_dealt_with' => "alt med",
|
|
'col_action' => "Loven.",
|
|
'text_torrent_does_not_exist' => "Torrent finnes ikke eller er slettet",
|
|
'text_yes' => "Ja",
|
|
'text_no' => "Nei",
|
|
'submit_set_dealt' => "Sett falt",
|
|
'submit_delete' => "Slett"
|
|
);
|
|
|
|
?>
|