mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
add lang fi + fr
This commit is contained in:
24
lang/fi/lang_sendmessage.php
Normal file
24
lang/fi/lang_sendmessage.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?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"
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user