Files
translate/catalog/language/uk-ua/api/voucher.php

20 lines
1.1 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
// Text
$_['text_success'] = 'Ви успішно використали знижку подарункового сертифікату!';
$_['text_cart'] = 'Ви успішно змінили Кошик!';
$_['text_for'] = '%s Подарунковий сертифікат %s';
// Error
$_['error_permission'] = 'У Вас немає доступу до API!';
$_['error_voucher'] = 'Подарунковий сертифікат недійсний або уже використаний!';
$_['error_to_name'] = 'Ім`я одержувача повинно містити від 1 до 64 символів!';
$_['error_from_name'] = 'Ваше ім`я повинно містити від 1 до 64 символів!';
$_['error_email'] = 'Неправильний E-Mail!';
$_['error_theme'] = 'Вкажіть тему!';
$_['error_amount'] = 'Сума повинна бути від %s і до %s!';