From 2c9ea2cd34a1dd782e165b163899d7ba1ec1f41c Mon Sep 17 00:00:00 2001 From: pete Date: Tue, 9 Mar 2010 18:17:16 +0000 Subject: Blogs updated to new UI (needs Brett to look over first) git-svn-id: http://code.elgg.org/elgg/trunk@5335 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/blog/languages/en.php | 37 ++++++++++++++++++++++--------------- 1 file changed, 22 insertions(+), 15 deletions(-) (limited to 'mod/blog/languages') diff --git a/mod/blog/languages/en.php b/mod/blog/languages/en.php index 9496cee00..3e4b3d6d1 100644 --- a/mod/blog/languages/en.php +++ b/mod/blog/languages/en.php @@ -6,39 +6,46 @@ * Menu items and titles */ - 'blog' => "Blog", + 'blog' => "Blog", 'blogs' => "Blogs", 'blog:user' => "%s's blog", 'blog:user:friends' => "%s's friends' blog", - 'blog:your' => "Your blog", + 'blog:yours' => "My blog", 'blog:posttitle' => "%s's blog: %s", 'blog:friends' => "Friends' blogs", + 'blog:workgroup' => "Work Group blogs", 'blog:yourfriends' => "Your friends' latest blogs", - 'blog:everyone' => "All site blogs", - 'blog:newpost' => "New blog post", + 'blog:all' => "All site blogs", + 'blog:new' => "New blog post", + 'blog:posts' => "Latest blog posts", + 'blog:title' => "Blog title", 'blog:via' => "via blog", 'blog:read' => "Read blog", - - 'blog:addpost' => "Write a blog post", + 'blog:backto' => "Back to blogs", + 'blog:addpost' => "New blog post", 'blog:editpost' => "Edit blog post", - + 'blog:defaultaccess' => "Your site wide access level is:", 'blog:text' => "Blog text", - + 'blog:access' => "This blog's access is:", 'blog:strapline' => "%s", - + 'blog:none' => "There are no blog posts to display", 'item:object:blog' => 'Blog posts', - + 'blog:latestcomments' => 'Latest comments', 'blog:never' => 'never', 'blog:preview' => 'Preview', - + 'blog:archive' => 'Archive', + 'blog:excerpt' => 'Excerpt (Optional)', + 'blog:excerptdesc' => 'An optional short summary, displayed on blog and search listings
(instead of the first 200 characters).', 'blog:draft:save' => 'Save draft', + 'blog:readmore' => 'Read more', 'blog:draft:saved' => 'Draft last saved', 'blog:comments:allow' => 'Allow comments', + 'blog:widget:description' => 'This widget will display your latest blog post titles on your profile.', 'blog:preview:description' => 'This is an unsaved preview of your blog post.', 'blog:preview:description:link' => 'To continue editing or save your post, click here.', - 'blog:enableblog' => 'Enable group blog', + 'blog:enableblog' => 'Enable community blog', 'blog:group' => 'Group blog', @@ -52,9 +59,9 @@ 'blog:river:posted' => "%s posted", //these get inserted into the river links to take the user to the entity - 'blog:river:create' => "a new blog post titled", - 'blog:river:update' => "a blog post titled", - 'blog:river:annotate' => "a comment on this blog post", + 'blog:river:create' => "a blog post", + 'blog:river:update' => "a blog post", + 'blog:river:annotate' => "a comment on the blog post", /** -- cgit v1.2.3