mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
<?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",
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user