From b6f99468651309e0b58dbe000958540809df5dcc Mon Sep 17 00:00:00 2001 From: cash Date: Wed, 29 Dec 2010 18:31:27 +0000 Subject: Fixes #2226 moves riverdashboard into secondary plugins from core plugins - most of riverdashboard functionality is now in core (except for displaying who has liked stuff and ajax refreshes) git-svn-id: http://code.elgg.org/elgg/trunk@7750 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/riverdashboard/languages/en.php | 51 ------------------------------------- 1 file changed, 51 deletions(-) delete mode 100644 mod/riverdashboard/languages/en.php (limited to 'mod/riverdashboard/languages') diff --git a/mod/riverdashboard/languages/en.php b/mod/riverdashboard/languages/en.php deleted file mode 100644 index a07853680..000000000 --- a/mod/riverdashboard/languages/en.php +++ /dev/null @@ -1,51 +0,0 @@ - 'Mine', - 'filter' => 'Filter', - 'riverdashboard:useasdashboard' => "Replace the default dashboard with this activity river?", - 'activity' => 'Activity', - 'riverdashboard:recentmembers' => 'Recent members', - - /** - * Site messages - **/ - 'sitemessages:announcements' => "Site announcements", - 'sitemessages:posted' => "Posted", - 'sitemessages:river:created' => "Site admin, %s,", - 'sitemessages:river:create' => "posted a new site wide message", - 'sitemessages:add' => "Add a site-wide message to the river page", - 'sitemessage:deleted' => "Site message deleted", - - 'river:widget:noactivity' => 'We could not find any activity.', - 'river:widget:title' => "Activity", - 'river:all' => "All activity", - 'river:mine' => "My activity", - 'river:friends' => "Friends' activity", - 'river:classic' => 'Classic', - 'river:clustered' => 'Clustered', - 'river:type' => 'Would you like the activity stream to be in classic format (chronological) or clustered?', - 'river:widget:description' => "Show your latest activity.", - 'river:widgets:friends' => "Friends", - 'river:widgets:mine' => "Mine", - 'river:friends' => "My friends' activity", - 'river:mine' => "My activity", - 'river:widget:label:displaynum' => "Number of entries to display:", - 'river:widget:type' => "Which river would you like to display? One that shows your activity or one that shows your friends activity?", - 'item:object:sitemessage' => "Site messages", - 'riverdashboard:avataricon' => "Would you like to use user avatars or icons on your site activity stream?", - 'option:icon' => 'Icons', - 'option:avatar' => 'Avatars', - - // likes and comments - 'riverdashboard:n_more_comments' => '+%s more', - 'riverdashboard:show_less' => 'Show less', - - // ecml desc - 'riverdashboard:ecml:riverdashboard' => 'River Dashboard', - - // ecml keywords - 'riverdashboard:ecml:desc:activity' => 'Recent Activity', - 'riverdashboard:ecml:desc:usage' => '[activity user=username limit=limit type=type subtype=subtype]' -); - -add_translation("en", $english); \ No newline at end of file -- cgit v1.2.3