Files
nexusphp/lang/fi/lang_contactstaff.php
2025-04-22 02:55:12 +07:00

12 lines
254 B
PHP

<?php
$lang_contactstaff = array
(
'head_contact_staff' => "Ota Yhteyttä Henkilökuntaan",
'text_message_to_staff' => "Lähetä viesti henkilöstölle",
'row_subject' => "Aihe",
'row_body' => "Runko",
'submit_send_it' => "Lähetä&nbsp;Se!"
);
?>