aboutsummaryrefslogtreecommitdiffstats
path: root/config/locales/en.yml
diff options
context:
space:
mode:
authordjones <dgjones@gmail.com>2010-09-06 16:22:13 +1200
committerdjones <dgjones@gmail.com>2010-09-06 16:22:13 +1200
commitbd50bdb415346329e772a90f26828376a6a1cffb (patch)
tree3722ac255f4b96a0e4adf8ec2493dfbd002ade68 /config/locales/en.yml
parent6f342c1314dfbc8a02a2d4276f6ae7b0bc951661 (diff)
downloadrefinerycms-blog-bd50bdb415346329e772a90f26828376a6a1cffb.tar.gz
refinerycms-blog-bd50bdb415346329e772a90f26828376a6a1cffb.tar.bz2
refinerycms-blog-bd50bdb415346329e772a90f26828376a6a1cffb.zip
refactoring the frontend to use more partials, separate out the categories into it's own controller, namespace the blog into it's own folder and create a base blog controller for handling common front end tasks
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r--config/locales/en.yml53
1 files changed, 32 insertions, 21 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 2cd53dc..9d562d7 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -9,17 +9,17 @@ en:
edit: Edit this category
delete: Delete this category forever
index:
- no_items_yet: There are no categories yet. Click "{{create}}" to add your first category.
+ no_items_yet: 'There are no categories yet. Click "{{create}}" to add your first category.'
comments:
- approved: The comment from '{{author}}' has been approved.
+ approved: 'The comment from "{{author}}" has been approved.'
comment:
view_live: View this comment live <br/><em>(opens in a new window)</em>
read: Read this comment
reject: Reject this comment
approve: Approve this comment
- rejected: The comment from '{{author}}' has been rejected.
+ rejected: 'The comment from "{{author}}" has been rejected.'
index:
- no_items_yet: There are no {{type}} comments.
+ no_items_yet: 'There are no {{type}} comments.'
show:
comment: Comment
blog_post: Blog Post
@@ -38,7 +38,7 @@ en:
toggle_advanced_options: Click to access meta tag settings and menu options
save_as_draft: Save as Draft
index:
- no_items_yet: There are no Blog Posts yet. Click "{{create}}" to add your first blog post.
+ no_items_yet: 'There are no Blog Posts yet. Click "{{create}}" to add your first blog post.'
post:
view_live: View this blog post live <br/><em>(opens in a new window)</em>
edit: Edit this blog post
@@ -46,10 +46,10 @@ en:
settings:
notification_recipients:
value: Send notifications to
- explanation: Every time someone comments on a blog post, Refinery sends out an email to say there is a new comment.
- hint: When a new comment is added, Refinery will send an email notification to you.
+ explanation: 'Every time someone comments on a blog post, Refinery sends out an email to say there is a new comment.'
+ hint: 'When a new comment is added, Refinery will send an email notification to you.'
example: "Enter your email address(es) like: jack@work.com, jill@office.com"
- updated: Notification recipients have been set to '{{recipients}}'
+ updated: 'Notification recipients have been set to "{{recipients}}"'
submenu:
categories:
title: Categories
@@ -69,20 +69,31 @@ en:
title: Settings
moderation: Moderation
update_notified: Update who gets notified
- blog_posts:
- side_bar:
- categories: Categories
- index:
- read_more: Read more
- show:
+ blog:
+ shared:
+ categories:
+ title: Categories
+ posts:
+ other: Other Posts
+ created_at: 'Posted on {{when}}'
+ read_more: Read more
comments:
- title: Comments
- by: Posted by {{who}}
+ singular: comment
+ none: no comments
+ categories:
+ show:
+ no_posts: There are no posts here yet.
+ posts:
+ comment: comment
+ comment:
+ by: 'Posted by {{who}}'
time_ago: '{{time}} ago'
thank_you: 'Thank you for commenting.'
thank_you_moderated: 'Thank you for commenting. Your message has been placed in the moderation queue and will appear shortly.'
- other: Other Blog Posts
- filed_in: Filed in
- created_at_title: Publishing Date
- created_at: Posted on {{when}}
- submit: Send comment
+ show:
+ comments:
+ title: Comments
+ add: Make a Comment
+ other: Other Blog Posts
+ filed_in: Filed in
+ submit: Send comment \ No newline at end of file