From f81d6e670ba8c6c98819612cdddad97649be2241 Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 16 Oct 2008 15:54:38 +0000 Subject: Initial activity view. Missing functionality: comments, tabs and drill down ability. git-svn-id: https://code.elgg.org/elgg/trunk@2272 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/activity/languages/en.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 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..116884b7b --- /dev/null +++ b/mod/activity/languages/en.php @@ -0,0 +1,29 @@ + 'Site activity', + 'activity:your' => 'Your activity', + 'activity:friends' => 'Your 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