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

34 lines
1.3 KiB
PHP
Raw 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_viewsnatches = array
(
'head_snatch_detail' => "Детали Snatch",
'text_snatch_detail_for' => "Детали Snatch для ",
'text_users_top_finished_recently' => "Пользователи в верхней части закончили последнюю загрузку",
'col_username' => "Имя пользователя",
'col_uploaded' => "Загружено",
'col_downloaded' => "Загружено",
'col_se_time' => "Se. Время",
'col_le_time' => "Л. время",
'col_ratio' => "Коэффициент",
'col_when_completed' => "Завершено в",
'col_last_action' => "Последнее действие",
'col_seeding' => "Раздача",
'col_pm_user' => "Пользователь PM",
'col_report_user' => "Пожаловаться на пользователя",
'col_on_or_off' => "Вкл/Выкл",
'text_global' => "Глобально",
'text_torrent' => "Торрент",
'text_yes' => "Да",
'text_no'=> "Нет",
'title_report' => "Отчет",
'col_ip' => "IP",
'text_per_second' => "/с",
'text_anonymous' => "анонимный",
'text_inf' => "Inf.",
'std_sorry' => "Извините",
'std_no_snatched_users' => "Пользователь еще не перехватил этот торрент.",
);
?>