first commit
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
<?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_product'] = 'Описание';
|
||||
$_['text_name'] = 'Товар';
|
||||
$_['text_image'] = 'Изображение';
|
||||
$_['text_price'] = 'Цена';
|
||||
$_['text_model'] = 'Код товара';
|
||||
$_['text_manufacturer'] = 'Производитель';
|
||||
$_['text_availability'] = 'Наличие';
|
||||
$_['text_instock'] = 'В наличии';
|
||||
$_['text_rating'] = 'Рейтинг';
|
||||
$_['text_reviews'] = 'На основе %s отзывов.';
|
||||
$_['text_summary'] = 'Краткое описание';
|
||||
$_['text_weight'] = 'Вес';
|
||||
$_['text_dimension'] = 'Размеры (Д х Ш х В)';
|
||||
$_['text_compare'] = 'Сравнение товаров (%s)';
|
||||
$_['text_success'] = 'Вы добавили <a href="%s">%s</a> в ваш <a href="%s">список сравнения товаров</a>!';
|
||||
$_['text_remove'] = 'Товар удален из сравнения';
|
||||
$_['text_empty'] = 'Вы не выбрали ни одного товара для сравнения.';
|
||||
Reference in New Issue
Block a user