Initial Commit
This commit is contained in:
6
local/modules/Cheque/I18n/frontOffice/default/de_DE.php
Normal file
6
local/modules/Cheque/I18n/frontOffice/default/de_DE.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Be sure to sign your cheque !' => 'Vergessen Sie nicht, Ihren Scheck zu unterschreiben !',
|
||||
'Please make your cheque payable to <b>%name</b>, and send it to the following address :' => 'Bitte stellen Sie den Scheck auf <b>%name</b>, und senden Sie es an die folgende Adresse : ',
|
||||
];
|
||||
6
local/modules/Cheque/I18n/frontOffice/default/en_US.php
Normal file
6
local/modules/Cheque/I18n/frontOffice/default/en_US.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'Be sure to sign your cheque !' => 'Be sure to sign your cheque !',
|
||||
'Please make your cheque payable to <b>%name</b>, and send it to the following address :' => 'Please make your cheque payable to <b>%name</b>, and send it to the following address :',
|
||||
);
|
||||
6
local/modules/Cheque/I18n/frontOffice/default/fr_FR.php
Normal file
6
local/modules/Cheque/I18n/frontOffice/default/fr_FR.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Be sure to sign your cheque !' => 'N\'oubliez par de signer votre chèque !',
|
||||
'Please make your cheque payable to <b>%name</b>, and send it to the following address :' => 'Merci de libeller votre chèque à l\'ordre de %name, et de l\'expédier à l\'adresse suivante :',
|
||||
];
|
||||
6
local/modules/Cheque/I18n/frontOffice/default/tr_TR.php
Normal file
6
local/modules/Cheque/I18n/frontOffice/default/tr_TR.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Be sure to sign your cheque !' => 'Çekini imzalamak emin olun!',
|
||||
'Please make your cheque payable to <b>%name</b>, and send it to the following address :' => 'Lütfen, Çek <b>%name</b> için ödenecek olun ve aşağıdaki adrese gönderin:',
|
||||
];
|
||||
Reference in New Issue
Block a user