[back office] add pdf french translation
This commit is contained in:
@@ -1,4 +1,27 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
return array(
|
return array(
|
||||||
|
'Delivery module' => 'Module de livraison',
|
||||||
|
'Page' => 'Page',
|
||||||
|
'Payment module' => 'Module de paiement',
|
||||||
|
'Postage' => 'Frais de livraison',
|
||||||
|
'Product' => 'Produit',
|
||||||
|
'Quantity' => 'Quantité',
|
||||||
|
'Ref' => 'Ref',
|
||||||
|
'Tax' => 'Taxes',
|
||||||
|
'Taxed total' => 'Montant total des taxes',
|
||||||
|
'Total' => 'Total',
|
||||||
|
'Total with tax' => 'Total TTC',
|
||||||
|
'Total without tax' => 'Total HT',
|
||||||
|
'Unit taxed price' => 'Prix unitaire TTC',
|
||||||
|
'Unit. price' => 'Prix unitaire',
|
||||||
|
'customer number' => 'Numéro client',
|
||||||
|
'delivery address' => 'Adresse de livraison',
|
||||||
|
'delivery module' => 'Mode de livraison',
|
||||||
|
'invoice' => 'Facture',
|
||||||
|
'invoice address' => 'Adresse de facturation',
|
||||||
|
'invoice date' => 'Date de la facture',
|
||||||
|
'invoice ref' => 'Référence de la facture',
|
||||||
|
'page' => 'page',
|
||||||
|
'product' => 'Produit',
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user