diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-19 18:06:48 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-19 18:06:48 +0000 |
commit | 1ce8bfd2645cac79d44676ec769957f8d35e557c (patch) | |
tree | 5c833878872bdc1051cb597bbabd47c1fd303ede /languages | |
parent | fe25ff1e78b426914e961bf787253475e61167a6 (diff) | |
download | elgg-1ce8bfd2645cac79d44676ec769957f8d35e557c.tar.gz elgg-1ce8bfd2645cac79d44676ec769957f8d35e557c.tar.bz2 |
git-svn-id: https://code.elgg.org/elgg/trunk@1002 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/languages/en.php b/languages/en.php index 046349b22..cb2745df8 100644 --- a/languages/en.php +++ b/languages/en.php @@ -199,7 +199,13 @@ * River
*/
'river' => "River",
-
+ 'river:widget:noactivity' => 'We could not find any 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',
/**
* Search
@@ -378,16 +384,6 @@ Alternatively, you can enter your database settings below and we will try and do */ 'xmlrpc:noinputdata' => "Input data missing", - /** - * River - */ - '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', );
|