diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-13 12:32:43 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-13 12:32:43 +0000 |
commit | d611e9c962ce825eb7f4600f27f74c3dc477000f (patch) | |
tree | f5b600ce1ef7e27536548b514b3144ae138f1c7c /languages | |
parent | f03c3bd5bfa8d8425121c769b27c4382147dec65 (diff) | |
download | elgg-d611e9c962ce825eb7f4600f27f74c3dc477000f.tar.gz elgg-d611e9c962ce825eb7f4600f27f74c3dc477000f.tar.bz2 |
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
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 14 |
1 files changed, 13 insertions, 1 deletions
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', |