aboutsummaryrefslogtreecommitdiffstats
path: root/public/admin/language/en-gb/extension/analytics/google.php
blob: e292fd2fd2b7af79d782f50c2545bb76210f0e75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
$_['heading_title']    = 'Google Analytics';

// Text
$_['text_extension']   = 'Extensions';
$_['text_success']	   = 'Success: You have modified Google Analytics!';
$_['text_edit']        = 'Edit Google Analytics';
$_['text_signup']      = 'Login to your <a href="http://www.google.com/analytics/" target="_blank"><u>Google Analytics</u></a> account and after creating your website profile copy and paste the analytics code into this field.';
$_['text_default']     = 'Default';

// Entry
$_['entry_code']       = 'Google Analytics Code';
$_['entry_status']     = 'Status';

// Error
$_['error_permission'] = 'Warning: You do not have permission to modify Google Analytics!';
$_['error_code']	   = 'Code required!';