2025-04-22 19:35:05 +07:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
$lang_contactstaff = array
|
|
|
|
|
(
|
|
|
|
|
'head_contact_staff' => "Personal de contact",
|
|
|
|
|
'text_message_to_staff' => "Trimite un mesaj către personal",
|
|
|
|
|
'row_subject' => "Subiect",
|
|
|
|
|
'row_body' => "Corp",
|
|
|
|
|
'submit_send_it' => "Trimite It!"
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
?>
|