Ignore:
Timestamp:
Nov 11, 2011, 2:56:45 PM (12 years ago)
Author:
mistic100
Message:

fix many bugs, and management page

Location:
extensions/Subscribe_to_comments/language
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • extensions/Subscribe_to_comments/language/en_UK/description.txt

    r12560 r12600  
    1 This plugin allows you to subscribe to comments by mail.
     1This plugin allows you to subscribe to comments by email.
  • extensions/Subscribe_to_comments/language/en_UK/plugin.lang.php

    r12561 r12600  
    11<?php
    22
    3 $lang['Subscribe to new comments'] = 'Subscribe to new comments';
     3$lang['Please check your email inbox to confirm your subscription.'] = 'Please check your email inbox to confirm your subscription.';
     4$lang['You have been added to the list of subscribers for this album.'] = 'You have been added to the list of subscribers for this album.';
     5$lang['You have been added to the list of subscribers for this picture.'] = 'You have been added to the list of subscribers for this picture.';
    46$lang['Invalid email adress, your are not subscribed to comments.'] = 'Invalid email adress, your are not subscribed to comments.';
    5 $lang['Please check your email inbox to confirm your subscription.'] = 'Please check your email inbox to confirm your subscription.';
    6 $lang['You have been successfully unsubscribed, good bye.'] = 'You have been successfully unsubscribed, good bye.';
    7 $lang['Your subscribtion has been validated, thanks you.'] = 'Your subscribtion has been validated, thanks you.';
    8 $lang['You have been added to the list of subscribers for this picture.'] = 'You have been added to the list of subscribers for this picture.';
    9 $lang['You have been added to the list of subscribers for this album.'] = 'You have been added to the list of subscribers for this album.';
     7$lang['Successfully unsubscribed your email address from receiving notifications.'] = 'Successfully unsubscribed your email address from receiving notifications.';
    108$lang['You are currently subscribed to comments of this picture.'] = 'You are currently subscribed to comments of this picture.';
    119$lang['You are currently subscribed to comments of this album.'] = 'You are currently subscribed to comments of this album.';
    1210$lang['Unsubscribe'] = 'Unsubscribe';
     11$lang['Subscribe to new comments'] = 'Subscribe to new comments';
     12$lang['Invalid email adress.'] = 'Invalid email adress.';
     13$lang['Your subscribtion has been validated, thanks you.'] = 'Your subscribtion has been validated, thanks you.';
     14$lang['Nothing to validate.'] = 'Nothing to validate.';
     15$lang['Subscriptions of'] = 'Subscriptions of';
     16$lang['Unsubscribe from email notification'] = 'Unsubscribe from email notification';
     17$lang['Only unsubscribe notifications for comments from:'] = 'Only unsubscribe notifications for comments from:';
     18$lang['Unsubscribe from all email notifications'] = 'Unsubscribe from all email notifications';
     19$lang['Manage my subscriptions'] = 'Manage my subscriptions';
     20$lang['Item'] = 'Item';
     21$lang['Date'] = 'Date';
     22$lang['You are not subscribed to any comment.'] = 'You are not subscribed to any comment.';
    1323
    1424?>
  • extensions/Subscribe_to_comments/language/fr_FR/description.txt

    r12560 r12600  
    1 Ce plugin permet aux visiteurs de recevoir par mail les nouveaux commentaires sur une image.
     1Ce plugin permet aux visiteurs de recevoir par email les nouveaux commentaires sur une image.
  • extensions/Subscribe_to_comments/language/fr_FR/plugin.lang.php

    r12561 r12600  
    11<?php
    22
    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.';
    108$lang['You are currently subscribed to comments of this picture.'] = 'Vous êtes actuellement inscrit aux commentaires de cette photo.';
    119$lang['You are currently subscribed to comments of this album.'] = 'Vous êtes actuellement inscrit aux commentaires de cet album.';
    1210$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.';
    1323
    1424?>
Note: See TracChangeset for help on using the changeset viewer.