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,36 @@
<?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_empty'] = 'Нет Популярных Товаров.';
$_['text_quantity'] = 'Количество:';
$_['text_manufacturer'] = 'Производитель:';
$_['text_model'] = 'Модель:';
$_['text_points'] = 'Бонусные баллы:';
$_['text_price'] = 'Цена:';
$_['text_tax'] = 'Без НДС:';
$_['text_reviews'] = 'Отзывов: %s';
$_['text_compare'] = 'Сравнение товаров (%s)';
$_['text_display'] = 'Вид:';
$_['text_list'] = 'Списком';
$_['text_grid'] = 'Таблицей';
$_['text_sort'] = 'Сортировка:';
$_['text_default'] = 'По умолчанию';
$_['text_name_asc'] = 'Наименование (А -&gt; Я)';
$_['text_name_desc'] = 'Наименование (Я -&gt; А)';
$_['text_price_asc'] = 'Цена (по возрастанию)';
$_['text_price_desc'] = 'Цена (по убыванию)';
$_['text_rating_asc'] = 'Рейтинг (по возрастанию)';
$_['text_rating_desc'] = 'Рейтинг (по убыванию)';
$_['text_viewed_asc'] = 'Популярность (по возрастанию)';
$_['text_viewed_desc'] = 'Популярность (по убыванию)';
$_['text_model_asc'] = 'Модель (А -&gt; Я)';
$_['text_model_desc'] = 'Модель (Я -&gt; А)';
$_['text_date_asc'] = 'Дата (по возрастанию)';
$_['text_date_desc'] = 'Дата (по убыванию)';
$_['text_limit'] = 'Показать:';
$_['text_benefits'] = 'Преимущества:';