1
0
opencart-languagepack-finnish/admin/marketing/marketing.php

36 lines
1.3 KiB
PHP
Raw Normal View History

2020-02-12 21:25:39 +00:00
<?php
// Heading
$_['heading_title'] = 'Marketing Tracking';
// Text
$_['text_success'] = 'Success: You have modified marketing tracking!';
$_['text_list'] = 'Marketing Tracking List';
$_['text_add'] = 'Add Marketing Tracking';
$_['text_edit'] = 'Edit Marketing Tracking';
$_['text_filter'] = 'Filter';
// Column
$_['column_name'] = 'Campaign Name';
$_['column_code'] = 'Code';
$_['column_clicks'] = 'Clicks';
$_['column_orders'] = 'Orders';
$_['column_date_added'] = 'Date Added';
2020-03-02 00:28:04 +00:00
$_['column_action'] = 'Toiminto';
2020-02-12 21:25:39 +00:00
// Entry
$_['entry_name'] = 'Campaign Name';
$_['entry_description'] = 'Campaign Description';
$_['entry_code'] = 'Tracking Code';
$_['entry_example'] = 'Examples';
$_['entry_date_added'] = 'Date Added';
// Help
$_['help_code'] = 'The tracking code that will be used to track marketing campaigns.';
$_['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.';
// Error
2020-02-16 11:32:04 +00:00
$_['error_permission'] = 'Varoitus: You do not have permission to modify marketing tracking!';
2020-02-12 21:25:39 +00:00
$_['error_name'] = 'Campaign must be between 1 and 32 characters!';
$_['error_code'] = 'Tracking Code required!';
2020-03-02 00:28:04 +00:00
$_['error_exists'] = 'Tracking code is being used by another campaign!';