Initial Commit

This commit is contained in:
2019-11-21 12:25:31 +01:00
commit f4aabcb9b1
13959 changed files with 787761 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
<?php
return array(
//A
"Add product" => "Add product",
//B
"Be Carefull! This action will increase your product's stock" => "Be Carefull! This action will increase your product's stock",
//C
"Choose" => "Choose",
"Create an order for this customer" => "Create an order for this customer",
//D
"Delivery address" => "Delivery address",
//I
"Invoice" => "Invoice",
"Invoice date" => "Invoice date",
"Invoice address" => "Invoice address",
//P
"Payment" => "Payment",
"Payment solution" => "Payment solution",
//R
"Reimbursement" => "Reimbursement",
//G
"Generate a new order" => "Generate a new order",
//T
"Transport solution" => "Transport solution",
"Type of order" => "Type of order",
//Y
"You can't choose negative quantity for CREDIT order" => "You can't choose negative quantity for CREDIT order",
);

View File

@@ -0,0 +1,38 @@
<?php
return array(
//A
"Add product" => "Ajouter produit",
//B
"Be Carefull! This action will increase your product's stock" => "Attention! Cette action va augmenter vos stocks !",
//C
"Choose" => "Choisir",
"Choose a delivery address first" => "Veuillez choisir une adresse de livraison",
"Create an order for this customer" => "Créer une commande pour ce client",
//D
"Delivery address" => "Adresse de livraison",
//I
"Invoice" => "Facture",
"Invoice date" => "Date facture",
"Invoice address" => "Adresse de facturation",
//P
"Payment" => "Paiement",
"Payment solution" => "Moyen de paiement",
//R
"Reimbursement" => "Remboursement",
//G
"Generate a new order" => "Générer une nouvelle commande",
//T
"Transport solution" => "Moyen de transport",
"Type of order" => "Type de commande",
//Y
"You can't choose negative quantity for CREDIT order" => "Vous ne pouvez pas choisir de quantités négatives pour un AVOIR.",
);