1
0
opencart-languagepack-finnish/admin/extension/report/customer_search.php

32 lines
1013 B
PHP
Raw Permalink Normal View History

2020-02-12 21:25:39 +00:00
<?php
// Heading
$_['heading_title'] = 'Customer Searches Report';
// Text
$_['text_extension'] = 'Extensions';
$_['text_edit'] = 'Edit Customer Searches Report';
$_['text_success'] = 'Success: You have modified customer searches report!';
2020-03-02 08:58:49 +00:00
$_['text_filter'] = 'Suodatin';
2020-02-12 21:25:39 +00:00
$_['text_guest'] = 'Guest';
$_['text_customer'] = '<a href="%s">%s</a>';
// Column
$_['column_keyword'] = 'Keyword';
$_['column_products'] = 'Found Products';
$_['column_category'] = 'Category';
$_['column_customer'] = 'Customer';
$_['column_ip'] = 'IP';
$_['column_date_added'] = 'Date Added';
// Entry
$_['entry_date_start'] = 'Date Start';
$_['entry_date_end'] = 'Date End';
$_['entry_keyword'] = 'Keyword';
$_['entry_customer'] = 'Customer';
$_['entry_ip'] = 'IP';
2020-03-02 08:58:49 +00:00
$_['entry_status'] = 'Tila';
$_['entry_sort_order'] = 'Lajittelujärjestys';
2020-02-12 21:25:39 +00:00
// Error
2020-03-02 08:58:49 +00:00
$_['error_permission'] = 'Varoitus: You do not have permission to modify customer searches report!';