From a2c037bb699f58e1c39e0f8bccbceb4831e89423 Mon Sep 17 00:00:00 2001 From: nickw Date: Wed, 7 Apr 2010 15:22:15 +0000 Subject: Creating content for the blog posts of user's friends. git-svn-id: http://code.elgg.org/elgg/trunk@5648 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/blog/languages/en.php | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'mod/blog/languages') diff --git a/mod/blog/languages/en.php b/mod/blog/languages/en.php index 442a74069..f005dbf4c 100644 --- a/mod/blog/languages/en.php +++ b/mod/blog/languages/en.php @@ -1,20 +1,17 @@ 'Blogs', - 'item:object:blog' => 'Blog', 'blog:blogs' => 'Blogs', 'blog:owned_blogs' => '%s', 'blog:revisions' => 'Revisions', 'blog:archives' => 'Archives', 'blog:blog' => 'Blog', - 'blog:yours' => 'Your blog', - 'blog:all' => 'All blogs', 'blog:friends' => 'Friends\' blogs', 'blog:title:user_blogs' => '%s\'s Blogs', @@ -33,11 +30,9 @@ $english = array( 'blog:status' => 'Status', 'blog:status:draft' => 'Draft', 'blog:status:published' => 'Published', - 'blog:status:unsaved_draft' => 'Recovered Draft', 'blog:revision' => 'Revision', 'blog:auto_saved_revision' => 'Auto Saved Revision', - 'blog:owner_title' => '%s\'s blogs', // messages 'blog:message:saved' => 'Blog post saved.', @@ -49,8 +44,6 @@ $english = array( // river 'blog:river:create' => '%s wrote a new blog post', - - ); -add_translation('en', $english); \ No newline at end of file +add_translation('en', $english); -- cgit v1.2.3