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

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

move subscriptions fieldset to the bottom of the page

File size: 2.0 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 of this picture.'] = 'Vous êtes actuellement inscrit aux commentaires de cette photo.';
9$lang['You are currently subscribed to comments of this album.'] = 'Vous êtes actuellement inscrit aux commentaires de cet album.';
10$lang['Unsubscribe'] = 'Se désinscrire';
11$lang['Subscribe'] = 'S\'inscrire';
12$lang['Subscribe without commenting'] = 'S\'inscrire sans commenter';
13$lang['Notify me of followup comments'] = 'Me notifier des nouveaux commentaires';
14$lang['Invalid email adress.'] = 'Adress email invalide.';
15$lang['Your subscribtion has been validated, thanks you.'] = 'Votre inscription a été validée, merci.';
16$lang['Nothing to validate.'] = 'Rien à valider.';
17$lang['Subscriptions of'] = 'Abonnements de';
18$lang['Unsubscribe from email notification'] = 'Se désinscrire de la notification par mail';
19$lang['Only unsubscribe notifications for comments from:'] = 'Uniquement se désinscrire de :';
20$lang['Unsubscribe from all email notifications'] = 'Ne plus recevoir aucune notification';
21$lang['Manage my subscriptions to comments'] = 'Gérer mes abonnements aux commentaires';
22$lang['Item'] = 'Objet';
23$lang['Date'] = 'Date';
24$lang['You are not subscribed to any comment.'] = 'Vous n\'êtes inscrit à aucun commentaire.';
25$lang['Return to item page'] = 'Retourner à la page de l\'élément';
26
27?>
Note: See TracBrowser for help on using the repository browser.