aboutsummaryrefslogtreecommitdiff
path: root/mod/notifications/languages/en.php
blob: 71db6574440b48c066660f6403e9b18275ae4539 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php

	$english = array(
	
		'notifications:subscriptions:personal:description' => 'Receive notifications when actions are performed on your content',
		'notifications:subscriptions:personal:title' => 'Personal notifications',
	
		'notifications:subscriptions:changesettings' => 'Notifications',
		'notification:method:email' => 'Email',	
	
		'notifications:subscriptions:description' => 'To receive notifications from your friends when they create new content, find them below and select the notification method you would like to use.',
	
		'notifications:subscriptions:success' => 'Your subscription settings have been saved.',
	
	);
					
	add_translation("en",$english);

?>