Files
dominik/public/store/language/ru-ru/product/mostviewed.php
T
2026-05-30 09:27:58 +03:00

36 lines
1.8 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?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'] = 'Преимущества:';