From d611e9c962ce825eb7f4600f27f74c3dc477000f Mon Sep 17 00:00:00 2001 From: cash Date: Mon, 13 Dec 2010 12:32:43 +0000 Subject: Refs #2226 moving riverdashboard into core - need to clean up riverdashboard plugin and move to plugins repository and update plugins with new river views git-svn-id: http://code.elgg.org/elgg/trunk@7610 36083f99-b078-4883-b0ff-0f9b5a30f544 --- languages/en.php | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'languages') diff --git a/languages/en.php b/languages/en.php index e4e17d9b9..bbda438a1 100644 --- a/languages/en.php +++ b/languages/en.php @@ -628,6 +628,15 @@ $english = array( 'usersettings:statistics:label:membersince' => "Member since", 'usersettings:statistics:label:lastlogin' => "Last logged in", +/** + * Activity river + */ + 'river:all' => 'All Site Activity', + 'river:mine' => 'My Activity', + 'river:friends' => 'Friends Activty', + 'river:select' => 'Show %s', + 'river:comments:more' => '+%u more', + 'river:generic_comment' => 'commented on %s %s', /** @@ -663,8 +672,11 @@ $english = array( 'send' => 'Send', 'post' => 'Post', 'submit' => 'Submit', - 'site' => 'Site', + 'comment' => 'Comment', + 'site' => 'Site', + 'activity' => 'Activity', + 'up' => 'Up', 'down' => 'Down', 'top' => 'Top', -- cgit v1.2.3