mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
12 lines
232 B
PHP
12 lines
232 B
PHP
<?php
|
|
|
|
$lang_contactstaff = array
|
|
(
|
|
'head_contact_staff' => "Kontakt Personale",
|
|
'text_message_to_staff' => "Send besked til Personalet",
|
|
'row_subject' => "Emne",
|
|
'row_body' => "Krop",
|
|
'submit_send_it' => "Send It!"
|
|
);
|
|
|
|
?>
|