1
0
opencart-languagepack-finnish/catalog/extension/recurring/squareup.php
2020-02-16 13:32:04 +02:00

13 lines
588 B
PHP

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