- Timestamp:
- Nov 11, 2011, 2:56:45 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Subscribe_to_comments/language/fr_FR/plugin.lang.php
r12561 r12600 1 1 <?php 2 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 été 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 $lang['You have been added to the list of subscribers for this picture.'] = 'Vous avez été ajouté à la liste des inscrits pour les commentaires de cette photo.'; 9 $lang['You have been added to the list of subscribers for this album.'] = 'Vous avez été ajouté à la liste des inscrits pour les commentaires de cet album.'; 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.'; 10 8 $lang['You are currently subscribed to comments of this picture.'] = 'Vous êtes actuellement inscrit aux commentaires de cette photo.'; 11 9 $lang['You are currently subscribed to comments of this album.'] = 'Vous êtes actuellement inscrit aux commentaires de cet album.'; 12 10 $lang['Unsubscribe'] = 'Se désinscrire'; 11 $lang['Subscribe to new comments'] = 'S\'inscrire aux nouveaux commentaires'; 12 $lang['Invalid email adress.'] = 'Adress email invalide.'; 13 $lang['Your subscribtion has been validated, thanks you.'] = 'Votre inscription a été validée, merci.'; 14 $lang['Nothing to validate.'] = 'Rien à valider.'; 15 $lang['Subscriptions of'] = 'Subscriptions of'; 16 $lang['Unsubscribe from email notification'] = 'Se désinscrire de la notification par mail'; 17 $lang['Only unsubscribe notifications for comments from:'] = 'Uniquement se désinscrire de :'; 18 $lang['Unsubscribe from all email notifications'] = 'Ne plus recevoir aucune notification'; 19 $lang['Manage my subscriptions'] = 'Gérer mes abonnements'; 20 $lang['Item'] = 'Objet'; 21 $lang['Date'] = 'Date'; 22 $lang['You are not subscribed to any comment.'] = 'Vous n\'êtes inscrit à aucun commentaire.'; 13 23 14 24 ?>
Note: See TracChangeset
for help on using the changeset viewer.