add lang de/pl/pt/ro/ru/sv

This commit is contained in:
xiaomlove
2025-04-22 19:35:05 +07:00
parent ca33cbacfe
commit 2b970305a5
940 changed files with 48796 additions and 1 deletions
+22
View File
@@ -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' => "Номер торрента",
);
?>