Initial commit

This commit is contained in:
2020-01-27 08:56:08 +01:00
commit b7525048d6
27129 changed files with 3409855 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<?php
return array(
'1 gift is offered to you for this order!' => '1 Geschenk wird für diese Bestellung angeboten!',
'Click here to choose want you want from our selection of gifts' => 'Klicken Sie hier, um zu wählen, was Sie von unserer Auswahl an Geschenken wünschen',
'Gift' => 'Geschenk'
);

View File

@@ -0,0 +1,6 @@
<?php
return array(
'1 gift is offered to you for this order!' => '1 gift is offered to you for this order!',
'Click here to choose want you want from our selection of gifts' => 'Click here to choose want you want from our selection of gifts',
'Gift' => 'Gift'
);

View File

@@ -0,0 +1,6 @@
<?php
return array(
'1 gift is offered to you for this order!' => '¡1 regalo se ofrece para esta orden!',
'Click here to choose want you want from our selection of gifts' => 'Haga clic aquí para elegir lo que quiere de nuestra selección de regalos',
'Gift' => 'Regalo'
);

View File

@@ -0,0 +1,6 @@
<?php
return array(
'1 gift is offered to you for this order!' => '1 cadeau vous est offert pour cette commande!',
'Click here to choose want you want from our selection of gifts' => 'Cliquez ici pour choisir ce que vous voulez parmi notre sélection de cadeaux',
'Gift' => 'Cadeau'
);

View File

@@ -0,0 +1,6 @@
<?php
return array(
'1 gift is offered to you for this order!' => '1 regalo è offerto per questo ordine!',
'Click here to choose want you want from our selection of gifts' => 'Clicca qui per scegliere quello che vuoi dalla nostra selezione di regali',
'Gift' => 'Regalo'
);