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.php50
1 files changed, 26 insertions, 24 deletions
diff --git a/mod/notifications/languages/en.php b/mod/notifications/languages/en.php
index 5121d46f7..0f2ba2304 100644
--- a/mod/notifications/languages/en.php
+++ b/mod/notifications/languages/en.php
@@ -1,24 +1,26 @@
-<?php
-
- $english = array(
-
- 'notifications:subscriptions:personal:description' => 'Receive notifications when actions are performed on your content',
- 'notifications:subscriptions:personal:title' => 'Personal notifications',
-
- 'notifications:subscriptions:collections:title' => 'Friends collections',
- 'notifications:subscriptions:collections:description' => 'To toggle settings for members of your friends collections, click the icons below.',
- 'notifications:subscriptions:collections:edit' => 'To edit your friends collections, click here.',
-
- 'notifications:subscriptions:changesettings' => '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:success' => 'Your subscription settings have been saved.',
-
- );
-
- add_translation("en",$english);
-
-?> \ No newline at end of file
+<?php
+
+$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',
+
+ 'notifications:subscriptions:friends:title' => 'Friends',
+ 'notifications:subscriptions:friends:description' => 'Below are collections of your friends. Selecting a collection turns on notifications for the users in that collection.',
+ 'notifications:subscriptions:collections:edit' => 'To edit your shared access notifications, click here.',
+
+ 'notifications:subscriptions:changesettings' => 'Notifications',
+ 'notifications:subscriptions:changesettings:groups' => 'Group notifications',
+
+ 'notifications:subscriptions:title' => 'Notifications per user',
+ 'notifications:subscriptions:description' => 'To receive notifications from your friends (on an individual basis) 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(s) you would like to use.',
+
+ 'notifications:subscriptions:success' => 'Your notifications settings have been saved.',
+
+);
+
+ add_translation("en", $english);