Ignore:
Timestamp:
Mar 7, 2013, 10:06:42 PM (11 years ago)
Author:
mistic100
Message:

too many changes

File:
1 edited

Legend:

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

    r15648 r21340  
    22
    33$lang['Comments notifications'] = 'Comments notifications';
    4 
    5 /* messages */
    64$lang['Invalid email adress, your are not subscribed to comments.'] = 'Invalid email adress, your are not subscribed to comments.';
    75$lang['Confirm your subscribtion to comments'] = 'Confirm your subscribtion to comments';
     
    1311$lang['Please check your email inbox to confirm your subscription.'] = 'Please check your email inbox to confirm your subscription.';
    1412$lang['You have been added to the list of subscribers.'] = 'You have been added to the list of subscribers.';
    15 
    16 /* sprintf */
    1713$lang['the picture <a href="%s">%s</a>'] = 'the picture <a href="%s">%s</a>';
    1814$lang['all pictures of the album <a href="%s">%s</a>'] = 'all pictures of the album <a href="%s">%s</a>';
    1915$lang['the album <a href="%s">%s</a>'] = 'the album <a href="%s">%s</a>';
    20 $lang['%s has subscribed to comments on'] = '%s has subscribed to comments on';
    21 
    22 /* config */
     16$lang['%s has subscribed to comments on %s.'] = '%s has subscribed to comments on %s.';
    2317$lang['Notify administrators when a user take a new subscription'] = 'Notify administrators when a user take a new subscription';
    2418$lang['Allow users to subscribe to global notifications'] = 'Allow users to subscribe to global notifications';
    25 
    26 /* comment form */
    2719$lang['Subscribe to mail notifications'] = 'Subscribe to mail notifications';
    2820$lang['Notify me of followup comments'] = 'Notify me of followup comments';
    29 $lang['You are currently subscribed to comments on'] =  'You are currently subscribed to comments on';
     21$lang['You are currently subscribed to comments on %s.'] = 'You are currently subscribed to comments on %s.';
    3022$lang['this picture'] = 'this picture';
    3123$lang['all pictures of this album'] = 'all pictures of this album';
     
    3325$lang['this album'] = 'this album';
    3426$lang['all albums of the gallery'] = 'all albums of the gallery';
    35 
    36 /* buttons */
    3727$lang['Manage my subscriptions'] = 'Manage my subscriptions';
    3828$lang['Subscribe'] = 'Subscribe';
     
    4030$lang['Validate'] = 'Validate';
    4131$lang['Confirm subscription'] = 'Confirm subscription';
    42 
    43 /* email */
    44 $lang['New subscription on'] = 'New subscription on';
    45 $lang['Subscribe to comments on'] = 'Subscribe to comments on';
    46 $lang['You requested to subscribe by email to comments on'] = 'You requested to subscribe by email to comments on';
     32$lang['Stop receiving notifications'] = 'Stop receiving notifications';
     33$lang['New subscription on %s'] = 'New subscription on %s';
     34$lang['Subscribe to comments on %s'] = 'Subscribe to comments on %s';
     35$lang['You requested to subscribe by email to comments on %s'] = 'You requested to subscribe by email to comments on %s';
    4736$lang['To activate, click the confirm button. If you believe this is an error, please just ignore this message.'] = 'To activate, click the confirm button. If you believe this is an error, please just ignore this message.';
    4837$lang['Want to edit your notifications options?'] = 'Want to edit your notifications options?';
    49 $lang['New comment on'] = 'New comment on';
    50 
    51 /* manage page */
    52 $lang['Subscriptions of'] = 'Subscriptions of';
     38$lang['New comment on %s'] = 'New comment on %s';
     39$lang['Subscriptions of %s'] = 'Subscriptions of %s';
    5340$lang['Return to item page'] = 'Return to item page';
     41$lang['Global subscriptions'] = 'Global subscriptions';
    5442$lang['Subject'] = 'Subject';
    5543$lang['Followed on'] = 'Followed on';
Note: See TracChangeset for help on using the changeset viewer.