aboutsummaryrefslogtreecommitdiffstats
path: root/config
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
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')
-rw-r--r--config/locales/bg.yml12
-rw-r--r--config/locales/en.yml12
-rw-r--r--config/locales/fr.yml12
-rw-r--r--config/locales/it.yml12
-rw-r--r--config/locales/ja.yml12
-rw-r--r--config/locales/pl.yml2
-rw-r--r--config/locales/pt-BR.yml4
-rw-r--r--config/locales/sk.yml12
-rw-r--r--config/locales/sv.yml12
9 files changed, 45 insertions, 45 deletions
diff --git a/config/locales/bg.yml b/config/locales/bg.yml
index 400aa8a..08735fa 100644
--- a/config/locales/bg.yml
+++ b/config/locales/bg.yml
@@ -142,17 +142,17 @@ bg:
no_blog_articles_posted: 'Все още няма публикувани статии за %{date}. Очаквайте скоро.'
activerecord:
models:
- refinery/blog_category: Категория
- refinery/blog_comment: Коментар
- refinery/blog_post: Публикация
+ refinery/blog/category: Категория
+ refinery/blog/comment: Коментар
+ refinery/blog/post: Публикация
attributes:
- refinery/blog_category:
+ refinery/blog/category:
title: Заглавие
- refinery/blog_comment:
+ refinery/blog/comment:
name: Име
email: Е-поща
message: Съобщение
- refinery/blog_post:
+ refinery/blog/post:
title: Заглавие
body: Съдържание
teaser: Извадка
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 1d40e6d..d21c8e2 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -151,17 +151,17 @@ en:
no_blog_articles_posted: 'There are no blog articles posted for %{date}. Stay tuned.'
activerecord:
models:
- refinery/blog_category: Category
- refinery/blog_comment: Comment
- refinery/blog_post: Blog post
+ refinery/blog/category: Category
+ refinery/blog/comment: Comment
+ refinery/blog/post: Blog post
attributes:
- refinery/blog_category:
+ refinery/blog/category:
title: Title
- refinery/blog_comment:
+ refinery/blog/comment:
name: Name
email: Email
message: Message
- refinery/blog_post:
+ refinery/blog/post:
title: Title
body: Body
teaser: Teaser
diff --git a/config/locales/fr.yml b/config/locales/fr.yml
index 661dd9f..2acd63e 100644
--- a/config/locales/fr.yml
+++ b/config/locales/fr.yml
@@ -139,16 +139,16 @@ fr:
no_blog_articles_posted: "Il n'y a aucun article pour la date du %{date}. Restez en alerte."
activerecord:
models:
- refinery/blog_category: Categorie
- refinery/blog_comment: Commentaire
- refinery/blog_post: Article
+ refinery/blog/category: Categorie
+ refinery/blog/comment: Commentaire
+ refinery/blog/post: Article
attributes:
- refinery/blog_category:
+ refinery/blog/category:
title: Titre
- refinery/blog_comment:
+ refinery/blog/comment:
name: Nom
email: Email
message: Message
- refinery/blog_post:
+ refinery/blog/post:
title: Titre
body: Corps
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
diff --git a/config/locales/ja.yml b/config/locales/ja.yml
index 1ffd25f..3672c7d 100644
--- a/config/locales/ja.yml
+++ b/config/locales/ja.yml
@@ -142,17 +142,17 @@ ja:
no_blog_articles_posted: '%{date}付のブログ記事が投稿されてません。'
activerecord:
models:
- refinery/blog_category: カテゴリ
- refinery/blog_comment: コメント
- refinery/blog_post: 投稿
+ refinery/blog/category: カテゴリ
+ refinery/blog/comment: コメント
+ refinery/blog/post: 投稿
attributes:
- refinery/blog_category:
+ refinery/blog/category:
title: 題名
- refinery/blog_comment:
+ refinery/blog/comment:
name: 名前
email: メール
message: メッセージ
- refinery/blog_post:
+ refinery/blog/post:
title: 題名
body: 本文
teaser: 短紹介文
diff --git a/config/locales/pl.yml b/config/locales/pl.yml
index ade7e83..61b7399 100644
--- a/config/locales/pl.yml
+++ b/config/locales/pl.yml
@@ -128,7 +128,7 @@ pl:
no_blog_articles_posted: 'Brak wpisów dla daty %{date}.'
activerecord:
attributes:
- refinery/blog_comment:
+ refinery/blog/comment:
name: "Imię"
email: "Email"
message: "Treść"
diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml
index f5fe701..97c11bf 100644
--- a/config/locales/pt-BR.yml
+++ b/config/locales/pt-BR.yml
@@ -130,9 +130,9 @@ pt-BR:
filed_in: Arquivado em
activerecord:
attributes:
- refinery/blog_post:
+ refinery/blog/post:
title: Título
body: Corpo
- refinery/blog_comment:
+ refinery/blog/comment:
name: Nome
message: Mensagem
diff --git a/config/locales/sk.yml b/config/locales/sk.yml
index 12fb446..db0b99e 100644
--- a/config/locales/sk.yml
+++ b/config/locales/sk.yml
@@ -152,17 +152,17 @@ sk:
no_blog_articles_posted: 'Nie sú žiadne články publikované %{date}. Zostaňte naladení.'
activerecord:
models:
- refinery/blog_category: Kategória
- refinery/blog_comment: Komentár
- refinery/blog_post: Blog článok
+ refinery/blog/category: Kategória
+ refinery/blog/comment: Komentár
+ refinery/blog/post: Blog článok
attributes:
- refinery/blog_category:
+ refinery/blog/category:
title: Názov
- refinery/blog_comment:
+ refinery/blog/comment:
name: Meno
email: E-mail
message: Správa
- refinery/blog_post:
+ refinery/blog/post:
title: Názov
body: Text
teaser: Teaser
diff --git a/config/locales/sv.yml b/config/locales/sv.yml
index 24f1bac..0950b20 100644
--- a/config/locales/sv.yml
+++ b/config/locales/sv.yml
@@ -151,17 +151,17 @@ sv:
no_blog_articles_posted: 'Det finns inga artiklar för %{date}.'
activerecord:
models:
- refinery/blog_category: Kategori
- refinery/blog_comment: Kommentarer
- refinery/blog_post: Bloggposter
+ refinery/blog/category: Kategori
+ refinery/blog/comment: Kommentarer
+ refinery/blog/post: Bloggposter
attributes:
- refinery/blog_category:
+ refinery/blog/category:
title: Titel
- refinery/blog_comment:
+ refinery/blog/comment:
name: Namn
email: E-post
message: Meddelande
- refinery/blog_post:
+ refinery/blog/post:
title: Titel
body: Innehåll
teaser: Teaser