diff options
author | Sem <sembrestels@riseup.net> | 2012-10-12 18:03:15 +0200 |
---|---|---|
committer | Sem <sembrestels@riseup.net> | 2012-10-12 18:03:15 +0200 |
commit | 184b3bf9cfa07b81d920b9438f0d40a360e18567 (patch) | |
tree | 5cfc3f1d55a13cfe7365bc3943983124cbe5b20d /languages/en/en.core.php | |
parent | 8dd7c9244bd10144b77b8f7a6ce2ce9db7bd46c9 (diff) | |
download | elgg-184b3bf9cfa07b81d920b9438f0d40a360e18567.tar.gz elgg-184b3bf9cfa07b81d920b9438f0d40a360e18567.tar.bz2 |
Updated languages.
Diffstat (limited to 'languages/en/en.core.php')
-rw-r--r-- | languages/en/en.core.php | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/languages/en/en.core.php b/languages/en/en.core.php new file mode 100644 index 000000000..f79560e04 --- /dev/null +++ b/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); |