diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-05-29 12:42:47 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-05-29 12:42:47 +0000 |
commit | ad54e40e2b2aede586f27efb94c9a29516c7f00f (patch) | |
tree | 783dd27f51edd3c889c32c8776a1e6aa6e24fe6a /languages | |
parent | 58ae8cad422a10bd83dcb3d4a4ca9c663ba800fb (diff) | |
download | elgg-ad54e40e2b2aede586f27efb94c9a29516c7f00f.tar.gz elgg-ad54e40e2b2aede586f27efb94c9a29516c7f00f.tar.bz2 |
Added friends pages and related functionality
git-svn-id: https://code.elgg.org/elgg/trunk@754 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php index ee2af4200..b5bd07fed 100644 --- a/languages/en.php +++ b/languages/en.php @@ -54,6 +54,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
*/
|