From 4766f36a4d74924f21ff329c4318ce4e069ffa04 Mon Sep 17 00:00:00 2001 From: brettp Date: Wed, 3 Mar 2010 17:53:05 +0000 Subject: Pulled in the interface changes. git-svn-id: http://code.elgg.org/elgg/trunk@5257 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/custom_index/languages/en.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 mod/custom_index/languages/en.php (limited to 'mod/custom_index/languages') diff --git a/mod/custom_index/languages/en.php b/mod/custom_index/languages/en.php new file mode 100644 index 000000000..452bcf2e5 --- /dev/null +++ b/mod/custom_index/languages/en.php @@ -0,0 +1,17 @@ + "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 files yet", + + ); + + add_translation("en",$english); + +?> \ No newline at end of file -- cgit v1.2.3