aboutsummaryrefslogtreecommitdiff
path: root/mod/dashboard/languages
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2011-09-11 08:30:04 -0400
committerCash Costello <cash.costello@gmail.com>2011-09-11 08:30:04 -0400
commitd2e9a0c7fae9d0c57dd8646aa6ef277f2e14b7fe (patch)
tree2292decee3ec49ec76e8b62066c4d2562339ec9e /mod/dashboard/languages
parentd3b4548a57668ffef7c02b9bc3b84e69a0a5eb8b (diff)
downloadelgg-d2e9a0c7fae9d0c57dd8646aa6ef277f2e14b7fe.tar.gz
elgg-d2e9a0c7fae9d0c57dd8646aa6ef277f2e14b7fe.tar.bz2
Fixes #3340 adds group activity widget for the user dashboard
Diffstat (limited to 'mod/dashboard/languages')
-rw-r--r--mod/dashboard/languages/en.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/mod/dashboard/languages/en.php b/mod/dashboard/languages/en.php
new file mode 100644
index 000000000..e1378f2f1
--- /dev/null
+++ b/mod/dashboard/languages/en.php
@@ -0,0 +1,14 @@
+<?php
+/**
+ * User dashboard languages
+ */
+
+$english = array(
+ 'dashboard:widget:group:title' => 'Group activity',
+ 'dashboard:widget:group:desc' => 'View the activity in one of your groups',
+ 'dashboard:widget:group:select' => 'Select a group',
+ 'dashboard:widget:group:noactivity' => 'There is no activity in this group',
+ 'dashboard:widget:group:noselect' => 'Edit this widget to select a group',
+);
+
+add_translation("en", $english);