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

29 lines
928 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?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' => "Удалить"
);
?>