mirror of
https://github.com/0100Dev/WHMCS-Mollie-Payments.git
synced 2026-01-18 03:28:18 +01:00
This commit adds the following payment methods: - EPS - Giftcards - Giropay - ING Home'Pay - KBC/CBC I've also ran a reformatter to clean up the code and added composer instead of git modules. The latter enables us to keep up-to-date with the last Mollie library in a more modern manner.
25 lines
1.1 KiB
PHP
25 lines
1.1 KiB
PHP
<?php
|
|
|
|
$_GATEWAYLANG = array();
|
|
|
|
$_GATEWAYLANG['selectBank'] = 'Selecteer bank';
|
|
|
|
$_GATEWAYLANG['errorTransactionNotFound'] = 'Transactie is niet gevonden. Probeer later opnieuw';
|
|
|
|
$_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['payWithCreditcard'] = 'Betaal met Creditcard';
|
|
$_GATEWAYLANG['payWithIdeal'] = 'Betaal met iDeal';
|
|
$_GATEWAYLANG['payWithBancontact'] = 'Betaal met Bancontact';
|
|
$_GATEWAYLANG['payWithPaypal'] = 'Betaal met PayPal';
|
|
$_GATEWAYLANG['payWithPaysafecard'] = 'Betaal met Paysafecard';
|
|
$_GATEWAYLANG['payWithSofort'] = 'Betaal met Sofort Banking';
|
|
$_GATEWAYLANG['payWithEps'] = 'Betaal met EPS';
|
|
$_GATEWAYLANG['payWithGiftcard'] = 'Betaal met een cadeaukaart';
|
|
$_GATEWAYLANG['payWithGiropay'] = 'Betaal met Giropay';
|
|
$_GATEWAYLANG['payWithInghomepay'] = 'Betaal met ING Home\'Pay';
|
|
$_GATEWAYLANG['payWithKbc'] = 'Betaal met KBC/CBC-betaalknop';
|