first commit

This commit is contained in:
Konstantin
2026-05-30 09:27:58 +03:00
commit de0344d218
2371 changed files with 661486 additions and 0 deletions
@@ -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';