Files
nexusphp/lang/ru/lang_cheaterbox.php

29 lines
928 B
PHP
Raw Permalink Normal View History

2025-04-22 19:35:05 +07:00
<?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' => "Удалить"
);
?>