mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 07:31:09 +00:00
Адаптація структури перекладу під 2.3.0.2
This commit is contained in:
18
catalog/language/uk-ua/extension/total/coupon.php
Normal file
18
catalog/language/uk-ua/extension/total/coupon.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?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'] = 'Використати код купону';
|
||||
|
||||
// Text
|
||||
$_['text_success'] = 'Ви використали код купону!';
|
||||
|
||||
// Entry
|
||||
$_['entry_coupon'] = 'Введіть Ваш код купону тут';
|
||||
|
||||
// Error
|
||||
$_['error_coupon'] = 'Код купону неправильний, прострочений або перевищив кількість використань!';
|
||||
$_['error_empty'] = 'Введіть код купону!';
|
||||
8
catalog/language/uk-ua/extension/total/credit.php
Normal file
8
catalog/language/uk-ua/extension/total/credit.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?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_credit'] = 'Кредит';
|
||||
$_['text_order_id'] = 'Номер замовлення: #%s';
|
||||
7
catalog/language/uk-ua/extension/total/handling.php
Normal file
7
catalog/language/uk-ua/extension/total/handling.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?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_handling'] = 'Вартість обробки';
|
||||
7
catalog/language/uk-ua/extension/total/klarna_fee.php
Normal file
7
catalog/language/uk-ua/extension/total/klarna_fee.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?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_klarna_fee'] = 'Оплата Klarna';
|
||||
7
catalog/language/uk-ua/extension/total/low_order_fee.php
Normal file
7
catalog/language/uk-ua/extension/total/low_order_fee.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?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_low_order_fee'] = 'Доплата за замовлення, розмір якого менший від мінімального';
|
||||
19
catalog/language/uk-ua/extension/total/reward.php
Normal file
19
catalog/language/uk-ua/extension/total/reward.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?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'] = 'Використати бонусні бали(доступно %s)';
|
||||
|
||||
// Text
|
||||
$_['text_success'] = 'Ви успішно використали бонусні бали!';
|
||||
|
||||
// Entry
|
||||
$_['entry_reward'] = 'Бали для використання (Max %s)';
|
||||
|
||||
// Error
|
||||
$_['error_reward'] = 'Будь-ласка введіть кількість балів для використання при оплаті!';
|
||||
$_['error_points'] = 'У Вас немає %s бонусних балів!';
|
||||
$_['error_maximum'] = 'Максимальна кількість балів, яка може бути використана в замовленні %s!';
|
||||
25
catalog/language/uk-ua/extension/total/shipping.php
Normal file
25
catalog/language/uk-ua/extension/total/shipping.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?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'] = 'Визначення вартості доставки і податку';
|
||||
|
||||
// Text
|
||||
$_['text_success'] = 'Ви успішно застосували оцінку вартості доставки!';
|
||||
$_['text_shipping'] = 'Введіть адресу доставки для визначення вартості доставки.';
|
||||
$_['text_shipping_method'] = 'Будь-ласка виберіть бажаний спосіб доставки цього замовлення.';
|
||||
|
||||
// Entry
|
||||
$_['entry_country'] = 'Країна';
|
||||
$_['entry_zone'] = 'Район/Область';
|
||||
$_['entry_postcode'] = 'Індекс';
|
||||
|
||||
// Error
|
||||
$_['error_postcode'] = 'Індекс повинен містити від 2 до 10 символів!';
|
||||
$_['error_country'] = 'Оберіть країну!';
|
||||
$_['error_zone'] = 'Оберіть район/область!';
|
||||
$_['error_shipping'] = 'Оберіть спосіб доставки!';
|
||||
$_['error_no_shipping'] = 'Немає варіантів доставки. Будь-ласка <a href="%s">зв`яжіться з нами</a> для допомоги!';
|
||||
7
catalog/language/uk-ua/extension/total/sub_total.php
Normal file
7
catalog/language/uk-ua/extension/total/sub_total.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?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_sub_total'] = 'Разом';
|
||||
7
catalog/language/uk-ua/extension/total/total.php
Normal file
7
catalog/language/uk-ua/extension/total/total.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?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_total'] = 'Всього до сплати';
|
||||
8
catalog/language/uk-ua/extension/total/voucher.php
Normal file
8
catalog/language/uk-ua/extension/total/voucher.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?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_voucher'] = 'Подарунковий сертифікат (%s)';
|
||||
Reference in New Issue
Block a user