mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 07:31:09 +00:00
Перевірка відповідності зміних
This commit is contained in:
@@ -15,4 +15,4 @@ $_['entry_coupon'] = 'Введіть Ваш код купону тут';
|
||||
|
||||
// Error
|
||||
$_['error_coupon'] = 'Код купону неправильний, прострочений або перевищив кількість використань!';
|
||||
$_['error_empty'] = 'Введіть код купону!';
|
||||
$_['error_empty'] = 'Введіть код купону!';
|
||||
|
||||
@@ -8,6 +8,8 @@
|
||||
$_['heading_title'] = 'Використати бонусні бали(доступно %s)';
|
||||
|
||||
// Text
|
||||
$_['text_reward'] = 'Reward Points (%s)';
|
||||
$_['text_order_id'] = 'Order ID: #%s';
|
||||
$_['text_success'] = 'Ви успішно використали бонусні бали!';
|
||||
|
||||
// Entry
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
|
||||
//info@marketplus.if.ua
|
||||
|
||||
$_['text_total'] = 'Всього до сплати';
|
||||
$_['text_total'] = 'Всього до сплати';
|
||||
@@ -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