aboutsummaryrefslogtreecommitdiff
path: root/mod/custom_index/languages
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-05-19 17:05:59 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-05-19 17:05:59 +0000
commite8eb644876ef3a44c852a7fec157ac35a0cc18b9 (patch)
tree81c0f34bd6f08fc757cadb9784f16e31c3bd179e /mod/custom_index/languages
parentdd2b918ab71c2ed0c05375fafed588146e48c4de (diff)
downloadelgg-e8eb644876ef3a44c852a7fec157ac35a0cc18b9.tar.gz
elgg-e8eb644876ef3a44c852a7fec157ac35a0cc18b9.tar.bz2
Custom index is deprecated by Site pages. These two provide the same functionality but in different ways, so just moving Custom Index to the plugins repo.
git-svn-id: http://code.elgg.org/elgg/trunk@6098 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/custom_index/languages')
-rw-r--r--mod/custom_index/languages/en.php17
1 files changed, 0 insertions, 17 deletions
diff --git a/mod/custom_index/languages/en.php b/mod/custom_index/languages/en.php
deleted file mode 100644
index 091297297..000000000
--- a/mod/custom_index/languages/en.php
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
-
- $english = array(
-
- 'custom:bookmarks' => "Latest bookmarks",
- 'custom:groups' => "Latest groups",
- 'custom:files' => "Latest files",
- 'custom:blogs' => "Latest blog posts",
- 'custom:members' => "Newest members",
- 'custom:nofiles' => "There are no files yet",
- 'custom:nogroups' => "There are no groups yet",
-
- );
-
- add_translation("en",$english);
-
-?> \ No newline at end of file