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

24
lang/cs/lang_makepoll.php Normal file
View File

@@ -0,0 +1,24 @@
<?php
$lang_makepoll = array
(
'std_error' => "Chyba",
'std_no_poll_id' => "Nebyla nalezena žádná anketa s tímto ID",
'std_missing_form_data' => "Chybí data formulářů!",
'head_edit_poll' => "Upravit anketu",
'text_edit_poll' => "Upravit anketu",
'head_new_poll' => "Nová anketa",
'text_day' => " den",
'text_hour' => " hodina",
'text_current_poll' => "Poznámka: Aktuální anketa ",
'text_is_only' => " je pouze ",
'text_old' => " staré.",
'text_make_poll' => "Vytvořit anketu",
'text_question' => "Otázka",
'text_option' => "Možnost ",
'submit_edit_poll' => "Upravit anketu",
'submit_create_poll' => "Vytvořit anketu",
'text_required' => " vyžadováno"
);
?>