From ad54e40e2b2aede586f27efb94c9a29516c7f00f Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 29 May 2008 12:42:47 +0000 Subject: Added friends pages and related functionality git-svn-id: https://code.elgg.org/elgg/trunk@754 36083f99-b078-4883-b0ff-0f9b5a30f544 --- languages/en.php | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'languages') diff --git a/languages/en.php b/languages/en.php index ee2af4200..b5bd07fed 100644 --- a/languages/en.php +++ b/languages/en.php @@ -53,6 +53,31 @@ 'profile' => "Profile", + /** + * Friends + */ + + 'friends' => "Friends", + 'friends:yours' => "Your friends", + 'friends:owned' => "%s's friends", + 'friend:add' => "Add friend", + 'friend:remove' => "Remove friend", + + 'friends:add:successful' => "You have successfully added %s as a friend.", + 'friends:add:failure' => "We couldn't add %s as a friend. Please try again.", + + 'friends:remove:successful' => "You have successfully removed %s from your friends.", + 'friends:remove:failure' => "We couldn't remove %s from your friends. Please try again.", + + 'friends:none' => "This user hasn't added anyone as a friend yet.", + 'friends:none:you' => "You haven't added anyone as a friend! Search for your interests to begin finding people to follow.", + + 'friends:of:none' => "Nobody has added this user as a friend yet.", + 'friends:of:none:you' => "Nobody has added you as a friend yet. Start adding content and fill in your profile to let people find you!", + + 'friends:of' => "Friends of", + 'friends:of:owned' => "People who have made %s a friend", + /** * Search */ -- cgit v1.2.3