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:
11
catalog/language/uk-ua/extension/recurring/pp_express.php
Normal file
11
catalog/language/uk-ua/extension/recurring/pp_express.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
// Text
|
||||
$_['text_title'] = 'PayPal Express Checkout';
|
||||
$_['text_canceled'] = 'Success: You have succesfully caneled this payment!';
|
||||
|
||||
// Button
|
||||
$_['button_cancel'] = 'Cancel Recurring Payment';
|
||||
|
||||
// Error
|
||||
$_['error_not_cancelled'] = 'Error: %s';
|
||||
$_['error_not_found'] = 'Could not cancel recurring profile';
|
||||
Reference in New Issue
Block a user