aboutsummaryrefslogtreecommitdiff
path: root/languages/en.php
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-19 12:49:29 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-19 12:49:29 +0000
commit9026d48d405ba43dc6218ecfe34f6dfeb7b16104 (patch)
treefa6c03fea00993fc4e9635b2a6acef3e27b8a665 /languages/en.php
parent5893eaf6588ce7b6823fa78f54c0042983389162 (diff)
downloadelgg-9026d48d405ba43dc6218ecfe34f6dfeb7b16104.tar.gz
elgg-9026d48d405ba43dc6218ecfe34f6dfeb7b16104.tar.bz2
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
Diffstat (limited to 'languages/en.php')
-rw-r--r--languages/en.php11
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);