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