mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
29 lines
928 B
PHP
29 lines
928 B
PHP
<?php
|
||
|
||
$lang_cheaterbox = array
|
||
(
|
||
'std_oho' => "Oho!",
|
||
'std_no_suspect_detected' => "Подозреваемый еще не обнаружен.",
|
||
'head_cheaterbox' => "Читерящик",
|
||
'text_cheaterbox' => "Cheaterbox <font class=striking>BETA</font>",
|
||
'col_added' => "Добавлено",
|
||
'col_suspect' => "Подозреваемый",
|
||
'col_hit' => "Попадание",
|
||
'col_torrent' => "Торрент",
|
||
'col_ul' => "UL",
|
||
'col_dl' => "DL",
|
||
'col_ann_time' => "Анн. Время",
|
||
'col_seeders' => "Сидры",
|
||
'col_leechers' => "Leechers",
|
||
'col_comment' => "Комментарий",
|
||
'col_dealt_with' => "Сделка с",
|
||
'col_action' => "Акт.",
|
||
'text_torrent_does_not_exist' => "Торрент не существует или удаляется",
|
||
'text_yes' => "Да",
|
||
'text_no' => "Нет",
|
||
'submit_set_dealt' => "Установить сделку",
|
||
'submit_delete' => "Удалить"
|
||
);
|
||
|
||
?>
|