Files
translate/catalog/language/uk-ua/account/wishlist.php

30 lines
1.3 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
//Update for OpenCart 2.3.x by OpenCart Ukrainian Community http://opencart.ua
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
//info@marketplus.if.ua
//version 2.1.0.x
//Changed by fradee (Oleksandr Fradynsky) with love to Ukraine and OpenCart at 22 October.2015
//fradee@gmail.com
// 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'] = 'Ви успішно змінили список бажань!';
$_['text_empty'] = 'Ваш список бажать порожній.';
// Column
$_['column_image'] = 'Зображення';
$_['column_name'] = 'Назва товару';
$_['column_model'] = 'Модель';
$_['column_stock'] = 'Наявність';
$_['column_price'] = 'Ціна за одиницю';
$_['column_action'] = 'Дія';