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

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

and standalone links, fully compatible with Comments on Albums

File size: 1.1 KB
RevLine 
[12560]1<?php
2
3$lang['Subscribe to new comments'] = 'Subscribe to new comments';
4$lang['Invalid email adress, your are not subscribed to comments.'] = 'Invalid email adress, your are not subscribed to comments.';
5$lang['Please check your email inbox to confirm your subscription.'] = 'Please check your email inbox to confirm your subscription.';
6$lang['You have been successfully unsubscribed, good bye.'] = 'You have been successfully unsubscribed, good bye.';
7$lang['Your subscribtion has been validated, thanks you.'] = 'Your subscribtion has been validated, thanks you.';
[12561]8$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.';
9$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.';
10$lang['You are currently subscribed to comments of this picture.'] = 'You are currently subscribed to comments of this picture.';
11$lang['You are currently subscribed to comments of this album.'] = 'You are currently subscribed to comments of this album.';
12$lang['Unsubscribe'] = 'Unsubscribe';
[12560]13
14?>
Note: See TracBrowser for help on using the repository browser.