Files
nexusphp/lang/de/lang_contactstaff.php
2025-04-22 19:35:05 +07:00

12 lines
243 B
PHP

<?php
$lang_contactstaff = array
(
'head_contact_staff' => "Kontaktpersonal",
'text_message_to_staff' => "Nachricht an Mitarbeiter senden",
'row_subject' => "Betreff",
'row_body' => "Körper",
'submit_send_it' => "Senden&nbsp;It!"
);
?>