1<?php
2
3$lang['js']['subscr_in_progress'] = 'Creating subscription …';
4$lang['js']['title']              = 'Subscription';
5
6$lang['sub_succ']           = 'The subscription was created. You subscribed the <code>%s</code> namespace.';
7$lang['sub_fail']           = 'The subscription couldn\'t be created.';
8$lang['unsub_succ']         = 'The subscription was removed. You\'re no longer subscribed to the <code>%s</code> namespace.';
9$lang['unsub_fail']         = 'Could not delete the subscription.';
10
11$lang['js']['is_subscr']          = 'You subscribed to this page via the <code>%s</code> namespace.';
12$lang['js']['del_subscr']         = 'Do you want to delete this subscription?';
13$lang['js']['del_subscr_button']  = 'Delete';
14$lang['js']['edit_subscr']        = 'Do want to manage your subscription settings?';
15$lang['js']['edit_subscr_button'] = 'Edit';
16$lang['js']['subscribe']          = 'Subscribe to changes';
17$lang['js']['unsubscribe']        = 'Unubscribe from changes';
18