mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
23 lines
873 B
PHP
23 lines
873 B
PHP
|
|
<?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' => "Номер торрента",
|
|||
|
|
);
|
|||
|
|
|
|||
|
|
?>
|