mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
23 lines
693 B
PHP
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",
|
|
);
|
|
|
|
?>
|