70 lines
2.6 KiB
PHP
70 lines
2.6 KiB
PHP
|
<?php
|
||
|
/*+********************************************************************************
|
||
|
* The contents of this file are subject to the vtiger CRM Public License Version 1.0
|
||
|
* ("License"); You may not use this file except in compliance with the License
|
||
|
* The Original Code is: vtiger CRM Open Source
|
||
|
* The Initial Developer of the Original Code is vtiger.
|
||
|
* Portions created by vtiger are Copyright (C) vtiger.
|
||
|
* All Rights Reserved.
|
||
|
********************************************************************************/
|
||
|
|
||
|
$mod_strings = array(
|
||
|
'LBL_CAMPAIGN_INFORMATION' => 'Campaign Information',
|
||
|
'LBL_CUSTOM_INFORMATION' => 'Custom Information',
|
||
|
'LBL_DESCRIPTION_INFORMATION' => 'Description Information',
|
||
|
'LBL_EXPECTATIONS_AND_ACTUALS' => 'Expectations & Actuals',
|
||
|
'Campaign Name' => 'Campaign Name',
|
||
|
'Campaign Type' => 'Campaign Type',
|
||
|
'Campaign Status' => 'Campaign Status',
|
||
|
'Campaign ID' => 'Campaign ID',
|
||
|
'Expected Close Date' => 'Expected Close Date',
|
||
|
'Expected Revenue' => 'Expected Revenue',
|
||
|
'Budget Cost' => 'Budget Cost',
|
||
|
'Actual Cost' => 'Actual Cost',
|
||
|
'Expected Response' => 'Expected Response',
|
||
|
'Assigned To' => 'Assigned To',
|
||
|
'Num Sent' => 'Num Sent',
|
||
|
'Created Time' => 'Created Time',
|
||
|
'Modified Time' => 'Modified Time',
|
||
|
'Description' => 'Description',
|
||
|
'Product' => 'Product',
|
||
|
'Target Audience' => 'Target Audience',
|
||
|
'TargetSize' => 'Target Size',
|
||
|
'Sponsor' => 'Sponsor',
|
||
|
'Expected Sales Count' => 'Expected Sales Count',
|
||
|
'Expected Response Count' => 'Expected Response Count',
|
||
|
'Expected ROI' => 'Expected ROI',
|
||
|
'Actual Sales Count' => 'Actual Sales Count',
|
||
|
'Actual Response Count' => 'Actual Response Count',
|
||
|
'Actual ROI' => 'Actual ROI',
|
||
|
'Select One' => 'Select One',
|
||
|
'LBL_LOAD_LIST' => 'Load List',
|
||
|
'Conference' => 'Conference',
|
||
|
'Webinar' => 'Webinar',
|
||
|
'Trade Show' => 'Trade Show',
|
||
|
'Public Relations' => 'Public Relations',
|
||
|
'Partners' => 'Partners',
|
||
|
'Referral Program' => 'Referral Program',
|
||
|
'Advertisement' => 'Advertisement',
|
||
|
'Banner Ads' => 'Banner Ads',
|
||
|
'Direct Mail' => 'Direct Mail',
|
||
|
'Email' => 'Email',
|
||
|
'Telemarketing' => 'Telemarketing',
|
||
|
'Others' => 'Others',
|
||
|
'Planning' => 'Planning',
|
||
|
'Active' => 'Active',
|
||
|
'Inactive' => 'Inactive',
|
||
|
'Complete' => 'Complete',
|
||
|
'Cancelled' => 'Cancelled',
|
||
|
'Excellent' => 'Excellent',
|
||
|
'Good' => 'Good',
|
||
|
'Average' => 'Average',
|
||
|
'Poor' => 'Poor',
|
||
|
'Campaign No' => 'Campaign No.',
|
||
|
'--None--' => '--None--',
|
||
|
'Contacted - Successful' => 'Contacted - Successful',
|
||
|
'Contacted - Unsuccessful' => 'Contacted - Unsuccessful',
|
||
|
'Contacted - Never Contact Again' => 'Contacted - Never Contact Again',
|
||
|
'Campaigns ID' => 'Campaigns ID',
|
||
|
);
|
||
|
?>
|