mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
29 lines
739 B
PHP
29 lines
739 B
PHP
<?php
|
|
|
|
$lang_cheaterbox = array
|
|
(
|
|
'std_oho' => "Oho!",
|
|
'std_no_suspect_detected' => "Ingen mistænkt fundet endnu.",
|
|
'head_cheaterbox' => "Cheaterbox",
|
|
'text_cheaterbox' => "Cheaterbox <font class=striking>BETA</font>",
|
|
'col_added' => "Tilføjet",
|
|
'col_suspect' => "Suspect",
|
|
'col_hit' => "Slå",
|
|
'col_torrent' => "Torrent",
|
|
'col_ul' => "UL",
|
|
'col_dl' => "DL",
|
|
'col_ann_time' => "Ann. Tid",
|
|
'col_seeders' => "Seeders",
|
|
'col_leechers' => "Leechers",
|
|
'col_comment' => "Kommentar",
|
|
'col_dealt_with' => "Forhandl Med",
|
|
'col_action' => "Akt.",
|
|
'text_torrent_does_not_exist' => "Torrent findes ikke eller slettes",
|
|
'text_yes' => "Ja",
|
|
'text_no' => "Nej",
|
|
'submit_set_dealt' => "Sæt Dealt",
|
|
'submit_delete' => "Slet"
|
|
);
|
|
|
|
?>
|