Files

12 lines
246 B
PHP
Raw Permalink Normal View History

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&nbsp;It!"
);
?>