Rajout du module de gestion des avoirs
This commit is contained in:
25
local/modules/CreditNote/I18n/pdf/default/fr_FR.php
Normal file
25
local/modules/CreditNote/I18n/pdf/default/fr_FR.php
Normal 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',
|
||||
);
|
||||
Reference in New Issue
Block a user