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,31 @@
<?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_brand'] = 'Бренды';
$_['text_index'] = 'Алфавитный указатель';
$_['text_error'] = 'Бренд не найден!';
$_['text_empty'] = 'Товары данного производителя отсутствуют.';
$_['text_quantity'] = 'Кол-во:';
$_['text_manufacturer'] = 'Бренд:';
$_['text_model'] = 'Код Товара:';
$_['text_points'] = 'Бонусные баллы:';
$_['text_price'] = 'Цена:';
$_['text_tax'] = 'Без НДС:';
$_['text_compare'] = 'Сравнение товаров (%s)';
$_['text_sort'] = 'Сортировка:';
$_['text_default'] = 'По умолчанию';
$_['text_name_asc'] = 'Название (А - Я)';
$_['text_name_desc'] = 'Название (Я - А)';
$_['text_price_asc'] = 'Цена (низкая &gt; высокая)';
$_['text_price_desc'] = 'Цена (высокая &gt; низкая)';
$_['text_rating_asc'] = 'Рейтинг (начиная с низкого)';
$_['text_rating_desc'] = 'Рейтинг (начиная с высокого)';
$_['text_model_asc'] = 'Код Товара (А - Я)';
$_['text_model_desc'] = 'Код Товара (Я - А)';
$_['text_limit'] = 'Показать:';
$_['text_benefits'] = 'Преимущества:';