source: extensions/UserCollections/language/fr_FR/plugin.lang.php @ 23551

Last change on this file since 23551 was 23551, checked in by mistic100, 11 years ago

many corrections & optimizations + remove useless code + clean

File size: 3.5 KB
Line 
1<?php
2
3$lang['Copied'] = 'Copié';
4$lang['Public collection'] = 'Publique';
5$lang['Copy to clipboard'] = 'Copier dans le presse-papier';
6$lang['Return to collections list'] = 'Retourner à la liste des collections';
7$lang['This collection is empty'] = 'Cette collection est vide';
8$lang['Collection name:'] = 'Nom de la collection:';
9$lang['Create a new collection'] = 'Créer une nouvelle collection';
10$lang['See all my collections'] = 'Voir toutes mes collections';
11$lang['Please give a name'] = 'Veuillez donner un nom';
12$lang['Invalid collection'] = 'Collection invalide';
13$lang['by %s'] = 'par %s';
14$lang['Collections'] = 'Collections';
15$lang['Collection'] = 'Collection';
16$lang['Remove from collection'] = 'Supprimer de la collection';
17$lang['Add to collection'] = 'Ajouter à une collection';
18$lang['Clear'] = 'Vider';
19$lang['You have %d collection'] = 'Vous avez %d collection';
20$lang['You have no collection'] = 'Vous n\'avez aucune collection';
21$lang['You have %d collections'] = 'Vous avez %d collections';
22$lang['Save'] = 'Sauvegarder';
23$lang['%d more...'] = 'et %d autres...';
24$lang['(remove)'] = '(retirer)';
25
26$lang['Allow users to set their collections as public'] = 'Les utilisateurs peuvent rendre leurs collections publiques';
27$lang['Allow users to send their public collections by mail'] = 'Les utilisateurs peuvent envoyer leurs collections publiques par mail';
28$lang['Fields'] = 'Champs';
29$lang['Active'] = 'Actifs';
30$lang['Inactive'] = 'Inactifs';
31$lang['Download CSV file'] = 'Télécharger le fichier CSV';
32$lang['Preview'] = 'Aperçu';
33$lang['Number of images'] = 'Nombre d\'images';
34$lang['Edit this collection'] = 'Editer celle collection';
35$lang['Export image list'] = 'Exporter la liste d\'images';
36$lang['Delete this collection'] = 'Supprimer la collection';
37$lang['Send this collection my mail'] = 'Envoyer cette collection par mail';
38$lang['Clear this collection'] = 'Vider cette collection';
39$lang['Please enter your name'] = 'Veuillez entrer votre nom';
40$lang['Please enter the recipient name'] = 'Veuillez entrer le nom du destinataire';
41$lang['Please enter your e-mail'] = 'Veuillez entrer votre e-mail';
42$lang['Please enter the recipient e-mail'] = 'Veuillez entrer l\'e-mail du destinataire';
43$lang['A photo collection by %s'] = 'Une collection photo de %s';
44$lang['Error while sending e-mail'] = 'Erreur lors de l\'envoi de l\'e-mail';
45$lang['E-mail sent successfully'] = 'E-mail envoyé avec succès';
46$lang['The collection must be public in order to send it'] = 'La collection doit être publique pour l\'envoyer';
47$lang['Your name'] = 'Votre nom';
48$lang['Your e-mail'] = 'Votre e-mail';
49$lang['Recipient name'] = 'Nom du destinataire';
50$lang['Recipient e-mail'] = 'E-mail du destinataire';
51$lang['Message (optional)'] = 'Message (optionel)';
52$lang['Hello <b>%s</b>, %s sent you a photos collection from <a href="%s">%s</a>'] = 'Bonjour <b>%s</b>, %s vous a envoyé une collection de photos depuis <a href="%s">%s</a>';
53$lang['Click here to view the complete collection'] = 'Cliquez ici pour voir la collection complète';
54$lang['Date added to collection, new &rarr; old'] = 'Date d\'ajout à la collection, récent &rarr; ancien';
55$lang['Date added to collection, old &rarr; new'] = 'Date d\'ajout à la collection, ancien &rarr; récent';
56$lang['Name, A &rarr; Z'] = 'Nom, A &rarr; Z';
57$lang['Name, Z &rarr; A'] = 'Nom, Z &rarr; A';
58$lang['Photos number, high &rarr; low'] = 'Nombre de photos, élévé &rarr; faible';
59$lang['Photos number, low &rarr; high'] = 'Nombre de photos, faible &rarr; élévé';
60
61?>
Note: See TracBrowser for help on using the repository browser.