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,7 @@
<?php
return array(
'Bank account configuration' => 'Bank account configuration',
'Close' => 'Close',
'Save changes' => 'Save changes',
);

View File

@@ -0,0 +1,7 @@
<?php
return array(
'Bank account configuration' => 'Informations bancaires',
'Close' => 'Fermer',
'Save changes' => 'Enregistrer',
);

View File

@@ -0,0 +1,9 @@
<?php
return array(
'Account holder name' => 'Account holder name',
'BIC (Bank Identifier Code)' => 'BIC (Bank Identifier Code)',
'Bank information parameters have not been defined.' => 'Bank information parameters have not been defined.',
'IBAN (International Bank Account Number)' => 'IBAN (International Bank Account Number)',
'Wire transfer configuration' => 'Wire transfer configuration',
);

View File

@@ -0,0 +1,9 @@
<?php
return array(
'Account holder name' => 'Titulaire du compte',
'BIC (Bank Identifier Code)' => 'BIC (Bank Identifier Code)',
'Bank information parameters have not been defined.' => 'Les paramètres bancaires n\'ont pas été définis',
'IBAN (International Bank Account Number)' => 'IBAN (International Bank Account Number)',
'Wire transfer configuration' => 'Informations de virement',
);

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 :',
);