Files
nexusphp/lang/da/lang_contactstaff.php

12 lines
232 B
PHP
Raw Normal View History

2025-04-21 02:53:56 +07:00
<?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&nbsp;It!"
);
?>