diff options
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)', ); |