mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
add lang: cs
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
$lang_sendmessage = array
|
||||
(
|
||||
'std_error' => "Chyba",
|
||||
'std_permission_denied' => "Oprávnění odepřeno",
|
||||
'head_send_message' => "Odeslat zprávu",
|
||||
'text_mass_message' => "Hromadná zpráva pro ",
|
||||
'text_users' => "uživatelé",
|
||||
'text_subject' => "Předmět:",
|
||||
'text_comment' => "Komentář:",
|
||||
'text_from' => "Od:",
|
||||
'text_take_snapshot' => "Pořídit snímek:",
|
||||
'submit_send_it' => "Poslat to!",
|
||||
'submit_preview' => "Náhled",
|
||||
'text_templates' => "Šablony:",
|
||||
'submit_use' => "Použití",
|
||||
'std_no_user_id' => "Žádný uživatel s tímto ID.",
|
||||
'text_message_to' => "Zpráva pro ",
|
||||
'checkbox_delete_message_replying_to' => "Odstranit zprávu, na kterou odpovídáte",
|
||||
'checkbox_save_message_to_sendbox' => "Uložit zprávu do Sentboxu"
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user