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
+21
View File
@@ -0,0 +1,21 @@
<?php
$lang_polloverview = array
(
'std_error' => "Chyba",
'head_poll_overview' => "Přehled anket",
'text_polls_overview' => "Přehled anket",
'col_id' => "ID",
'col_added' => "Přidáno",
'col_question' => "Otázka",
'text_no_users_voted' => "Omlouváme se... Nejsou žádní uživatelé, kteří hlasovali!",
'text_no_poll_id' => "Omlouváme se... Neexistují žádné ankety s tímto ID!",
'text_poll_question' => "Otázky ankety",
'col_option_no' => "Možnost č.",
'col_options' => "Možnosti",
'text_polls_user_overview' => "Přehled anket uživatelů",
'col_username' => "Uživatelské jméno",
'col_selection' => "Výběr",
);
?>