27 lines
1.0 KiB
PHP
27 lines
1.0 KiB
PHP
<?php
|
|
// * @source See SOURCE.txt for source and other copyright.
|
|
// * @license GNU General Public License version 3; see LICENSE.txt
|
|
|
|
// 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'; |