From e7a6658abfd1f8e20ebc91ce3022eef8376b3e2e Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 21 Jan 2009 10:39:35 +0000 Subject: Added Activity stream back in git-svn-id: https://code.elgg.org/elgg/trunk@2589 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/activity/languages/en.php | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 mod/activity/languages/en.php (limited to 'mod/activity/languages/en.php') diff --git a/mod/activity/languages/en.php b/mod/activity/languages/en.php new file mode 100644 index 000000000..7843c8378 --- /dev/null +++ b/mod/activity/languages/en.php @@ -0,0 +1,30 @@ + 'Site activity', + 'activity' => 'Activity', + 'activity:your' => 'Your activity', + 'activity:friends' => 'Friend\'s activity', + 'activity:person' => '%s\'s activity', + 'activity:person:friends' => '%s\'s friend\'s activity', + + 'activity:useasdashboard' => 'Do you wish to use the activity stream as the dashboard?', + + 'activity:noactivity' => 'Sorry, there is currently no activity that matches your search criteria', + + 'activity:usernotfound' => 'User not found', + 'activity:nofriendactivity' => 'No activity, perhaps you should add some more friends?', + ); + + add_translation("en",$english); +?> \ No newline at end of file -- cgit v1.2.3