Files
nexusphp/lang/ru/lang_uploaders.php

23 lines
873 B
PHP
Raw Permalink Normal View History

2025-04-22 19:35:05 +07:00
<?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' => "Номер торрента",
);
?>