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

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

HUGE update, main features : global subscriptions (all images in an album, all images, all albums), beautyful (!) mails

File size: 1.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['Invalid email adress, your are not subscribed to comments.'] = 'Addresse email invalide, vous n\'avez pas été inscrit.';
5$lang['Successfully unsubscribed your email address from receiving notifications.'] = 'Inscription aux commentaires annulée avec succès.';
6$lang['Unsubscribe'] = 'Se désinscrire';
7$lang['Subscribe'] = 'S\'inscrire';
8$lang['Notify me of followup comments'] = 'Me notifier des nouveaux commentaires';
9$lang['Your subscribtion has been validated, thanks you.'] = 'Votre inscription a été validée, merci.';
10$lang['Subscriptions of'] = 'Abonnements de';
11$lang['Unsubscribe from all email notifications'] = 'Ne plus recevoir aucune notification';
12$lang['You are not subscribed to any comment.'] = 'Vous n\'êtes inscrit à aucun commentaire.';
13$lang['Return to item page'] = 'Retourner à la page de l\'élément';
14$lang['New comment on'] = 'Nouveau commentaire sur';
15
16?>
Note: See TracBrowser for help on using the repository browser.