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' => "Nessun sospetto ancora rilevato.",
|
|
'head_cheaterbox' => "Cheaterbox",
|
|
'text_cheaterbox' => "Cheaterbox <font class=striking>BETA</font>",
|
|
'col_added' => "Aggiunto",
|
|
'col_suspect' => "Sospettato",
|
|
'col_hit' => "Colpisci",
|
|
'col_torrent' => "Torrent",
|
|
'col_ul' => "UL",
|
|
'col_dl' => "DL",
|
|
'col_ann_time' => "Ann. Tempo",
|
|
'col_seeders' => "Seminatrici",
|
|
'col_leechers' => "Leechers",
|
|
'col_comment' => "Commento",
|
|
'col_dealt_with' => "Distribuisci Con",
|
|
'col_action' => "Atto",
|
|
'text_torrent_does_not_exist' => "Il torrent non esiste o è eliminato",
|
|
'text_yes' => "Sì",
|
|
'text_no' => "No",
|
|
'submit_set_dealt' => "Imposta Dealt",
|
|
'submit_delete' => "Elimina"
|
|
);
|
|
|
|
?>
|