PHP Classes

File: CMF/Web/application/language/en/ce_contact_us_lang.php

Recommend this page to a friend!
  Classes of Burge Lab   BurgeATS   CMF/Web/application/language/en/ce_contact_us_lang.php   Download  
File: CMF/Web/application/language/en/ce_contact_us_lang.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: BurgeATS
CRM, Ticketing system, and employee manangement
Author: By
Last change: Update of CMF/Web/application/language/en/ce_contact_us_lang.php
Date: 1 year ago
Size: 568 bytes
 

Contents

Class file image Download
<?php

$lang
['name']="Name";
$lang['email']="Email";
$lang['subject']="Subject";
$lang['content']="Content";
$lang['submit']="Submit";

$lang['fill_all_fields']="Please fill all fields.";
$lang['captcha_incorrect']="Captcha is incorrect.";
$lang['message_sent_successfully']="We have received your message and contact you ASAP.<br>Reference ID: ref_id";

$lang['email_subject']="contact_subject | message_id";
$lang['email_content']="
    Thanks for your message.<br>
    One of our colleauges will contact you ASAP.<br>
    Your message Id is message_id.<br>
    <br>
    Regards"
;