aboutsummaryrefslogtreecommitdiff
path: root/mod/notifications/languages
diff options
context:
space:
mode:
Diffstat (limited to 'mod/notifications/languages')
-rw-r--r--mod/notifications/languages/en.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/mod/notifications/languages/en.php b/mod/notifications/languages/en.php
new file mode 100644
index 000000000..ecf2dba97
--- /dev/null
+++ b/mod/notifications/languages/en.php
@@ -0,0 +1,14 @@
+<?php
+
+ $english = array(
+
+ 'notifications:subscriptions:changesettings' => 'Change your 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);
+
+?> \ No newline at end of file