Files
translate/catalog/language/ukrainian/account/wishlist.php
2015-02-01 01:41:27 +02:00

26 lines
1.3 KiB
PHP
Executable File
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
//version 2.0.0.0
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
//info@marketplus.if.ua
// 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_exists'] = '<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'] = 'Дія';