From 4858b1f496abc08f1c70cc542bd70fce45b53e5b Mon Sep 17 00:00:00 2001 From: Wouter van Os Date: Wed, 30 May 2018 11:54:12 +0200 Subject: [PATCH] Update translations (#40) --- src/mollie/lang/dutch.php | 4 ++-- src/mollie/lang/english.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mollie/lang/dutch.php b/src/mollie/lang/dutch.php index 7c30c46..f04d559 100644 --- a/src/mollie/lang/dutch.php +++ b/src/mollie/lang/dutch.php @@ -11,9 +11,9 @@ $_GATEWAYLANG['checkPayment'] = 'We controleren je betaling, moment geduld...'; $_GATEWAYLANG['payWithBanktransfer'] = 'Betaal met Bank overschrijving'; $_GATEWAYLANG['payWithBelfius'] = 'Betaal met Belfius'; $_GATEWAYLANG['payWithBitcoin'] = 'Betaal met Bitcoin'; -$_GATEWAYLANG['payWithDirectdebit'] = 'Betaal met Automatisch Incasso'; +$_GATEWAYLANG['payWithCreditcard'] = 'Betaal met Creditcard'; $_GATEWAYLANG['payWithIdeal'] = 'Betaal met iDeal'; $_GATEWAYLANG['payWithMistercash'] = 'Betaal met Bancontact'; $_GATEWAYLANG['payWithPaypal'] = 'Betaal met PayPal'; $_GATEWAYLANG['payWithPaysafecard'] = 'Betaal met Paysafecard'; -$_GATEWAYLANG['payWithSofort'] = 'Betaal met Sofort Banking'; \ No newline at end of file +$_GATEWAYLANG['payWithSofort'] = 'Betaal met Sofort Banking'; diff --git a/src/mollie/lang/english.php b/src/mollie/lang/english.php index c6c2695..f401895 100644 --- a/src/mollie/lang/english.php +++ b/src/mollie/lang/english.php @@ -12,9 +12,9 @@ $_GATEWAYLANG['checkPayment'] = 'Checking your payment, please wait...'; $_GATEWAYLANG['payWithBanktransfer'] = 'Pay with Bank Transfer'; $_GATEWAYLANG['payWithBelfius'] = 'Pay with Belfius'; $_GATEWAYLANG['payWithBitcoin'] = 'Pay with Bitcoin'; -$_GATEWAYLANG['payWithDirectdebit'] = 'Pay with Direct Debit'; +$_GATEWAYLANG['payWithCreditcard'] = 'Pay with Credit Card'; $_GATEWAYLANG['payWithIdeal'] = 'Pay with iDeal'; $_GATEWAYLANG['payWithMistercash'] = 'Pay with Bancontact'; $_GATEWAYLANG['payWithPaypal'] = 'Pay with PayPal'; $_GATEWAYLANG['payWithPaysafecard'] = 'Pay with Paysafecard'; -$_GATEWAYLANG['payWithSofort'] = 'Pay with Sofort Banking'; \ No newline at end of file +$_GATEWAYLANG['payWithSofort'] = 'Pay with Sofort Banking';