source: extensions/Subscribe_to_comments/language/en_UK/plugin.lang.php @ 21608

Last change on this file since 21608 was 21608, checked in by mistic100, 11 years ago

code clean, add admin list of all subscribers

File size: 3.8 KB
Line 
1<?php
2
3$lang['Comments notifications'] = 'Comments notifications';
4$lang['Invalid email adress, your are not subscribed to comments.'] = 'Invalid email adress, your are not subscribed to comments.';
5$lang['Confirm your subscribtion to comments'] = 'Confirm your subscribtion to comments';
6$lang['Successfully unsubscribed your email address from receiving notifications.'] = 'Successfully unsubscribed your email address from receiving notifications.';
7$lang['Not found.'] = 'Not found.';
8$lang['Your subscribtion has been validated, thanks you.'] = 'Your subscribtion has been validated, thanks you.';
9$lang['Already validated.'] = 'Already validated.';
10$lang['You are not subscribed to any comment.'] = 'You are not subscribed to any comment.';
11$lang['Please check your email inbox to confirm your subscription.'] = 'Please check your email inbox to confirm your subscription.';
12$lang['You have been added to the list of subscribers.'] = 'You have been added to the list of subscribers.';
13$lang['the picture <a href="%s">%s</a>'] = 'the picture <a href="%s">%s</a>';
14$lang['all pictures of the album <a href="%s">%s</a>'] = 'all pictures of the album <a href="%s">%s</a>';
15$lang['the album <a href="%s">%s</a>'] = 'the album <a href="%s">%s</a>';
16$lang['%s has subscribed to comments on %s.'] = '%s has subscribed to comments on %s.';
17$lang['Notify administrators when a user take a new subscription'] = 'Notify administrators when a user take a new subscription';
18$lang['Allow users to subscribe to global notifications'] = 'Allow users to subscribe to global notifications';
19$lang['Subscribe to mail notifications'] = 'Subscribe to mail notifications';
20$lang['Notify me of followup comments'] = 'Notify me of followup comments';
21$lang['You are currently subscribed to comments on %s.'] = 'You are currently subscribed to comments on %s.';
22$lang['this picture'] = 'this picture';
23$lang['all pictures of this album'] = 'all pictures of this album';
24$lang['all pictures of the gallery'] = 'all pictures of the gallery';
25$lang['this album'] = 'this album';
26$lang['all albums of the gallery'] = 'all albums of the gallery';
27$lang['Manage my subscriptions'] = 'Manage my subscriptions';
28$lang['Subscribe'] = 'Subscribe';
29$lang['Unsubscribe'] = 'Unsubscribe';
30$lang['Validate'] = 'Validate';
31$lang['Confirm subscription'] = 'Confirm subscription';
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';
36$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.';
37$lang['Want to edit your notifications options?'] = 'Want to edit your notifications options?';
38$lang['New comment on %s'] = 'New comment on %s';
39$lang['Subscriptions of %s'] = 'Subscriptions of %s';
40$lang['Return to item page'] = 'Return to item page';
41$lang['Global subscriptions'] = 'Global subscriptions';
42$lang['Subject'] = 'Subject';
43$lang['Followed on'] = 'Followed on';
44$lang['Unsubscribe from all email notifications'] = 'Unsubscribe from all email notifications';
45$lang['comments on a picture'] = 'comments on a picture';
46$lang['comments on all pictures of an album'] = 'comments on all pictures of an album';
47$lang['comments on an album'] = 'comments on an album';
48$lang['First subscription'] = 'First subscription';
49$lang['Last subscription'] = 'Last subscription';
50$lang['All album photos'] = 'All album photos';
51$lang['&#9733; : registered users'] = '&#9733; : registered users';
52$lang['No result'] = 'No result';
53
54?>
Note: See TracBrowser for help on using the repository browser.