Files
nexusphp/lang/ru/lang_uploaders.php
2025-04-22 19:35:05 +07:00

23 lines
873 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?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' => "Номер торрента",
);
?>