mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-06 07:50:56 +08:00
24 lines
763 B
PHP
24 lines
763 B
PHP
<?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"
|
|
);
|
|
|
|
?>
|