xref: /plugin/quicksubscribe/lang/en/lang.php (revision 337272e327d6f8da71017d15f44b0bd834056814)
18866222dSAndreas Gohr<?php
28866222dSAndreas Gohr
38866222dSAndreas Gohr$lang['js']['subscr_in_progress'] = 'Creating subscription …';
4346619c6SAndreas Gohr$lang['js']['title']              = 'Subscription';
5346619c6SAndreas Gohr
6346619c6SAndreas Gohr$lang['sub_succ']           = 'The subscription was created. You subscribed the <code>%s</code> namespace.';
7346619c6SAndreas Gohr$lang['sub_fail']           = 'The subscription couldn\'t be created.';
8346619c6SAndreas Gohr$lang['unsub_succ']         = 'The subscription was removed. You\'re no longer subscribed to the <code>%s</code> namespace.';
9346619c6SAndreas Gohr$lang['unsub_fail']         = 'Could not delete the subscription.';
10346619c6SAndreas Gohr
11346619c6SAndreas Gohr$lang['js']['is_subscr']          = 'You subscribed to this page via the <code>%s</code> namespace.';
128866222dSAndreas Gohr$lang['js']['del_subscr']         = 'Do you want to delete this subscription?';
138866222dSAndreas Gohr$lang['js']['del_subscr_button']  = 'Delete';
148866222dSAndreas Gohr$lang['js']['edit_subscr']        = 'Do want to manage your subscription settings?';
158866222dSAndreas Gohr$lang['js']['edit_subscr_button'] = 'Edit';
168866222dSAndreas Gohr$lang['js']['subscribe']          = 'Subscribe to changes';
17*337272e3SAndreas Gohr$lang['js']['unsubscribe']        = 'Unubscribe from changes';
18