forked from clone/WHMCS-Mollie-Payments
Moved all files to src folder
This commit is contained in:
20
src/mollie/lang/english.php
Normal file
20
src/mollie/lang/english.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?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 Mistercash';
|
||||
$_GATEWAYLANG['payWithPaypal'] = 'Pay with PayPal';
|
||||
$_GATEWAYLANG['payWithPaysafecard'] = 'Pay with Paysafecard';
|
||||
$_GATEWAYLANG['payWithSofort'] = 'Pay with Sofort Banking';
|
||||
Reference in New Issue
Block a user