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,9 @@
<?php
return array(
'retraction' => 'Retraction',
'Edit your number of retraction day(s).' => 'Module Configuration',
'Save' => 'Save',
'Number of Days' => 'Number Of Days',
'This should only use a numeric' => 'This should only use a numeric',
'Only numbers are accepted.' => 'Only numbers are accepted.',
);

View File

@@ -0,0 +1,9 @@
<?php
return array(
'retraction' => 'Rétractation',
'Edit your number of retraction day(s).' => 'Configuration du module',
'Save' => 'Enregistrer',
'Number of Days' => 'Nombre de jours',
'This should only use a numeric' => 'Ceci ne peut être qu\'un chiffre.',
'Only numbers are accepted.' => 'Seuls les nombres sont acceptés',
);

View File

@@ -0,0 +1,4 @@
<?php
return array(
// 'an english string' => 'The displayed english string',
);

View File

@@ -0,0 +1,4 @@
<?php
return array(
// 'an english string' => 'La traduction française de la chaine',
);

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'
);