source: extensions/Subscribe_to_comments/language/fr_FR/plugin.lang.php @ 12708

Last change on this file since 12708 was 12708, checked in by mistic100, 12 years ago

fix major issue with prefilters, works better with Simple and Stripped themes

File size: 1.9 KB
Line 
1<?php
2
3$lang['Please check your email inbox to confirm your subscription.'] = 'Veillez consulter votre boite mail pour confirmer votre inscription.';
4$lang['You have been added to the list of subscribers for this album.'] = 'Vous avez été ajouté à la liste des abonnés pour cet album.';
5$lang['You have been added to the list of subscribers for this picture.'] = 'Vous avez été ajouté à la liste des abonnés pour cette photo.';
6$lang['Invalid email adress, your are not subscribed to comments.'] = 'Addresse email invalide, vous n\'avez pas été inscrit.';
7$lang['Successfully unsubscribed your email address from receiving notifications.'] = 'Inscription aux commentaires annulée avec succès.';
8$lang['You are currently subscribed to comments.'] = 'Vous êtes actuellement inscrit aux commentaires.';
9$lang['Unsubscribe'] = 'Se désinscrire';
10$lang['Subscribe'] = 'S\'inscrire';
11$lang['Subscribe without commenting'] = 'S\'inscrire sans commenter';
12$lang['Notify me of followup comments'] = 'Me notifier des nouveaux commentaires';
13$lang['Invalid email adress.'] = 'Adress email invalide.';
14$lang['Your subscribtion has been validated, thanks you.'] = 'Votre inscription a été validée, merci.';
15$lang['Nothing to validate.'] = 'Rien à valider.';
16$lang['Subscriptions of'] = 'Abonnements de';
17$lang['Unsubscribe from email notification'] = 'Se désinscrire de la notification par mail';
18$lang['Only unsubscribe notifications for comments from:'] = 'Uniquement se désinscrire de :';
19$lang['Unsubscribe from all email notifications'] = 'Ne plus recevoir aucune notification';
20$lang['Manage my subscriptions to comments'] = 'Gérer mes abonnements aux commentaires';
21$lang['Item'] = 'Objet';
22$lang['Date'] = 'Date';
23$lang['You are not subscribed to any comment.'] = 'Vous n\'êtes inscrit à aucun commentaire.';
24$lang['Return to item page'] = 'Retourner à la page de l\'élément';
25
26?>
Note: See TracBrowser for help on using the repository browser.