diff options
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php index 346ea0633..1f9e88a46 100644 --- a/languages/en.php +++ b/languages/en.php @@ -6,6 +6,12 @@ $english = array( 'friendrequest' => 'Friend Requests', + + 'friendrequest:add:successful' => 'You sent a friend request to %s. She has to accept it. Give she time.', + 'friendrequest:add:failure' => 'Oops! There was a problem while trying to send the request. Try it again.', + 'friendrequest:add:exists' => 'You already sent a friend request to %s, don\'t be so intense.', + + ); add_translation('en', $english); |