mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 09:32:07 +00:00
32 lines
1.2 KiB
PHP
Executable File
32 lines
1.2 KiB
PHP
Executable File
<?php
|
|
|
|
//version 2.0.0.0
|
|
//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'] = 'Ваш платіж був невдалий занадто багато разів'; |