Ignore:
Timestamp:
Dec 23, 2013, 11:50:55 PM (10 years ago)
Author:
mistic100
Message:

update language files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Subscribe_to_comments/language/fr_FR/plugin.lang.php

    r21609 r26141  
    11<?php
    22
    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.';
     3$lang['Please check your email in-box to confirm your subscription.'] = 'Veillez consulter votre boite mail pour confirmer votre inscription.';
     4$lang['Invalid email address, your are not subscribed to comments.'] = 'Adresse email invalide, vous n\'êtes pas inscrit.';
    55$lang['Successfully unsubscribed your email address from receiving notifications.'] = 'Inscription aux commentaires annulée avec succès.';
    66$lang['Unsubscribe'] = 'Se désinscrire';
    77$lang['Subscribe'] = 'S\'inscrire';
    88$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.';
     9$lang['Your subscription has been validated, thanks you.'] = 'Votre inscription a été validée, merci.';
    1010$lang['Subscriptions of'] = 'Suivis de';
    1111$lang['Unsubscribe from all email notifications'] = 'Ne plus recevoir aucune notification';
     
    1818$lang['Comments notifications'] = 'Suivis de commentaires';
    1919$lang['Confirm subscription'] = 'Confirmer l\'inscription';
    20 $lang['Confirm your subscribtion to comments'] = 'Confirmez votre inscription aux commentaires';
     20$lang['Confirm your subscription to comments'] = 'Confirmez votre inscription aux commentaires';
    2121$lang['Followed on'] = 'Inscrit depuis';
    2222$lang['Manage my subscriptions'] = 'Gérer mes suivis';
     
    5252$lang['Subscriptions of %s'] = 'Inscriptions de %s';
    5353$lang['You are currently subscribed to comments on %s.'] = 'Vous êtes inscrits aux commentaires sur %s.';
    54 $lang['You requested to subscribe by email to comments on %s'] = 'Vous avez demandez à vous inscrire aux commentaires sur %s.';
     54$lang['You requested to subscribe by email to comments on %s.'] = 'Vous avez demandez à vous inscrire aux commentaires sur %s.';
    5555$lang['First subscription'] = 'Premier abonnement';
    5656$lang['Last subscription'] = 'Dernier abonnement';
Note: See TracChangeset for help on using the changeset viewer.