Initial Commit
This commit is contained in:
5
local/modules/Cheque/I18n/backOffice/default/de_DE.php
Normal file
5
local/modules/Cheque/I18n/backOffice/default/de_DE.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Cheque instructions configuration' => 'Scheck-Anleitungen-Konfiguration',
|
||||
];
|
||||
5
local/modules/Cheque/I18n/backOffice/default/en_US.php
Normal file
5
local/modules/Cheque/I18n/backOffice/default/en_US.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'Cheque instructions configuration' => 'Cheque instructions configuration',
|
||||
);
|
||||
5
local/modules/Cheque/I18n/backOffice/default/fr_FR.php
Normal file
5
local/modules/Cheque/I18n/backOffice/default/fr_FR.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Cheque instructions configuration' => 'Instructions de paiement par chèque',
|
||||
];
|
||||
5
local/modules/Cheque/I18n/backOffice/default/tr_TR.php
Normal file
5
local/modules/Cheque/I18n/backOffice/default/tr_TR.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Cheque instructions configuration' => 'Çek yönergeleri yapılandırma',
|
||||
];
|
||||
Reference in New Issue
Block a user