mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
34 lines
1.3 KiB
PHP
34 lines
1.3 KiB
PHP
<?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' => "Пользователь еще не перехватил этот торрент.",
|
||
);
|
||
|
||
?>
|