From 9026d48d405ba43dc6218ecfe34f6dfeb7b16104 Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 19 Jun 2008 12:49:29 +0000 Subject: Fixed #50: River widgets http://trac.elgg.org/elgg/ticket/50 git-svn-id: https://code.elgg.org/elgg/trunk@992 36083f99-b078-4883-b0ff-0f9b5a30f544 --- languages/en.php | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'languages/en.php') 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); -- cgit v1.2.3