Ajout du module de virement bancaire

This commit is contained in:
2022-06-12 16:54:17 +02:00
parent e89cb306cf
commit 3fafe8c08e
24 changed files with 1699 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?php
return array(
'Account holder name' => 'Account holder name',
'BIC code' => 'BIC code',
'IBAN' => 'IBAN',
'This order has not been paid using a bank transfert' => 'This order has not been paid using a bank transfert',
'You may now do a transfer to this bank account: ' => 'You may now do a transfer to this bank account: ',
);

View File

@@ -0,0 +1,9 @@
<?php
return array(
'Account holder name' => 'Titulaire du compte',
'BIC code' => 'Code BIC',
'IBAN' => 'IBAN',
'This order has not been paid using a bank transfert' => 'Cette commande n\'a pas été payée par virement bancaire.',
'You may now do a transfer to this bank account: ' => 'Merci de virer le montant de votre commande sur le compte suivant :',
);