From 837ea01a34a7dddeefe8086b2c6fc28e9a14616c Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Mon, 9 Aug 2010 16:47:56 +1200 Subject: Initial commit - you can create, edit and delete a blog post and it respects the fact that it is draft or not. --- config/locales/en.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 config/locales/en.yml (limited to 'config/locales/en.yml') diff --git a/config/locales/en.yml b/config/locales/en.yml new file mode 100644 index 0000000..0b1e15d --- /dev/null +++ b/config/locales/en.yml @@ -0,0 +1,19 @@ +en: + plugins: + 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
(opens in a new window) + edit: Edit this blog post + delete: Remove this blog post forever + blog_posts: + show: + other: Other Blog Posts \ No newline at end of file -- cgit v1.2.3