mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
29 lines
773 B
PHP
29 lines
773 B
PHP
<?php
|
|
|
|
$lang_cheaterbox = array
|
|
(
|
|
'std_oho' => "Oho!",
|
|
'std_no_suspect_detected' => "Nenhum suspeito detectado ainda.",
|
|
'head_cheaterbox' => "Travessura",
|
|
'text_cheaterbox' => "Cheaterbox <font class=striking>BETA</font>",
|
|
'col_added' => "Adicionado",
|
|
'col_suspect' => "Suspender",
|
|
'col_hit' => "Atingir",
|
|
'col_torrent' => "Torrent",
|
|
'col_ul' => "UL",
|
|
'col_dl' => "DL",
|
|
'col_ann_time' => "Hora da Ann.",
|
|
'col_seeders' => "Semeadores",
|
|
'col_leechers' => "Leechers",
|
|
'col_comment' => "Comentar",
|
|
'col_dealt_with' => "Arremesso com",
|
|
'col_action' => "Atu.",
|
|
'text_torrent_does_not_exist' => "Torrent não existe ou foi excluído",
|
|
'text_yes' => "sim",
|
|
'text_no' => "Não",
|
|
'submit_set_dealt' => "Definir Alto-falante",
|
|
'submit_delete' => "excluir"
|
|
);
|
|
|
|
?>
|