Des modules ajoutés et mise en page du CSS

This commit is contained in:
2021-01-20 12:37:48 +01:00
parent ae363c7447
commit 9ae46f8c88
409 changed files with 35050 additions and 6579 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 :',
);