Перевірка відповідності зміних

This commit is contained in:
dinox-pro
2017-03-03 19:48:11 +02:00
parent 21d7f6e683
commit 513812a58c
38 changed files with 149 additions and 100 deletions

View File

@@ -1,8 +1,14 @@
<?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
// Heading
$_['heading_title'] = 'Use Gift Certificate';
// Text
$_['text_voucher'] = 'Подарунковий сертифікат (%s)';
$_['text_voucher'] = 'Gift Certificate (%s)';
$_['text_success'] = 'Success: Your gift certificate discount has been applied!';
// Entry
$_['entry_voucher'] = 'Enter your gift certificate code here';
// Error
$_['error_voucher'] = 'Warning: Gift Certificate is either invalid or the balance has been used up!';
$_['error_empty'] = 'Warning: Please enter a gift certificate code!';