aboutsummaryrefslogtreecommitdiffstats
path: root/config/locales/it.yml
diff options
context:
space:
mode:
authorMartin Markech <martin.markech@matho.sk>2012-07-25 01:00:40 +0200
committerMartin Markech <martin.markech@matho.sk>2012-07-25 01:00:40 +0200
commit8385eac7508c69f96535e2a023f7754bea889bfa (patch)
treeea679303ae2e0cae528818c5f1825f8e257280f1 /config/locales/it.yml
parent213f7f20ef83736f2f63cc36b1a2b7a87eba10d6 (diff)
downloadrefinerycms-blog-8385eac7508c69f96535e2a023f7754bea889bfa.tar.gz
refinerycms-blog-8385eac7508c69f96535e2a023f7754bea889bfa.tar.bz2
refinerycms-blog-8385eac7508c69f96535e2a023f7754bea889bfa.zip
Repaired incorrect scope under activerecord models and attributes
Diffstat (limited to 'config/locales/it.yml')
-rw-r--r--config/locales/it.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/config/locales/it.yml b/config/locales/it.yml
index 11fa53a..2a0a959 100644
--- a/config/locales/it.yml
+++ b/config/locales/it.yml
@@ -141,16 +141,16 @@ it:
no_blog_articles_posted: Non sono stati pubblicati articoli nel blog il %{date}. Continuate a seguirci.
activerecord:
models:
- refinery/blog_category: Categoria
- refinery/blog_comment: Commento
- refinery/blog_post: Articolo
+ refinery/blog/category: Categoria
+ refinery/blog/comment: Commento
+ refinery/blog/post: Articolo
attributes:
- refinery/blog_category:
+ refinery/blog/category:
title: Titolo
- refinery/blog_comment:
+ refinery/blog/comment:
name: Nome
email: Email
message: Testo
- refinery/blog_post:
+ refinery/blog/post:
title: Titolo
body: Testo