mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
29 lines
766 B
PHP
29 lines
766 B
PHP
<?php
|
|
|
|
$lang_cheaterbox = array
|
|
(
|
|
'std_oho' => "Oho!",
|
|
'std_no_suspect_detected' => "Încă nu s-a detectat niciun suspect.",
|
|
'head_cheaterbox' => "Cheaterbox",
|
|
'text_cheaterbox' => "Cheaterbox <font class=striking>BETA</font>",
|
|
'col_added' => "Adăugat",
|
|
'col_suspect' => "Suspectare",
|
|
'col_hit' => "Lovitură",
|
|
'col_torrent' => "Torent",
|
|
'col_ul' => "UL",
|
|
'col_dl' => "DL",
|
|
'col_ann_time' => "Ann. Timp",
|
|
'col_seeders' => "Seederi",
|
|
'col_leechers' => "Leechers",
|
|
'col_comment' => "Comentariu",
|
|
'col_dealt_with' => "Depășit cu",
|
|
'col_action' => "Act.",
|
|
'text_torrent_does_not_exist' => "Torentul nu există sau este șters",
|
|
'text_yes' => "Da",
|
|
'text_no' => "Nr",
|
|
'submit_set_dealt' => "Setează Dealt",
|
|
'submit_delete' => "Ștergere"
|
|
);
|
|
|
|
?>
|