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

Last change on this file since 28445 was 28445, checked in by TranslationTeam, 10 years ago

[mypiwishop] Update fr_FR, thanks to : laurent.duretz

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