mirror of
https://github.com/0100Dev/WHMCS-Mollie-Payments.git
synced 2026-01-18 03:28:18 +01:00
27 lines
1.2 KiB
PHP
27 lines
1.2 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['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';
|
|
$_GATEWAYLANG['payWithPrzelewy24'] = 'Betaal met Przelewy24';
|
|
$_GATEWAYLANG['payWithApplepay'] = 'Betaal met Apple Pay';
|
|
$_GATEWAYLANG['payWith'] = 'Betaal met Mollie';
|