aboutsummaryrefslogtreecommitdiffstats
path: root/config/locales/en.yml
diff options
context:
space:
mode:
authorPhilip Arndt <parndt@gmail.com>2011-05-31 14:27:33 +1200
committerPhilip Arndt <parndt@gmail.com>2011-05-31 14:27:33 +1200
commit4f45963b9e2c3477ace8a48f5097fa50e9cdffa6 (patch)
tree1a59d022f0487e5e50880620476f06dece1ae831 /config/locales/en.yml
parent8fc9af832c101078b49fdfa6cdbb9d8187fb8668 (diff)
parentd5f35854baf0c8fc17d0cb165d342555c2b33d22 (diff)
downloadrefinerycms-blog-4f45963b9e2c3477ace8a48f5097fa50e9cdffa6.tar.gz
refinerycms-blog-4f45963b9e2c3477ace8a48f5097fa50e9cdffa6.tar.bz2
refinerycms-blog-4f45963b9e2c3477ace8a48f5097fa50e9cdffa6.zip
Merged remote branch 'Dougui/add_translation'
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r--config/locales/en.yml22
1 files changed, 21 insertions, 1 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
index f5b5461..eb886a9 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -126,8 +126,28 @@ en:
filed_in: Filed in
tagged: Tagged
submit: Send comment
+ name: Name
+ email: Email
+ message: Message
+ by: by
tagged:
no_blog_articles_yet: There are no blog articles posted yet. Stay tuned.
+ posts_tagged: Posts tagged
archive:
blog_archive_for: 'Blog Archive for %{date}'
- no_blog_articles_posted: 'There are no blog articles posted for %{date}. Stay tuned.'
+ no_blog_articles_posted: 'There are no blog articles posted for %{date}. Stay tuned.'
+ activerecord:
+ models:
+ blog_category: Category
+ blog_comment: Comment
+ blog_post: Blog post
+ attributes:
+ blog_category:
+ title: Title
+ blog_comment:
+ name: Name
+ email: Email
+ message: Message
+ blog_post:
+ title: Title
+ body: Body \ No newline at end of file