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,20 @@
|
||||
<?php
|
||||
|
||||
$lang_polls = array
|
||||
(
|
||||
'std_error' => "Chyba",
|
||||
'std_permission_denied' => "Oprávnění odepřeno.",
|
||||
'std_delete_poll' => "Odstranit anketu",
|
||||
'std_delete_poll_confirmation' => "Opravdu chcete odstranit anketu? Klikněte\n",
|
||||
'std_here_if_sure' => "<b>zde</b></a> , pokud jste si jistí.",
|
||||
'std_sorry' => "Sorry...",
|
||||
'std_no_polls' => "Neexistují žádné ankety!",
|
||||
'head_previous_polls' => "Předchozí ankety",
|
||||
'text_previous_polls' => "Předchozí ankety",
|
||||
'text_ago' => " zpět",
|
||||
'text_edit' => "Upravit",
|
||||
'text_delete' => "Vymazat",
|
||||
'text_votes' => "Hlasy: "
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user