diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-15 15:00:15 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-15 15:00:15 -0300 |
commit | 8fb95110c43e70f66eb5c14bb1446a3f1b5443a9 (patch) | |
tree | 96b3aab7bf588139f4c67c26d6445190b0c639ce /languages | |
download | elgg-8fb95110c43e70f66eb5c14bb1446a3f1b5443a9.tar.gz elgg-8fb95110c43e70f66eb5c14bb1446a3f1b5443a9.tar.bz2 |
Squashed 'mod/profile_friendlyurl/' content from commit 1720c0c
git-subtree-dir: mod/profile_friendlyurl
git-subtree-split: 1720c0ccf8fb93760b75e5ea25b766ad539c3a57
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php new file mode 100644 index 000000000..e82b026a6 --- /dev/null +++ b/languages/en.php @@ -0,0 +1,22 @@ +<?php
+ /**
+ * Elgg groups_bookmarkswidget plugin language pack
+ *
+ * @package Elgggroups_bookmarkswidget
+ * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+ * @author Curverider Ltd
+ * @copyright Curverider Ltd 2008-2009
+ * @link http://elgg.com/
+ */
+
+ $english = array(
+
+ /**
+ * Menu items and titles
+ */
+
+ 'profile_friendlyurl:domain' => "Domain" + );
+
+ add_translation("en",$english);
+?>
\ No newline at end of file |