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

Last change on this file since 12609 was 12609, checked in by mistic100, 12 years ago

move subscriptions fieldset to the bottom of the page

File size: 2.0 KB
Line 
1<?php
2
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.';
6$lang['Invalid email adress, your are not subscribed to comments.'] = 'Invalid email adress, your are not subscribed to comments.';
7$lang['Successfully unsubscribed your email address from receiving notifications.'] = 'Successfully unsubscribed your email address from receiving notifications.';
8$lang['You are currently subscribed to comments of this picture.'] = 'You are currently subscribed to comments of this picture.';
9$lang['You are currently subscribed to comments of this album.'] = 'You are currently subscribed to comments of this album.';
10$lang['Unsubscribe'] = 'Unsubscribe';
11$lang['Subscribe'] = 'Subscribe';
12$lang['Subscribe without commenting'] = 'Subscribe without commenting';
13$lang['Notify me of followup comments'] = 'Notify me of followup comments';
14$lang['Invalid email adress.'] = 'Invalid email adress.';
15$lang['Your subscribtion has been validated, thanks you.'] = 'Your subscribtion has been validated, thanks you.';
16$lang['Nothing to validate.'] = 'Nothing to validate.';
17$lang['Subscriptions of'] = 'Subscriptions of';
18$lang['Unsubscribe from email notification'] = 'Unsubscribe from email notification';
19$lang['Only unsubscribe notifications for comments from:'] = 'Only unsubscribe notifications for comments from:';
20$lang['Unsubscribe from all email notifications'] = 'Unsubscribe from all email notifications';
21$lang['Manage my subscriptions to comments'] = 'Manage my subscriptions to comments';
22$lang['Item'] = 'Item';
23$lang['Date'] = 'Date';
24$lang['You are not subscribed to any comment.'] = 'You are not subscribed to any comment.';
25$lang['Return to item page'] = 'Return to item page';
26
27?>
Note: See TracBrowser for help on using the repository browser.