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

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

display thumbnails on mails and subscriptions list
fix misplaced field on comment form
move management link to profile page

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 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 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 to comments'] = 'Manage my subscriptions to comments';
20$lang['Item'] = 'Item';
21$lang['Date'] = 'Date';
22$lang['You are not subscribed to any comment.'] = 'You are not subscribed to any comment.';
23$lang['Return to item page'] = 'Return to item page';
24
25?>
Note: See TracBrowser for help on using the repository browser.