aboutsummaryrefslogtreecommitdiff
path: root/mod/autosubscribegroup/languages/en.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/autosubscribegroup/languages/en.php')
-rw-r--r--mod/autosubscribegroup/languages/en.php23
1 files changed, 23 insertions, 0 deletions
diff --git a/mod/autosubscribegroup/languages/en.php b/mod/autosubscribegroup/languages/en.php
new file mode 100644
index 000000000..583e6f9ed
--- /dev/null
+++ b/mod/autosubscribegroup/languages/en.php
@@ -0,0 +1,23 @@
+<?php
+/**
+ * Elgg autosubscribegroup plugin
+ * This plugin allows new users to get joined to groups automatically when they register.
+ *
+ * @package autosubscribegroups
+ * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+ * @author RONNEL Jérémy
+ * @copyright (c) Elbee 2008
+ * @link /www.notredeco.com
+ *
+ * for Elgg 1.8 by iionly (iionly@gmx.de)
+ */
+
+$english = array(
+
+/**
+ * Menu items and titles
+ */
+'autosubscribe:list' => "Groups' ids (separated by commas): ",
+);
+
+add_translation("en",$english);