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,23 @@
<?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'] = 'Действие';