aboutsummaryrefslogtreecommitdiff
path: root/mod/notifications/languages/en.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/notifications/languages/en.php')
-rw-r--r--mod/notifications/languages/en.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/mod/notifications/languages/en.php b/mod/notifications/languages/en.php
index 5121d46f7..06de1599c 100644
--- a/mod/notifications/languages/en.php
+++ b/mod/notifications/languages/en.php
@@ -2,6 +2,8 @@
$english = array(
+ 'friends:all' => 'All friends',
+
'notifications:subscriptions:personal:description' => 'Receive notifications when actions are performed on your content',
'notifications:subscriptions:personal:title' => 'Personal notifications',
@@ -10,11 +12,14 @@
'notifications:subscriptions:collections:edit' => 'To edit your friends collections, click here.',
'notifications:subscriptions:changesettings' => 'Notifications',
+ 'notifications:subscriptions:changesettings:groups' => 'Group notifications',
'notification:method:email' => 'Email',
'notifications:subscriptions:title' => 'Notifications per user',
'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:groups:description' => 'To receive notifications when new content is added to a group you are a member of, find it below and select the notification method you would like to use.',
+
'notifications:subscriptions:success' => 'Your subscription settings have been saved.',
);