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

Last change on this file since 13823 was 12708, checked in by mistic100, 13 years ago

fix major issue with prefilters, works better with Simple and Stripped themes

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