11 lines
335 B
PHP
11 lines
335 B
PHP
<?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'] = 'Virhe: %s';
|
|
$_['error_not_found'] = 'Could not cancel recurring profile'; |