1 | <?php |
---|
2 | |
---|
3 | $lang['Comments notifications'] = 'Comments notifications'; |
---|
4 | |
---|
5 | /* messages */ |
---|
6 | $lang['Invalid email adress, your are not subscribed to comments.'] = 'Invalid email adress, your are not subscribed to comments.'; |
---|
7 | $lang['Confirm your subscribtion to comments'] = 'Confirm your subscribtion to comments'; |
---|
8 | $lang['Successfully unsubscribed your email address from receiving notifications.'] = 'Successfully unsubscribed your email address from receiving notifications.'; |
---|
9 | $lang['Not found.'] = 'Not found.'; |
---|
10 | $lang['Your subscribtion has been validated, thanks you.'] = 'Your subscribtion has been validated, thanks you.'; |
---|
11 | $lang['Already validated.'] = 'Already validated.'; |
---|
12 | $lang['You are not subscribed to any comment.'] = 'You are not subscribed to any comment.'; |
---|
13 | $lang['Please check your email inbox to confirm your subscription.'] = 'Please check your email inbox to confirm your subscription.'; |
---|
14 | $lang['You have been added to the list of subscribers.'] = 'You have been added to the list of subscribers.'; |
---|
15 | |
---|
16 | /* sprintf */ |
---|
17 | $lang['the picture <a href="%s">%s</a>'] = 'the picture <a href="%s">%s</a>'; |
---|
18 | $lang['all pictures of the album <a href="%s">%s</a>'] = 'all pictures of the album <a href="%s">%s</a>'; |
---|
19 | $lang['the album <a href="%s">%s</a>'] = 'the album <a href="%s">%s</a>'; |
---|
20 | $lang['%s has subscribed to comments on'] = '%s has subscribed to comments on'; |
---|
21 | |
---|
22 | /* config */ |
---|
23 | $lang['Notify administrators when a user take a new subscription'] = 'Notify administrators when a user take a new subscription'; |
---|
24 | $lang['Allow users to subscribe to global notifications'] = 'Allow users to subscribe to global notifications'; |
---|
25 | |
---|
26 | /* comment form */ |
---|
27 | $lang['Subscribe to mail notifications'] = 'Subscribe to mail notifications'; |
---|
28 | $lang['Notify me of followup comments'] = 'Notify me of followup comments'; |
---|
29 | $lang['You are currently subscribed to comments on'] = 'You are currently subscribed to comments on'; |
---|
30 | $lang['this picture'] = 'this picture'; |
---|
31 | $lang['all pictures of this album'] = 'all pictures of this album'; |
---|
32 | $lang['all pictures of the gallery'] = 'all pictures of the gallery'; |
---|
33 | $lang['this album'] = 'this album'; |
---|
34 | $lang['all albums of the gallery'] = 'all albums of the gallery'; |
---|
35 | |
---|
36 | /* buttons */ |
---|
37 | $lang['Manage my subscriptions'] = 'Manage my subscriptions'; |
---|
38 | $lang['Subscribe'] = 'Subscribe'; |
---|
39 | $lang['Unsubscribe'] = 'Unsubscribe'; |
---|
40 | $lang['Validate'] = 'Validate'; |
---|
41 | $lang['Confirm subscription'] = 'Confirm subscription'; |
---|
42 | |
---|
43 | /* email */ |
---|
44 | $lang['New subscription on'] = 'New subscription on'; |
---|
45 | $lang['Subscribe to comments on'] = 'Subscribe to comments on'; |
---|
46 | $lang['You requested to subscribe by email to comments on'] = 'You requested to subscribe by email to comments on'; |
---|
47 | $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.'; |
---|
48 | $lang['Want to edit your notifications options?'] = 'Want to edit your notifications options?'; |
---|
49 | $lang['New comment on'] = 'New comment on'; |
---|
50 | |
---|
51 | /* manage page */ |
---|
52 | $lang['Subscriptions of'] = 'Subscriptions of'; |
---|
53 | $lang['Return to item page'] = 'Return to item page'; |
---|
54 | $lang['Subject'] = 'Subject'; |
---|
55 | $lang['Followed on'] = 'Followed on'; |
---|
56 | $lang['Unsubscribe from all email notifications'] = 'Unsubscribe from all email notifications'; |
---|
57 | $lang['comments on a picture'] = 'comments on a picture'; |
---|
58 | $lang['comments on all pictures of an album'] = 'comments on all pictures of an album'; |
---|
59 | $lang['comments on an album'] = 'comments on an album'; |
---|
60 | |
---|
61 | ?> |
---|