aboutsummaryrefslogtreecommitdiff
path: root/languages
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-31 14:05:54 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-31 14:05:54 +0000
commit7e8a3d71ca771f077edea92e3e73685d30ca7aba (patch)
treefe436a4e09c602eaa6f61ff6de1a22aa6e9e7e2f /languages
parentc42862e15c82d0ffbb45d3bdc2bcfcea2d0c75f6 (diff)
downloadelgg-7e8a3d71ca771f077edea92e3e73685d30ca7aba.tar.gz
elgg-7e8a3d71ca771f077edea92e3e73685d30ca7aba.tar.bz2
Friends collections are now fully part of the main core
git-svn-id: https://code.elgg.org/elgg/trunk@1630 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-rw-r--r--languages/en.php28
1 files changed, 26 insertions, 2 deletions
diff --git a/languages/en.php b/languages/en.php
index fa0c3981d..b323b6a89 100644
--- a/languages/en.php
+++ b/languages/en.php
@@ -203,12 +203,36 @@
'friends:of' => "Friends of",
'friends:of:owned' => "People who have made %s a friend",
+ 'friends:num_display' => "Number of friends to display",
+ 'friends:icon_size' => "Icon size",
+ 'friends:tiny' => "tiny",
+ 'friends:small' => "small",
+ 'friends' => "Friends",
+ 'friends:of' => "Friends of",
+ 'friends:collections' => "Collections of friends",
+ 'friends:collections:add' => "New friends collection",
+ 'friends:addfriends' => "Add friends",
+ 'friends:collectionname' => "Collection name",
+ 'friends:collectionfriends' => "Friends in collection",
+ 'friends:collectionedit' => "Edit this collection",
+ 'friends:nocollections' => "You do not yet have any collections.",
+ 'friends:collectiondeleted' => "That collection has been deleted.",
+ 'friends:collectiondeletefailed' => "We were unable to delete that collection, either you don't have permission, or some other problem has occurred.",
+ 'friends:collectionadded' => "Your collection was successful created",
+ 'friends:nocollectionname' => "You need to give your collection a name before it can be created.",
+
+ 'friends:river:created' => "%s added the friends widget.",
+ 'friends:river:updated' => "%s updated their friends widget.",
+ 'friends:river:delete' => "%s removed their friends widget.",
+ 'friends:river:add' => "%s add someone as a friend.",
+
+
/**
* River
*/
- 'river' => "River",
-
+ 'river' => "River",
'river:relationship:friend' => 'is now friends with',
+
/**
* Plugins
*/