diff options
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/languages/en.php b/languages/en.php index 17604be64..23d7577f5 100644 --- a/languages/en.php +++ b/languages/en.php @@ -378,8 +378,15 @@ Alternatively, you can enter your database settings below and we will try and do /** * River - */
- 'river:relationship:friend' => 'is now friends with',
+ */ + 'river:widget:noactivity' => 'User has no visible activity.', + 'river:widget:title' => "%s activity.", + 'river:widget:description' => "Show your latest activity.", + 'river:widget:title:friends' => "%s friends activity.", + 'river:widget:description:friends' => "Show what your friends are up to.", +
+ 'river:relationship:friend' => 'is now friends with', +
);
add_translation("en",$english);
|