mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
29 lines
760 B
PHP
29 lines
760 B
PHP
<?php
|
|
|
|
$lang_cheaterbox = array
|
|
(
|
|
'std_oho' => "Oho!",
|
|
'std_no_suspect_detected' => "Noch kein Verdacht erkannt.",
|
|
'head_cheaterbox' => "Cheaterbox",
|
|
'text_cheaterbox' => "Cheaterbox <font class=striking>BETA</font>",
|
|
'col_added' => "Hinzugefügt",
|
|
'col_suspect' => "Vermutlich",
|
|
'col_hit' => "Treffer",
|
|
'col_torrent' => "Torrent",
|
|
'col_ul' => "UL",
|
|
'col_dl' => "TL",
|
|
'col_ann_time' => "Ann. Zeit",
|
|
'col_seeders' => "Seeder",
|
|
'col_leechers' => "Leechers",
|
|
'col_comment' => "Kommentar",
|
|
'col_dealt_with' => "Dealt mit",
|
|
'col_action' => "Akt.",
|
|
'text_torrent_does_not_exist' => "Torrent existiert nicht oder wird gelöscht",
|
|
'text_yes' => "Ja",
|
|
'text_no' => "Nein",
|
|
'submit_set_dealt' => "Dealt setzen",
|
|
'submit_delete' => "Löschen"
|
|
);
|
|
|
|
?>
|