add lang: cs

This commit is contained in:
xiaomlove
2025-04-20 18:13:46 +07:00
parent ff11c10eab
commit 4166a933e1
150 changed files with 7578 additions and 16 deletions
+22
View File
@@ -0,0 +1,22 @@
<?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",
);
?>