Quelques corrections + init du module ClickAndCollect

This commit is contained in:
2021-03-11 18:47:03 +01:00
parent 2e82f5643a
commit 57e69ddd2f
48 changed files with 2224 additions and 57 deletions

View File

@@ -0,0 +1,11 @@
<?php
return array(
'Delay' => 'Délai avant dépôt',
'Module name' => 'Point Click and Collect',
'Order number' => 'Commande',
'Place name' => 'Nom du point de dépôt',
'Scheduled date' => 'A déposer pour le',
'Scheduled click and collect' => 'Commandes à déposer en Click & Collect',
'There is no order to deliver' => 'Aucune commande à déposer',
'' => '',
);