From 7e8a3d71ca771f077edea92e3e73685d30ca7aba Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 31 Jul 2008 14:05:54 +0000 Subject: 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 --- languages/en.php | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) (limited to 'languages/en.php') 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 */ -- cgit v1.2.3