mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
$lang_viewpeerlist = array
|
||||
(
|
||||
'col_user_ip' => "Пользователь",
|
||||
'col_location' => "Местоположение",
|
||||
'col_connectable' => "Подключение",
|
||||
'col_uploaded' => "Загружено",
|
||||
'col_rate' => "Оценить",
|
||||
'col_av_rate' => "Av. Оценить",
|
||||
'col_downloaded' => "Загружено",
|
||||
'col_ratio' => "Коэффициент",
|
||||
'col_complete' => "Complete",
|
||||
'col_connected' => "Подключено",
|
||||
'col_idle' => "Простой",
|
||||
'col_client' => "Клиент",
|
||||
'text_anonymous' => "Анонимный",
|
||||
'text_unknown' => "(неизвестно)",
|
||||
'text_seeders' => "Сидры",
|
||||
'text_leechers' => "Leechers",
|
||||
'row_seeders' => "Сидры",
|
||||
'row_leechers' => "Leechers",
|
||||
'text_yes' => "Да",
|
||||
'text_no' => "Нет",
|
||||
'text_inf' => "Inf."
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user