mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
24 lines
779 B
PHP
24 lines
779 B
PHP
<?php
|
|
|
|
$lang_sendmessage = array
|
|
(
|
|
'std_error' => "Virhe",
|
|
'std_permission_denied' => "Lupa evätty",
|
|
'head_send_message' => "Lähetä viesti",
|
|
'text_mass_message' => "Massaviesti vastaanottajalle ",
|
|
'text_users' => "käyttäjät",
|
|
'text_subject' => "Aihe:",
|
|
'text_comment' => "Kommentti:",
|
|
'text_from' => "Lähettäjä:",
|
|
'text_take_snapshot' => "Ota tilannekuva:",
|
|
'submit_send_it' => "Lähetä se!",
|
|
'submit_preview' => "Esikatselu",
|
|
'text_templates' => "Mallit:",
|
|
'submit_use' => "Käytä",
|
|
'std_no_user_id' => "Ei käyttäjää tällä tunnuksella.",
|
|
'text_message_to' => "Viesti vastaanottajalle ",
|
|
'checkbox_delete_message_replying_to' => "Poista viesti, johon vastaat",
|
|
'checkbox_save_message_to_sendbox' => "Tallenna viesti lähetettyyn kansioon"
|
|
);
|
|
|
|
?>
|