source: extensions/MyPiwiShop/language/fr_FR/plugin.lang.php @ 27743

Last change on this file since 27743 was 27743, checked in by Miklfe, 10 years ago

Version de lancement

File size: 3.6 KB
Line 
1<?php
2$lang[' option']=' option';
3$lang[' product']=' produit';
4$lang['(filtered from _MAX_ total records)']='(filtré de _MAX_ éléments au total)';
5$lang['Add ']='Ajouter ';
6$lang['Add a option']='Ajouter une option';
7$lang['Add a product']='Ajouter un produit';
8$lang['Add the selected products for these images']='Ajouter les produits sélectionnés à ces images'; 
9$lang['Buy']='Acheter';
10$lang['Change the display order of options in the form']='Changer l\'ordre d\'affichage des options dans le formulaire';
11$lang['Change the display order of products in the form']='Changer l\'ordre d\'affichage des produits dans le formulaire';
12$lang['Configuration']='Configuration';
13$lang['Currency']='Monnaie';
14$lang['Delete the selected products for these images']='Supprimer les produits sélectionnés pour ces images'; 
15$lang['Display _MENU_ records per page']='Afficher _MENU_ éléments';
16$lang['Duplicate ']='Dupliquer ';
17$lang['Edit ']='Editer ';
18$lang['Edit']='Editer';
19$lang['Fields marked with * must be completed']='les champs marqués par * doivent être renseignés';
20$lang['No matching option found']='aucun élément trouvé';
21$lang['No product selected']='Pas de produit sélectionné';
22$lang['Note administrator']='Note de l\'administrateur'; 
23$lang['Option registered']='Option enregistrée';
24$lang['Option value']='Valeur de l\'option';
25$lang['Options']='Options';
26$lang['Presentation text for a single product']='Texte de présentation pour un seul produit';
27$lang['Presentation text for several products']='Texte de présentation pour plusieurs produits';
28$lang['Price']='Prix'; 
29$lang['Product registered']='Produit enregistré';
30$lang['Product']='Produit';
31$lang['Products have been added to these images']='Produits ajoutés pour ces images';
32$lang['Products have been removed for these pictures']='Produits retirés pour ces images';
33$lang['Products']='Produits';
34$lang['Registered']='Enregistré';
35$lang['Required']='Requis';
36$lang['Select at least one product']='sélèctionner un produit dans la liste'; 
37$lang['Shipping cost']='frais d\'expédition';
38$lang['Shop']='Boutique';
39$lang['Showing 0 to 0 of 0 records']='Affichage de l\'élément 0 à 0 sur 0 éléments';
40$lang['Showing _START_ to _END_ of _TOTAL_ records']='Affichage de l\'élément _START_ à _END_ sur _TOTAL_ éléments';
41$lang['The field is required']='Le champ est requis';
42$lang['The order is changed']='L\'ordre est changé';
43$lang['Type of option']='Type d\'option';
44$lang['Type']='Type';
45$lang['Validate the change']='Valider les changements';
46$lang['Value']='Valeur';
47$lang['View cart']='Voir mon panier';
48$lang['What is MyPiwiShop?']='C\'est quoi MyPiwiShop';
49$lang['Your Paypal id']='Votre id Paypal ou votre email de compte Paypal';
50$lang['a option']='une option';
51$lang['a product']='un produit';
52$lang['add value']='ajouter une valeur';
53$lang['drag / drop to change the order']='faites glisser/déposer pour changer l\'ordre';
54$lang['duplicate']='dupliquer';
55$lang['option registered']='option enregistrée';
56$lang['products have been added to these images']='les produits ont été ajouté pour ces images';
57$lang['products have been removed for these pictures']='les produits ont été suprimé pour ces images';
58$lang['see related products for this picture']='voir les produits associés à cette image';
59$lang['shipping fees']='frais d\'expédition';
60$lang['the option']='l\'option';
61$lang['the order is changed']='l\'ordre est changé';
62$lang['the product']='le produit';
63$lang['you must enter the name of the option']='vous devez renseigner le nom de l\'option';
64$lang['you must enter the product and not the price']='vous devez renseigner le non du produit et son prix';
65?>
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
Note: See TracBrowser for help on using the repository browser.