Ajout du module de virement bancaire
This commit is contained in:
7
local/modules/WireTransfer/I18n/AdminIncludes/en_US.php
Normal file
7
local/modules/WireTransfer/I18n/AdminIncludes/en_US.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'Bank account configuration' => 'Bank account configuration',
|
||||
'Close' => 'Close',
|
||||
'Save changes' => 'Save changes',
|
||||
);
|
||||
7
local/modules/WireTransfer/I18n/AdminIncludes/fr_FR.php
Normal file
7
local/modules/WireTransfer/I18n/AdminIncludes/fr_FR.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'Bank account configuration' => 'Informations bancaires',
|
||||
'Close' => 'Fermer',
|
||||
'Save changes' => 'Enregistrer',
|
||||
);
|
||||
9
local/modules/WireTransfer/I18n/en_US.php
Normal file
9
local/modules/WireTransfer/I18n/en_US.php
Normal 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',
|
||||
);
|
||||
9
local/modules/WireTransfer/I18n/fr_FR.php
Normal file
9
local/modules/WireTransfer/I18n/fr_FR.php
Normal 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',
|
||||
);
|
||||
@@ -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