aboutsummaryrefslogtreecommitdiff
path: root/mod/languages/languages/en/en.core.php
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2013-11-09 16:17:30 +0100
committerSem <sembrestels@riseup.net>2013-11-09 16:17:30 +0100
commit6834f913fe7ce7d4274a9757661589e9a222b71c (patch)
treec2eb6345bfad6ebabbe31cb1de319037119be404 /mod/languages/languages/en/en.core.php
parente58937426578eac71d1447c38ae3f93cbc331bf1 (diff)
parent0f226cf5c4a8d02dbd0bb64cff36a6bb92d72d68 (diff)
downloadelgg-6834f913fe7ce7d4274a9757661589e9a222b71c.tar.gz
elgg-6834f913fe7ce7d4274a9757661589e9a222b71c.tar.bz2
Add 'mod/languages/' from commit '0f226cf5c4a8d02dbd0bb64cff36a6bb92d72d68'
git-subtree-dir: mod/languages git-subtree-mainline: e58937426578eac71d1447c38ae3f93cbc331bf1 git-subtree-split: 0f226cf5c4a8d02dbd0bb64cff36a6bb92d72d68
Diffstat (limited to 'mod/languages/languages/en/en.core.php')
-rw-r--r--mod/languages/languages/en/en.core.php39
1 files changed, 39 insertions, 0 deletions
diff --git a/mod/languages/languages/en/en.core.php b/mod/languages/languages/en/en.core.php
new file mode 100644
index 000000000..f79560e04
--- /dev/null
+++ b/mod/languages/languages/en/en.core.php
@@ -0,0 +1,39 @@
+<?php
+$en = array(
+ 'membershiprequired' => 'You must be a inhabitant of this group to view that page.',
+ 'friends:collections:members' => 'Collection inhabitants',
+ 'usersettings:statistics:label:membersince' => 'Inhabitant since',
+ 'members' => 'Inhabitants',
+
+ // Custom index plugin
+ 'custom:members' => 'Newest inhabitants',
+
+ // Groups plugin
+ 'groups:widgets:description' => 'Display the groups you are a inhabitant of on your profile',
+ 'groups:notmember' => 'Sorry, you are not a inhabitant of this group.',
+ 'groups:alreadymember' => 'You are already a inhabitant of this group!',
+ 'groups:welcome:body' => "Hi %s!
+
+You are now an inhabitant of the '%s' group! Click below to begin posting!
+
+%s",
+ 'groups:members:title' => 'Inhabitants of %s',
+ 'groups:access:group' => 'Group inhabitants only',
+ 'groups:widgets:members:description' => 'List the inhabitants of a group.',
+ 'groups:widgets:members:label:displaynum' => 'List the inhabitants of a group.',
+
+ // Invite friends plugin
+ 'invitefriends:already_members' => 'The following are already inhabitants: %s',
+
+ // Members plugin
+ 'members:searchname' => 'Search inhabitants by name',
+ 'members:searchtag' => 'Search inhabitants by tag',
+ 'members:title:searchname' => 'Inhabitants search for %s',
+ 'members:title:searchtag' => 'Inhabitants tagged with %s',
+
+ // Notifications plugin
+ 'notifications:subscriptions:groups:description' => 'To receive notifications when new content is added to a group you are an inhabitant of, find it below and select the notification method(s) you would like to use.'
+
+);
+
+add_translation("en", $en);