oct_analytics.php
1.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?php
$_['heading_title']					= 'OCTemplates - Analytics&E-commerce';
// Text
$_['text_extension']				= 'Statistics';
$_['text_success']					= 'Settings of the Google Analytics module are successfully updated';
$_['text_success_install']          = 'The module settings have been install successfully!';
$_['text_signup_google']			= 'Enter your <a href="http://www.google.com/analytics/" target="_blank"><u>Google Analytics</u></a> account, choose "Create property", copy "Account ID" and enter here:';
$_['text_signup_google_tm']			= 'Enter your <a href="https://tagmanager.google.com/" target="_blank"><u>Google Tag Manager</u></a> account, choose "Create property", copy "Account ID" and enter here:';
$_['text_signup_google_ads']		= 'Enter your <a href="https://ads.google.com/" target="_blank"><u>GoogleADS</u></a>account, choose "Create property", copy "Account ID" and enter here:';
$_['text_default']					= 'By default';
$_['text_edit']						= 'Edit OCTemplates - Analytics&E-commerce';
$_['text_header']					= 'Insert in <head></head>';
$_['text_footer']					= 'Insert before </body>';
$_['text_google_ecommerce']			= 'Turn on Google E-commerce';
$_['text_target']					= 'Goals';
$_['text_no_results']				= 'No goals yet';
//Column
$_['column_atribute']				= 'Attribute';
$_['column_category']				= 'Category';
$_['column_action']					= 'Action';
//Tabs
$_['tab_general']					= 'General';
$_['tab_google']					= 'Google Analytics';
$_['tab_targets']					= 'Target Settings';
// Entry
$_['entry_code']					= 'Tracking code';
$_['entry_google_code']				= 'Account ID';
$_['entry_googleads_code']			= 'ADS account ID';
$_['entry_googletm_code']			= 'GTM account ID';
$_['entry_status']					= 'Status';
$_['entry_position']				= 'Counter position';
// Error
$_['error_permission']				= 'You are not authorized to manage this module.!';
$_['error_code']					= 'Code is required!';