mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 20:17:24 +08:00
add lang: cs
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
$lang_takecontact = array
|
||||
(
|
||||
'std_error' => "Chyba",
|
||||
'std_method' => "Metoda",
|
||||
'std_please_enter_something' => "Prosím, zadejte něco!",
|
||||
'std_please_define_subject' => "Musíte definovat předmět!",
|
||||
'std_message_flooding' => "Zaplavení zprávy není povoleno. Počkejte prosím ",
|
||||
'std_second' => " sekunda",
|
||||
'std_s' => "s",
|
||||
'std_before_sending_pm' => " před odesláním PM do ZAMĚSTNANCŮ.",
|
||||
'std_succeeded' => "Úspěšně",
|
||||
'std_message_succesfully_sent' => "Zpráva byla úspěšně odeslána!"
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user