aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJurriaan Pruis <email@jurriaanpruis.nl>2013-08-06 14:37:04 +0200
committerJurriaan Pruis <email@jurriaanpruis.nl>2013-08-06 14:39:56 +0200
commit0544eb38ea9ac71a6a15605be2d1a9eefac475cf (patch)
tree3d6ad909abf2934fcfbf99656b870d77ac678250 /config
parenta426609aec2871d9f22725034170cb14f9620d7e (diff)
downloadrefinerycms-blog-0544eb38ea9ac71a6a15605be2d1a9eefac475cf.tar.gz
refinerycms-blog-0544eb38ea9ac71a6a15605be2d1a9eefac475cf.tar.bz2
refinerycms-blog-0544eb38ea9ac71a6a15605be2d1a9eefac475cf.zip
Update nl.yml - forgot the activerecord part
Diffstat (limited to 'config')
-rw-r--r--config/locales/nl.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/config/locales/nl.yml b/config/locales/nl.yml
index 8f7aa6a..e785395 100644
--- a/config/locales/nl.yml
+++ b/config/locales/nl.yml
@@ -130,3 +130,19 @@ nl:
archive:
blog_archive_for: 'Blog archief voor %{date}'
no_blog_articles_posted: 'Er zijn geen blogposts voor %{date}. Neem regelmatig een kijkje.'
+ activerecord:
+ models:
+ refinery/blog/category: Categorie
+ refinery/blog/comment: Reactie
+ refinery/blog/post: Blogpost
+ attributes:
+ refinery/blog/category:
+ title: Titel
+ refinery/blog/comment:
+ name: Naam
+ email: E-mail
+ message: Bericht
+ refinery/blog/post:
+ title: Titel
+ body: Body
+ teaser: Teaser