Files
nexusphp/lang/es/lang_cheaterbox.php
2025-04-22 19:35:05 +07:00

29 lines
771 B
PHP

<?php
$lang_cheaterbox = array
(
'std_oho' => "Oho!",
'std_no_suspect_detected' => "Ningún sospechoso detectado aún.",
'head_cheaterbox' => "Cheaterbox",
'text_cheaterbox' => "Caja de Cheaterbox <font class=striking>BETA</font>",
'col_added' => "Añadido",
'col_suspect' => "Sospechoso",
'col_hit' => "Golpear",
'col_torrent' => "Torrente",
'col_ul' => "UL",
'col_dl' => "DL",
'col_ann_time' => "Ana hora",
'col_seeders' => "Semilleros",
'col_leechers' => "Leechers",
'col_comment' => "Comentario",
'col_dealt_with' => "Dealtar con",
'col_action' => "Acto.",
'text_torrent_does_not_exist' => "Torrent no existe o ha sido eliminado",
'text_yes' => "",
'text_no' => "Nu",
'submit_set_dealt' => "Poner Dealt",
'submit_delete' => "Eliminar"
);
?>