Ajout du module CustomDelivery v 1.0.7 (avant le AbstractDeliveryModuleWithState)

This commit is contained in:
2023-12-08 16:24:23 +01:00
parent c30f59d2e4
commit 4e8ac75bad
32 changed files with 4418 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<?php
return array(
'Actions' => 'Actions',
'Add this price slice' => 'Add this price slice',
'Area : ' => 'Area : ',
'Configuration.' => 'Configuration.',
'Delete this price slice' => 'Delete this price slice',
'Message' => 'Message',
'No taxes' => 'No taxes',
'Price (%symbol)' => 'Price (%symbol)',
'Save' => 'Save',
'Save this price slice' => 'Save this price slice',
'Slices.' => 'Slices.',
'Untaxed Price up to ... %symbol' => 'Untaxed Price up to ... %symbol',
'Weight up to ... kg' => 'Weight up to ... kg',
'You should first attribute shipping zones to the modules: ' => 'You should first attribute shipping zones to the module: ',
'manage shipping zones' => 'manage shipping zones',
);

View File

@@ -0,0 +1,19 @@
<?php
return array(
'Actions' => 'Actions',
'Add this price slice' => 'Ajouter cette tranche',
'Area : ' => 'Zone :',
'Configuration.' => 'Configuration.',
'Delete this price slice' => 'Supprimer cette tranche',
'Message' => 'Message',
'No taxes' => 'Pas de taxe',
'Price (%symbol)' => 'Prix (%symbol)',
'Save' => 'Enregistrer',
'Save this price slice' => 'Enregistrer cette tranche',
'Slices.' => 'Tranches.',
'Untaxed Price up to ... %symbol' => 'Prix HT jusqu\'à ... %symbol',
'Weight up to ... kg' => 'Poids jusqu\'à ... kg',
'You should first attribute shipping zones to the modules: ' => 'Vous devez d\'abord attribuer des zones de livraisons au module :',
'manage shipping zones' => 'gèrer les zones de livraisons',
);