Des modules ajoutés et mise en page du CSS
This commit is contained in:
@@ -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: ',
|
||||
);
|
||||
@@ -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 :',
|
||||
);
|
||||
Reference in New Issue
Block a user