mirror of
https://github.com/0100Dev/WHMCS-Mollie-Payments.git
synced 2026-01-18 03:28:18 +01:00
25 lines
1.1 KiB
PHP
25 lines
1.1 KiB
PHP
<?php
|
|
|
|
$_GATEWAYLANG = array();
|
|
|
|
$_GATEWAYLANG['selectBank'] = 'Select bank';
|
|
|
|
$_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['payWithCreditcard'] = 'Pay with Credit Card';
|
|
$_GATEWAYLANG['payWithIdeal'] = 'Pay with iDeal';
|
|
$_GATEWAYLANG['payWithBancontact'] = 'Pay with Bancontact';
|
|
$_GATEWAYLANG['payWithPaypal'] = 'Pay with PayPal';
|
|
$_GATEWAYLANG['payWithPaysafecard'] = 'Pay with Paysafecard';
|
|
$_GATEWAYLANG['payWithSofort'] = 'Pay with Sofort Banking';
|
|
$_GATEWAYLANG['payWithEps'] = 'Pay with EPS';
|
|
$_GATEWAYLANG['payWithGiftcard'] = 'Pay with a gift card';
|
|
$_GATEWAYLANG['payWithGiropay'] = 'Pay with Giropay';
|
|
$_GATEWAYLANG['payWithInghomepay'] = 'Pay with ING Home\'Pay';
|
|
$_GATEWAYLANG['payWithKbc'] = 'Pay with KBC/CBC Payment Button';
|
|
$_GATEWAYLANG['payWithPrzelewy24'] = 'Pay with Przelewy24';
|
|
$_GATEWAYLANG['payWithApplepay'] = 'Pay with Apple Pay'; |