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

Last change on this file since 27589 was 27589, checked in by Miklfe, 10 years ago
File size: 3.8 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 a option']='Ajouter une option';
6$lang['Add a product']='Ajouter un produit';
7$lang['Add ']='Ajouter ';
8$lang['Add the selected products for these images']='Ajouter les produits sélectionnés à ces images'; 
9$lang['Change the display order of products in the form']='Changer l\'ordre d\'affichage des produits dans le formulaire';
10$lang['Change the display order of options in the form']='Changer l\'ordre d\'affichage des options dans le formulaire';
11$lang['Configuration']='Configuration';
12$lang['Currency']='Monnaie';
13$lang['Delete the selected products for these images']='Supprimer les produits sélectionnés pour ces images'; 
14$lang['Display _MENU_ records per page']='Afficher _MENU_ éléments';
15$lang['Duplicate ']='Dupliquer ';
16$lang['Edit ']='Editer ';
17$lang['the option']='l\'option';
18$lang['the product']='le produit';
19$lang['a option']='une option';
20$lang['a product']='un produit';
21$lang['Edit']='Editer';
22$lang['Fields marked with * must be completed']='les champs marqués par * doivent être renseignés';
23$lang['Formats image 16/9']='Images au format 16/9';
24$lang['Formats image 3/2']='Images au format 3/2';
25$lang['Formats image 4/3']='Images au format 4/3';
26$lang['Formats image square']='Images au format carré';
27$lang['No matching option found']='aucun élément trouvé';
28$lang['No product selected']='Pas de produit sélectionné';
29$lang['Note administrator']='Note de l\'administrateur'; 
30$lang['Option registered']='Option enregistrée';
31$lang['Options']='Options';
32$lang['Option value']='Valeur de l\'option';
33$lang['Presentation text for a single product']='Texte de présentation pour un seul produit';
34$lang['Presentation text for several products']='Texte de présentation pour plusieurs produits';
35$lang['Price']='Prix'; 
36$lang['Product Register']='produits enregistrés';
37$lang['Product registered']='Produit enregistré';
38$lang['Product']='Produit';
39$lang['Products have been added to these images']='Produits ajoutés pour ces images';
40$lang['Products have been removed for these pictures']='Produits retirés pour ces images';
41$lang['Products']='Produits';
42$lang['Registered']='Enregistré';
43$lang['Required']='Requis';
44$lang['Select at least one product']='sélèctionner un produit dans la liste'; 
45$lang['Shipping cost']='frais d\'expédition';
46$lang['Shop']='Boutique';
47$lang['Showing 0 to 0 of 0 records']='Affichage de l\'élément 0 à 0 sur 0 éléments';
48$lang['Showing _START_ to _END_ of _TOTAL_ records']='Affichage de l\'élément _START_ à _END_ sur _TOTAL_ éléments';
49$lang['The field is required']='Le champ est requis';
50$lang['The order is changed']='L\'ordre est changé';
51$lang['Type of option']='Type d\'option';
52$lang['Type']='Type';
53$lang['Validate the change']='Valider les changements';
54$lang['Value']='Valeur';
55$lang['What is MyPiwiShop?']='c\'est quoi MyPiwiShop';
56$lang['Your Paypal id']='votre id Paypal';
57$lang['Your Paypal id']='votre id Paypal';
58$lang['add value']='ajouter une valeur';
59$lang['drag / drop to change the order']='faites glisser/déposer pour changer l\'ordre';
60$lang['duplicate']='dupliquer';
61$lang['option registered']='option enregistrée';
62$lang['products have been added to these images']='les produits ont été ajouté pour ces images';
63$lang['products have been removed for these pictures']='les produits ont été suprimé pour ces images';
64$lang['see related products for this picture']='voir les produits associés à cette image';
65$lang['shipping fees']='frais d\'expédition';
66$lang['the order is changed']='l\'ordre est changé';
67$lang['you must enter the name of the option']='vous devez renseigner le nom de l\'option';
68$lang['you must enter the product and not the price']='vous devez renseigner le non du produit et son prix';
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
97
98
99
100
Note: See TracBrowser for help on using the repository browser.