mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
$lang_uploaders = array
|
||||
(
|
||||
'text_no_uploaders_yet' => "Загрузчики не найдены!",
|
||||
'head_uploaders' => "Загрузчики",
|
||||
'text_uploaders' => "Загрузчики",
|
||||
'col_username' => "Имя пользователя",
|
||||
'col_torrents_size' => "Размер торрентов",
|
||||
'col_torrents_num' => "Номер торрентов",
|
||||
'col_last_upload_time' => "Время последнего обновления",
|
||||
'col_last_upload' => "Последнее обновление торрента",
|
||||
'text_not_available' => "Н/Д",
|
||||
'submit_go' => "Идти",
|
||||
'text_select_month' => "Выберите месяц: ",
|
||||
'text_order_by' => "Сортировать по",
|
||||
'text_username' => "Имя пользователя",
|
||||
'text_torrent_size' => "Размер торрента",
|
||||
'text_torrent_num' => "Номер торрента",
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user