mirror of
https://github.com/0100Dev/WHMCS-Mollie-Payments.git
synced 2026-01-18 03:28:18 +01:00
20 lines
811 B
PHP
20 lines
811 B
PHP
<?php
|
|
|
|
$_GATEWAYLANG = array();
|
|
|
|
$_GATEWAYLANG['selectBank'] = 'Select bank';
|
|
$_GATEWAYLANG['selectLater'] = 'Select later';
|
|
|
|
$_GATEWAYLANG['errorTransactionNotFound'] = 'Transaction is not found. Please try again.';
|
|
|
|
$_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['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'; |