Files
nexusphp/lang/cs/lang_uploaders.php
2025-04-20 18:13:46 +07:00

23 lines
721 B
PHP

<?php
$lang_uploaders = array
(
'text_no_uploaders_yet' => "Nenalezeny žádné nahrávače!",
'head_uploaders' => "Nahrávaní",
'text_uploaders' => "Nahrávaní",
'col_username' => "Uživatelské jméno",
'col_torrents_size' => "Velikost torrentů",
'col_torrents_num' => "Číslo torrentů",
'col_last_upload_time' => "Poslední aktualizovaný čas",
'col_last_upload' => "Naposledy aktualizovaný Torrent",
'text_not_available' => "Nepřichází v úvahu",
'submit_go' => "Přejít",
'text_select_month' => "Vyberte měsíc: ",
'text_order_by' => "Seřadit podle",
'text_username' => "Uživatelské jméno",
'text_torrent_size' => "Velikost Torrentu",
'text_torrent_num' => "Číslo Torrentu",
);
?>