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