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

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

pre-release for tests

File size: 593 bytes
Line 
1<?php
2
3$lang['Subscribe to new comments'] = 'S\'inscrire aux nouveaux commentaires';
4$lang['Invalid email adress, your are not subscribed to comments.'] = 'Email invalide, vous n\'avez pas été inscrit.';
5$lang['Please check your email inbox to confirm your subscription.'] = 'Veuillez consulter votre boite mail pour confirmer votre inscription.';
6$lang['You have been successfully unsubscribed, good bye.'] = 'Vous avez supprimé de la liste de notification, au revoir.';
7$lang['Your subscribtion has been validated, thanks you.'] = 'Votre inscription a bien été validée, merci..';
8
9?>
Note: See TracBrowser for help on using the repository browser.