marketing.php (1395B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Marketing Tracking'; 4 5 // Text 6 $_['text_success'] = 'Success: You have modified marketing tracking!'; 7 $_['text_list'] = 'Marketing Tracking List'; 8 $_['text_add'] = 'Add Marketing Tracking'; 9 $_['text_edit'] = 'Edit Marketing Tracking'; 10 $_['text_filter'] = 'Filter'; 11 12 // Column 13 $_['column_name'] = 'Campaign Name'; 14 $_['column_code'] = 'Code'; 15 $_['column_clicks'] = 'Clicks'; 16 $_['column_orders'] = 'Orders'; 17 $_['column_date_added'] = 'Date Added'; 18 $_['column_action'] = 'Action'; 19 20 // Entry 21 $_['entry_name'] = 'Campaign Name'; 22 $_['entry_description'] = 'Campaign Description'; 23 $_['entry_code'] = 'Tracking Code'; 24 $_['entry_example'] = 'Examples'; 25 $_['entry_date_added'] = 'Date Added'; 26 27 // Help 28 $_['help_code'] = 'The tracking code that will be used to track marketing campaigns.'; 29 $_['help_example'] = 'So the system can track referrals you need to add the tracking code to the end of the URL linking to your site.'; 30 31 // Error 32 $_['error_permission'] = 'Warning: You do not have permission to modify marketing tracking!'; 33 $_['error_name'] = 'Campaign must be between 1 and 32 characters!'; 34 $_['error_code'] = 'Tracking Code required!'; 35 $_['error_exists'] = 'Tracking code is being used by another campaign!';