12 lines
332 B
PHP
12 lines
332 B
PHP
<?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_reviews'] = 'На основании %s отзывов.';
|
|
|
|
// Tax
|
|
$_['text_tax'] = 'Без НДС:'; |