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