diff options
Diffstat (limited to 'mod/custom_index/languages/en.php')
-rw-r--r-- | mod/custom_index/languages/en.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/mod/custom_index/languages/en.php b/mod/custom_index/languages/en.php deleted file mode 100644 index 071ff81e5..000000000 --- a/mod/custom_index/languages/en.php +++ /dev/null @@ -1,14 +0,0 @@ -<?php -/** - * Custom Index English language file - */ - -$english = array( - 'custom:bookmarks' => "Latest bookmarks", - 'custom:groups' => "Latest groups", - 'custom:files' => "Latest files", - 'custom:blogs' => "Latest blog posts", - 'custom:members' => "Newest members", -); - -add_translation("en", $english); |