Clarification de la facture, avec HT, TTC, remise, FDP...
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
return array(
|
||||
'Combination ref : ' => 'Réf. combinaison : ',
|
||||
'Customer Number' => 'Numéro de client',
|
||||
'DELIVERY' => 'LIVRAISON',
|
||||
'Delivery address' => 'Adresse de livraison',
|
||||
@@ -14,20 +15,20 @@ return [
|
||||
'Payment module' => 'Module de paiement',
|
||||
'Phone: ' => 'Tél.: ',
|
||||
'Postage' => 'Frais de livraison',
|
||||
'Postage without tax' => 'Frais de livraison HT',
|
||||
'Product' => 'Produit',
|
||||
'Product ref : ' => 'Réf. produit : ',
|
||||
'Quantity' => 'Quantité',
|
||||
'Ref' => 'Réf.',
|
||||
'Tax' => 'Taxe',
|
||||
'Total taxes' => 'Total taxes',
|
||||
'Taxed total' => 'Total TTC',
|
||||
'Total' => 'Total',
|
||||
'Total with tax' => 'Sous-total matériel TTC',
|
||||
'Total without tax' => 'Sous-total matériel HT',
|
||||
'Total products with tax' => 'Total products with tax',
|
||||
'Total products without tax' => 'Total matériel HT',
|
||||
'Total taxes' => 'Total taxes',
|
||||
'Total with tax' => 'Total matériel TTC',
|
||||
'Total without tax' => 'Sous-total HT',
|
||||
'Unit taxed price' => 'Prix unitaire TTC',
|
||||
'Unit. price' => 'Prix unitaire',
|
||||
'delivery.imprint' => 'delivery.imprint',
|
||||
'invoice.imprint' => 'invoice.imprint',
|
||||
'page' => 'page',
|
||||
'product' => 'Produit',
|
||||
];
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user