xref: /plugin/quicksubscribe/lang/en/lang.php (revision 346619c6effe61f90c30cedb8882d7f23d5f929b)
18866222dSAndreas Gohr<?php
28866222dSAndreas Gohr
38866222dSAndreas Gohr$lang['js']['subscr_in_progress'] = 'Creating subscription …';
4*346619c6SAndreas Gohr$lang['js']['title']              = 'Subscription';
5*346619c6SAndreas Gohr
6*346619c6SAndreas Gohr$lang['sub_succ']           = 'The subscription was created. You subscribed the <code>%s</code> namespace.';
7*346619c6SAndreas Gohr$lang['sub_fail']           = 'The subscription couldn\'t be created.';
8*346619c6SAndreas Gohr$lang['unsub_succ']         = 'The subscription was removed. You\'re no longer subscribed to the <code>%s</code> namespace.';
9*346619c6SAndreas Gohr$lang['unsub_fail']         = 'Could not delete the subscription.';
10*346619c6SAndreas Gohr
11*346619c6SAndreas 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';