aboutsummaryrefslogtreecommitdiffstats
path: root/config/locales/en.yml
diff options
context:
space:
mode:
authorPhilip Arndt <parndt@gmail.com>2010-08-09 19:31:22 +1200
committerPhilip Arndt <parndt@gmail.com>2010-08-09 19:31:22 +1200
commita5fe9225fac33f15e972599132c7f569cc5cf397 (patch)
treef58e7405a03546a37e26f2f1c2694ee12e93fc7d /config/locales/en.yml
parent30df46503cf3176a37ad08ff50da7fa25b43e662 (diff)
downloadrefinerycms-blog-a5fe9225fac33f15e972599132c7f569cc5cf397.tar.gz
refinerycms-blog-a5fe9225fac33f15e972599132c7f569cc5cf397.tar.bz2
refinerycms-blog-a5fe9225fac33f15e972599132c7f569cc5cf397.zip
Namespaced blog posts under blog/posts to allow for blog/comments and blog/categories
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r--config/locales/en.yml23
1 files changed, 12 insertions, 11 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 0b1e15d..4489389 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -3,17 +3,18 @@ en:
refinerycms_blog:
title: Blog
admin:
- blog_posts:
- index:
- create_new: Create new post
- reorder: Reorder Blog Posts
- reorder_done: Done Reordering Blog Posts
- sorry_no_results: Sorry! There are no results found.
- no_items_yet: There are no Blog Posts yet. Click "Create a new Blog Posts" to add your first blog posts.
- blog_post:
- view_live: View this blog post live <br/><em>(opens in a new window)</em>
- edit: Edit this blog post
- delete: Remove this blog post forever
+ blog:
+ posts:
+ index:
+ create_new: Create new post
+ reorder: Reorder Blog Posts
+ reorder_done: Done Reordering Blog Posts
+ sorry_no_results: Sorry! There are no results found.
+ no_items_yet: There are no Blog Posts yet. Click "Create a new Blog Posts" to add your first blog posts.
+ post:
+ view_live: View this blog post live <br/><em>(opens in a new window)</em>
+ edit: Edit this blog post
+ delete: Remove this blog post forever
blog_posts:
show:
other: Other Blog Posts \ No newline at end of file