1
0
opencart-languagepack-finnish/admin/extension/analytics/google.php

18 lines
723 B
PHP
Raw Permalink Normal View History

2020-02-12 21:25:39 +00:00
<?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
2020-02-16 11:32:04 +00:00
$_['error_permission'] = 'Varoitus: You do not have permission to modify Google Analytics!';
2020-02-12 21:25:39 +00:00
$_['error_code'] = 'Code required!';