Inital commit

This commit is contained in:
2020-11-19 15:36:28 +01:00
parent 71f32f83d3
commit 66ce4ee218
18077 changed files with 2166122 additions and 35184 deletions

View 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 : ',
];

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

View 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 :',
];

View 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:',
];