diff options
Diffstat (limited to 'mod/activity/languages/en.php')
-rw-r--r-- | mod/activity/languages/en.php | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/mod/activity/languages/en.php b/mod/activity/languages/en.php deleted file mode 100644 index 890192d2a..000000000 --- a/mod/activity/languages/en.php +++ /dev/null @@ -1,32 +0,0 @@ -<?php
- /**
- * Elgg activity plugin language pack.
- *
- * @package ElggActivity
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008
- * @link http://elgg.com/
- */
-
- $english = array(
-
- 'activity:all' => '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:forward' => "forward",
- 'activity:back' => "back",
-
- '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 |