Inital commit

This commit is contained in:
2020-11-19 15:36:28 +01:00
parent 71f32f83d3
commit 66ce4ee218
18077 changed files with 2166122 additions and 35184 deletions

View File

@@ -0,0 +1,26 @@
<?php
return array(
'Add product to order' => 'Add product to order',
'Add product to this order' => 'Add product to this order',
'Choose' => 'Choose',
'Choose a delivery address first' => 'Choose a delivery address first',
'Configuration de redirection de paiement' => 'Configuration de redirection de paiement',
'Configuration du module de création de commande en BO' => 'Configuration du module de création de commande en BO',
'Generate a new order' => 'Generate a new order',
'Generate a new order for this customer' => 'Generate a new order for this customer',
'List or ordered products' => 'List of ordered products',
'No default delivery module (default)' => 'No default delivery module (default)',
'Please add at lead one product to this order.' => 'Please add at least one product to this order.',
'Please select a delivery adresse to display shipping options' => 'Please select a delivery adresse to display shipping options',
'Please select a product' => 'Please select a product',
'Remove this product from order' => 'Remove this product from order',
'Save' => 'Save',
'Select product category' => 'Select product category',
'There is no products in this order.' => 'There is no products in this order.',
'There\'s no product in this category' => 'There\'s no product in this category',
'You can create here an order for this customer right from your back-office.' => 'You can create here an order for this customer right from your back-office.',
'You should select a shipping method to create an order.' => 'You should select a shipping method to create an order.',
'or' => 'or',
'stock:' => 'stock:',
);

View File

@@ -0,0 +1,26 @@
<?php
return array(
'Add product to order' => 'Ajouter un produit à la commande',
'Add product to this order' => 'Ajouter un produit à cette commande',
'Choose' => 'Choisir',
'Choose a delivery address first' => 'Veuillez choisir une adresse de livraison pour afficher les modes de livraison possibles',
'Configuration de redirection de paiement' => 'Configuration de redirection de paiement',
'Configuration du module de création de commande en BO' => 'Configuration du module de création de commande',
'Generate a new order' => 'Créer une nouvelle commande',
'Generate a new order for this customer' => 'Créer une nouvelle commande pour ce client',
'List or ordered products' => 'Produits commandés',
'No default delivery module (default)' => 'Ne pas utiliser de module de livraison par défaut',
'Please add at lead one product to this order.' => 'Veuillez ajouter au moins un produit à cette commande',
'Please select a delivery adresse to display shipping options' => 'Veuillez choisir une adresse de livraison pour afficher les modes de livraison possibles',
'Please select a product' => 'Merci de choisir un produit',
'Remove this product from order' => 'Retirer ce produit de la commande',
'Save' => 'Enregistrer',
'Select product category' => 'Choisissez une catégorie',
'There is no products in this order.' => 'Il n\'y a pas encore de produits dans cette commande',
'There\'s no product in this category' => 'Il n\'y a pas de produits dans cette catégorie',
'You can create here an order for this customer right from your back-office.' => 'Vous pouvez ici créer une commande pour ce client depuis votre back-office.',
'You should select a shipping method to create an order.' => 'Vous devez choisir un mode de livraison pour finaliser cette commande.',
'or' => 'ou',
'stock:' => 'stock:',
);