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

23 lines
693 B
PHP

<?php
$lang_uploaders = array
(
'text_no_uploaders_yet' => "Nie znaleziono uploaderów!",
'head_uploaders' => "Przesyłacze",
'text_uploaders' => "Przesyłacze",
'col_username' => "Nazwa użytkownika",
'col_torrents_size' => "Rozmiar torrentów",
'col_torrents_num' => "Numer torrentów",
'col_last_upload_time' => "Czas ostatniej aktualizacji",
'col_last_upload' => "Ostatnio aktualizowany torrent",
'text_not_available' => "Nie dotyczy.",
'submit_go' => "Idź",
'text_select_month' => "Wybierz miesiąc: ",
'text_order_by' => "Sortuj według",
'text_username' => "Nazwa użytkownika",
'text_torrent_size' => "Rozmiar torrenta",
'text_torrent_num' => "Numer torrenta",
);
?>