Files
nexusphp/lang/it/lang_contactstaff.php
2025-05-05 21:27:48 +07:00

12 lines
240 B
PHP

<?php
$lang_contactstaff = array
(
'head_contact_staff' => "Contatta Lo Staff",
'text_message_to_staff' => "Invia un messaggio allo staff",
'row_subject' => "Oggetto",
'row_body' => "Corpo",
'submit_send_it' => "Invia&nbsp;It!"
);
?>