[11/05/2025] On remplace les modules Colissimo par le combo ColissimoHomeDelivery + ColissimoPickupPoint + ColissimoLabel
This commit is contained in:
@@ -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}',
|
||||
);
|
||||
@@ -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}',
|
||||
);
|
||||
Reference in New Issue
Block a user