aboutsummaryrefslogtreecommitdiff
path: root/mod/notifications/languages/en.php
blob: 8eb8ec8343ce5e4e873b1149eafd4afdbdc57fe1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php

	$english = array(
	
		'notifications:subscriptions:changesettings' => 'Content subscriptions',	
		'notifications:subscriptions:description' => 'Content subscriptions allow you to be notified when one of your friends creates new content. To receive these notifications from your friends, make sure they are selected in the list below:',
	
		'notifications:subscriptions:success' => 'Your subscriptions have been saved.',
	
	);
					
	add_translation("en",$english);

?>