customer_search.php
889 Bytes
<?php
// Heading
$_['heading_title'] = 'Пошукові запити покупців';
// Text
$_['text_list'] = 'Список пошукових запитів покупців';
$_['text_guest'] = 'Гість';
$_['text_customer'] = '<a href="%s">%s</a>';
$_['text_filter'] = 'Фільтр';
// Column
$_['column_keyword'] = 'Запит';
$_['column_products'] = 'Знайдені товари';
$_['column_category'] = 'Категорія';
$_['column_customer'] = 'Покупець';
$_['column_ip'] = 'IP';
$_['column_date_added'] = 'Дата додавання';
// Entry
$_['entry_date_start'] = 'Дата початку';
$_['entry_date_end'] = 'Дата завершення';
$_['entry_keyword'] = 'Запит';
$_['entry_customer'] = 'Покупець';
$_['entry_ip'] = 'IP';