mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 09:32:07 +00:00
Адаптація структури перекладу під 2.3.0.2
This commit is contained in:
32
catalog/language/uk-ua/extension/payment/pp_express.php
Normal file
32
catalog/language/uk-ua/extension/payment/pp_express.php
Normal file
@@ -0,0 +1,32 @@
|
||||
<?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
|
||||
$_['express_text_title'] = 'Підтвердити замовлення';
|
||||
|
||||
// Text
|
||||
$_['text_title'] = 'PayPal Express оформлення';
|
||||
$_['button_continue'] = 'Продовжити';
|
||||
$_['text_cart'] = 'Кошик';
|
||||
$_['text_shipping_updated'] = 'Метод доставки змінено';
|
||||
$_['text_trial'] = '%s кожні %s %s для %s оплат тоді ';
|
||||
$_['text_recurring'] = '%s кожні %s %s';
|
||||
$_['text_recurring_item'] = 'Повторювані платежі';
|
||||
$_['text_length'] = ' для %s оплат';
|
||||
|
||||
// Entry
|
||||
$_['express_entry_coupon'] = 'Введіть Ваш купон тут:';
|
||||
|
||||
// Button
|
||||
$_['express_button_coupon'] = 'Додати';
|
||||
$_['express_button_confirm'] = 'Підтвердити';
|
||||
$_['express_button_login'] = 'Продовжити в PayPal';
|
||||
$_['express_button_shipping'] = 'Оновити доставку';
|
||||
$_['button_cancel_recurring'] = 'Відмінити платежі';
|
||||
|
||||
// Error
|
||||
$_['error_heading_title'] = 'Виникла помилка';
|
||||
$_['error_too_many_failures'] = 'Ваш платіж був невдалий занадто багато разів';
|
||||
Reference in New Issue
Block a user