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.'] = 'Adresse email invalide, vous n\'êtes pas 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'] = 'Suivis 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 | $lang['%s has subscribed to comments on'] = '%s s\'est inscrit aux commentaires de'; |
---|
17 | $lang['Allow users to subscribe to global notifications'] = 'Autoriser les utilisateurs à s\'inscrire de façon globale'; |
---|
18 | $lang['Already validated.'] = 'Déjà validé.'; |
---|
19 | $lang['Comments notifications'] = 'Suivis de commentaires'; |
---|
20 | $lang['Confirm subscription'] = 'Confirmer l\'inscription'; |
---|
21 | $lang['Confirm your subscribtion to comments'] = 'Confirmez votre inscription aux commentaires'; |
---|
22 | $lang['Followed on'] = 'Inscrit depuis'; |
---|
23 | $lang['Manage my subscribtions'] = 'Gérer mes suivis'; |
---|
24 | $lang['New subscription on'] = 'Nouveau suivi sur'; |
---|
25 | $lang['Not found.'] = 'Non trouvé.'; |
---|
26 | $lang['Notify administrators when a user take a new subscription'] = 'Notifier les administrateurs des nouvelles inscriptions'; |
---|
27 | $lang['Subject'] = 'Sujet'; |
---|
28 | $lang['Subscribe to comments on'] = 'Inscription aux commentaires sur'; |
---|
29 | $lang['Subscribe to mail notifications'] = 'Recevoir les nouveaux commentaires par mail'; |
---|
30 | $lang['To activate, click the confirm button. If you believe this is an error, please just ignore this message.'] = 'Pour activer votre inscription, cliquez sur le bouton de confirmation. Si vous pensez que c\'est une erreur, merci d\'ignorer ce mail.'; |
---|
31 | $lang['Validate'] = 'Valider'; |
---|
32 | $lang['Want to edit your notifications options?'] = 'Je veux modifier mes options de suivi :'; |
---|
33 | $lang['You are currently subscribed to comments on'] = 'Vous êtes actuellement inscrit aux commentaire sur'; |
---|
34 | $lang['You have been added to the list of subscribers.'] = 'Vous avez été ajouté à la liste des inscrit.'; |
---|
35 | $lang['You requested to subscribe by email to comments on'] = 'Vous avez demandé à recevoir par mail les nouveaux commentaires sur'; |
---|
36 | $lang['all albums of the gallery'] = 'tous les albums du site'; |
---|
37 | $lang['all pictures of the album <a href="%s">%s</a>'] = 'toutes les images de l\'album <a href="%s">%s</a>'; |
---|
38 | $lang['all pictures of the gallery'] = 'toutes les images du site'; |
---|
39 | $lang['all pictures of this album'] = 'toutes les images de cet album'; |
---|
40 | $lang['comments on a picture'] = 'commentaires sur une image'; |
---|
41 | $lang['comments on all pictures of an album'] = 'commentaires sur toutes les images d\'un album'; |
---|
42 | $lang['comments on an album'] = 'commentaires sur un album'; |
---|
43 | $lang['the album <a href="%s">%s</a>'] = 'l\'album <a href="%s">%s</a>'; |
---|
44 | $lang['the picture <a href="%s">%s</a>'] = 'l\'image <a href="%s">%s</a>'; |
---|
45 | $lang['this album'] = 'cet album'; |
---|
46 | $lang['this picture'] = 'cette image'; |
---|
47 | ?> |
---|