aboutsummaryrefslogtreecommitdiff
path: root/mod/blog/languages
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-09 18:17:16 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-09 18:17:16 +0000
commit2c9ea2cd34a1dd782e165b163899d7ba1ec1f41c (patch)
treee58056e8d909bfffba72366454580b90588ff295 /mod/blog/languages
parent3b116ee48300d19f36888c078429d668a7418cd4 (diff)
downloadelgg-2c9ea2cd34a1dd782e165b163899d7ba1ec1f41c.tar.gz
elgg-2c9ea2cd34a1dd782e165b163899d7ba1ec1f41c.tar.bz2
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
Diffstat (limited to 'mod/blog/languages')
-rw-r--r--mod/blog/languages/en.php37
1 files changed, 22 insertions, 15 deletions
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<br />(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",
/**