mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
29 lines
752 B
PHP
29 lines
752 B
PHP
<?php
|
|
|
|
$lang_cheaterbox = array
|
|
(
|
|
'std_oho' => "Oho!",
|
|
'std_no_suspect_detected' => "Nog geen verdachte gedetecteerd.",
|
|
'head_cheaterbox' => "Cheaterbox",
|
|
'text_cheaterbox' => "Cheaterbox <font class=striking>BETA</font>",
|
|
'col_added' => "Toegevoegd",
|
|
'col_suspect' => "Suspect",
|
|
'col_hit' => "Raak",
|
|
'col_torrent' => "Torrent",
|
|
'col_ul' => "UL",
|
|
'col_dl' => "US",
|
|
'col_ann_time' => "Ann. Tijd",
|
|
'col_seeders' => "Seeders",
|
|
'col_leechers' => "Leechers",
|
|
'col_comment' => "Opmerking",
|
|
'col_dealt_with' => "Dealt Met",
|
|
'col_action' => "Act.",
|
|
'text_torrent_does_not_exist' => "Torrent bestaat niet of is verwijderd",
|
|
'text_yes' => "ja",
|
|
'text_no' => "Neen",
|
|
'submit_set_dealt' => "Zet Dealt",
|
|
'submit_delete' => "Verwijderen"
|
|
);
|
|
|
|
?>
|