aboutsummaryrefslogtreecommitdiff
path: root/mod/notifications/languages/en.php
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-02-09 14:55:22 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-02-09 14:55:22 +0000
commita173f54d6fe468f9bc3868ac493570af2eb689a7 (patch)
tree65597369027af515d0adcce5ea4b07f19bf1b433 /mod/notifications/languages/en.php
parentbbfc74f5fd5002d2bf88045f1d3479a3ac720f3d (diff)
downloadelgg-a173f54d6fe468f9bc3868ac493570af2eb689a7.tar.gz
elgg-a173f54d6fe468f9bc3868ac493570af2eb689a7.tar.bz2
Group notifications, all friends notification option
git-svn-id: https://code.elgg.org/elgg/trunk@2686 36083f99-b078-4883-b0ff-0f9b5a30f544
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.',
);