Files
nexusphp/lang/cs/lang_contactstaff.php

12 lines
244 B
PHP
Raw Permalink Normal View History

2025-04-20 18:13:46 +07:00
<?php
$lang_contactstaff = array
(
'head_contact_staff' => "Kontaktní personál",
'text_message_to_staff' => "Poslat zprávu zaměstnanci",
'row_subject' => "Předmět",
'row_body' => "Tělo",
'submit_send_it' => "Poslat&nbsp;to!"
);
?>