first commit
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
<?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';
|
||||
Reference in New Issue
Block a user