Initial Commit

This commit is contained in:
2019-11-21 12:25:31 +01:00
commit f4aabcb9b1
13959 changed files with 787761 additions and 0 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:',
];