[11/05/2025] On remplace les modules Colissimo par le combo ColissimoHomeDelivery + ColissimoPickupPoint + ColissimoLabel

This commit is contained in:
2025-05-11 23:38:10 +02:00
parent a09aa11f16
commit 49b1a63ecc
1528 changed files with 18449 additions and 62 deletions

View File

@@ -0,0 +1,23 @@
<?php
return array(
'Comm. code' => 'Comm. code',
'Country' => 'Country',
'Engraving ' => 'Engraving ',
'Font ' => 'Font ',
'Free samples ' => 'Free samples ',
'Full Description of Goods' => 'Full Description of Goods',
'Position ' => 'Position ',
'Quantity' => 'Quantity',
'Sender\'s name' => 'Sender\'s name',
'Shop - Email : {$store_email} - Phone : {$store_phone}' => 'Shop - Email : {$store_email} - Phone : {$store_phone}',
'Style ' => 'Style ',
'Subtotal value' => 'Subtotal value',
'Thelia V2' => 'Thelia V2',
'Unit net weight' => 'Unit net weight',
'Unit value' => 'Unit value',
'Your gift ' => 'Your gift ',
'Your text ' => 'Your text ',
'{$store_description} - Legal numbers (ex: SIRET)' => '{$store_description} - Legal numbers (ex: SIRET)',
'{$store_name} - {$store_address1} - Phone : {$store_phone}' => '{$store_name} - {$store_address1} - Phone : {$store_phone}',
);

View File

@@ -0,0 +1,23 @@
<?php
return array(
'Comm. code' => 'Code comm.',
'Country' => 'Pays',
'Engraving ' => 'Gravure',
'Font ' => 'Police de caractère',
'Free samples ' => 'Échantillons gratuits ',
'Full Description of Goods' => 'Description complète des biens',
'Position ' => 'Position',
'Quantity' => 'Quantité',
'Sender\'s name' => 'Nom de l\'envoyeur',
'Shop - Email : {$store_email} - Phone : {$store_phone}' => 'Magasin - Email : {$store_email} - Téléphone : {$store_phone}',
'Style ' => 'Style',
'Subtotal value' => 'Sous-total',
'Thelia V2' => 'Thelia V2',
'Unit net weight' => 'Poids net unitaire',
'Unit value' => 'Valeur unitaire',
'Your gift ' => 'Votre cadeau',
'Your text ' => 'Votre texte',
'{$store_description} - Legal numbers (ex: SIRET)' => '{$store_description} - Numéros légaux (ex: SIRET)',
'{$store_name} - {$store_address1} - Phone : {$store_phone}' => '{$store_name} - {$store_address1} - Téléphone : {$store_phone}',
);