mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 20:17:24 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
<?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' => "Пользователь еще не перехватил этот торрент.",
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user