Rajout du module de gestion des avoirs

This commit is contained in:
2020-06-10 10:26:45 +02:00
parent d3e8302015
commit 4e01079f72
115 changed files with 52849 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
<?php
return array(
'CREDIT NOTE INVOICE' => 'Facture d\'avoir',
'Combination ref : ' => 'Référence déclinaison :',
'Credit note REF' => 'Référence avoir',
'Customer Number' => 'Référence client',
'Discount' => 'Réduction',
'Email: ' => 'E-mail :',
'Invoice REF' => 'Référence facture',
'Invoice address' => 'Adresse de facturation',
'Invoice date' => 'Date de facturation',
'Phone: ' => 'Téléphone :',
'Product' => 'Produit',
'Product ref : ' => 'Référence produit :',
'Quantity' => 'Quantité',
'Referance invoice REF' => 'Fait référence à la facture',
'Referance order REF' => 'Fait référence à la commande',
'Tax' => 'Taxe',
'Total with tax' => 'Total TTC',
'Total without tax' => 'Total HT',
'Unit taxed price' => 'Prix unitaire taxé',
'Unit. price' => 'Prix unitaire',
'page' => 'page',
);