mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
29 lines
771 B
PHP
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' => "Sí",
|
|
'text_no' => "Nu",
|
|
'submit_set_dealt' => "Poner Dealt",
|
|
'submit_delete' => "Eliminar"
|
|
);
|
|
|
|
?>
|