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

23 lines
1.2 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_account'] = 'Личный кабинет';
$_['text_instock'] = 'В наличии';
$_['text_wishlist'] = 'Закладки (%s)';
$_['text_login'] = 'Необходимо войти в <a href="%s">Личный Кабинет</a> или <a href="%s">создать учетную запись</a>, чтобы сохранить товар <a href="%s">%s</a> в свои <a href="%s">закладки</a>!';
$_['text_success'] = 'Платье <a href="%s">%s</a> было добавлен в <a href="%s">закладки</a>!';
$_['text_remove'] = 'Платье <a href="%s">%s</a> было удалено из <a href="%s">закладок</a>!';
$_['text_empty'] = 'Ваши закладки пусты.';
// Column
$_['column_image'] = 'Изображение';
$_['column_name'] = 'Название товара';
$_['column_model'] = 'Код товара';
$_['column_stock'] = 'Наличие';
$_['column_price'] = 'Цена за единицу товара';
$_['column_action'] = 'Действие';