mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 15:32:11 +00:00
Перевірка відповідності зміних
This commit is contained in:
@@ -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!';
|
||||
|
||||
Reference in New Issue
Block a user