mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
add lang: cs
This commit is contained in:
@@ -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",
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user