diff options
Diffstat (limited to 'public/catalog/language/en-gb/extension/recurring/squareup.php')
-rw-r--r-- | public/catalog/language/en-gb/extension/recurring/squareup.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/public/catalog/language/en-gb/extension/recurring/squareup.php b/public/catalog/language/en-gb/extension/recurring/squareup.php new file mode 100644 index 0000000..172409f --- /dev/null +++ b/public/catalog/language/en-gb/extension/recurring/squareup.php @@ -0,0 +1,13 @@ +<?php +// Text +$_['text_title'] = 'Square'; +$_['text_canceled'] = 'Success: You have succesfully canceled this payment! We sent you a confirmation e-mail.'; +$_['text_confirm_cancel'] = 'Are you sure you want to cancel the recurring payments?'; +$_['text_order_history_cancel'] = 'You canceled your recurring profile. Your card will no longer be charged.'; + +// Button +$_['button_cancel'] = 'Cancel Recurring Payment'; + +// Error +$_['error_not_cancelled'] = 'Error: %s'; +$_['error_not_found'] = 'Could not cancel recurring profile';
\ No newline at end of file |