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