diff options
author | Sem <sembrestels@riseup.net> | 2011-12-09 17:58:03 +0100 |
---|---|---|
committer | Sem <sembrestels@riseup.net> | 2011-12-09 17:58:03 +0100 |
commit | 0722c977bbd3a1bac5f6cb080022bca2ff5766cb (patch) | |
tree | 59acd4f6815a47b20fdfaf4130032627744cbafc /languages | |
parent | 342ef1d2eac8914793a24ee1627eeaa8c57c9038 (diff) | |
download | elgg-0722c977bbd3a1bac5f6cb080022bca2ff5766cb.tar.gz elgg-0722c977bbd3a1bac5f6cb080022bca2ff5766cb.tar.bz2 |
Registered an event handler to notify users about friend requests.
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php index 821278c1a..9b34a6030 100644 --- a/languages/en.php +++ b/languages/en.php @@ -17,6 +17,14 @@ $english = array( 'friendrequest:remove:check' => 'Are you sure you want to decline the friend request?', 'friendrequest:none' => 'No pending friend requests.', + 'friendrequest:new:subject' => '%s want to be your friend', + 'friendrequest:new:body' => '%s want to be your friend. She is waiting that you aprovate her petition. Do not her wait! + +You can see your pending friend requests following this link (remember you have to be logged in to see it): + + %s + +(Do not try to reply this mail, because is a machine who is sending it)', ); |