aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Arndt <p@arndt.io>2013-07-15 05:05:19 +1200
committerPhilip Arndt <p@arndt.io>2013-07-15 05:05:19 +1200
commit7b23a4c4c8f560262a70464e86923384202b8b53 (patch)
tree2a2907816386dcda621dad07351e3eee4938d201
parentb9ab06148f249b7968428700d9e4490c478cbd54 (diff)
downloadrefinerycms-blog-7b23a4c4c8f560262a70464e86923384202b8b53.tar.gz
refinerycms-blog-7b23a4c4c8f560262a70464e86923384202b8b53.tar.bz2
refinerycms-blog-7b23a4c4c8f560262a70464e86923384202b8b53.zip
Fix longstanding typo filed_in -> filled_in
-rw-r--r--app/assets/stylesheets/refinery/blog/frontend.css.scss2
-rw-r--r--app/views/refinery/blog/posts/_post.html.erb4
-rw-r--r--app/views/refinery/blog/shared/_post.html.erb4
-rw-r--r--config/locales/bg.yml4
-rw-r--r--config/locales/cs.yml12
-rw-r--r--config/locales/de.yml4
-rw-r--r--config/locales/en.yml4
-rw-r--r--config/locales/es.yml4
-rw-r--r--config/locales/fr.yml4
-rw-r--r--config/locales/it.yml4
-rw-r--r--config/locales/ja.yml4
-rw-r--r--config/locales/nl.yml6
-rw-r--r--config/locales/pl.yml6
-rw-r--r--config/locales/pt-BR.yml4
-rw-r--r--config/locales/ru.yml6
-rw-r--r--config/locales/sk.yml4
-rw-r--r--config/locales/sv.yml4
-rw-r--r--config/locales/zh-CN.yml4
18 files changed, 42 insertions, 42 deletions
diff --git a/app/assets/stylesheets/refinery/blog/frontend.css.scss b/app/assets/stylesheets/refinery/blog/frontend.css.scss
index 65cecd0..f007305 100644
--- a/app/assets/stylesheets/refinery/blog/frontend.css.scss
+++ b/app/assets/stylesheets/refinery/blog/frontend.css.scss
@@ -3,7 +3,7 @@
}
.blog_post .posted_at{
}
-.post_categories .filed_in {
+.post_categories .filled_in {
display: inline;
}
.post_categories ul {
diff --git a/app/views/refinery/blog/posts/_post.html.erb b/app/views/refinery/blog/posts/_post.html.erb
index 9811dd2..057fbe7 100644
--- a/app/views/refinery/blog/posts/_post.html.erb
+++ b/app/views/refinery/blog/posts/_post.html.erb
@@ -18,8 +18,8 @@
</div>
<% end %>
<% if (categories = @post.categories).any? %>
- <aside class='filed_in'>
- <%= t('filed_in', :scope => 'refinery.blog.posts.show') %>
+ <aside class='filled_in'>
+ <%= t('filled_in', :scope => 'refinery.blog.posts.show') %>
<% categories.each_with_index do |category, index| %>
<%= link_to category.title, refinery.blog_category_path(category) -%><%= ',' if index < ((categories.length) - 1) %>
<% end %>
diff --git a/app/views/refinery/blog/shared/_post.html.erb b/app/views/refinery/blog/shared/_post.html.erb
index 532d48f..5bf9c3c 100644
--- a/app/views/refinery/blog/shared/_post.html.erb
+++ b/app/views/refinery/blog/shared/_post.html.erb
@@ -8,8 +8,8 @@
</time>
<%= "#{t('by', :scope => 'refinery.blog.posts.show')} #{post.author.username}" if post.author.present? %>.
<% if (categories = post.categories.translated).any? %>
- <aside class='filed_in'>
- <%= t('filed_in', :scope => 'refinery.blog.posts.show') %>
+ <aside class='filled_in'>
+ <%= t('filled_in', :scope => 'refinery.blog.posts.show') %>
<%=raw categories.collect { |category| link_to category.title, refinery.blog_category_path(category) }.to_sentence %>
</aside>
<% end %>
diff --git a/config/locales/bg.yml b/config/locales/bg.yml
index 502ec54..5942849 100644
--- a/config/locales/bg.yml
+++ b/config/locales/bg.yml
@@ -110,7 +110,7 @@ bg:
no_posts: Тук все още няма публикации.
posts:
post:
- filed_in: Категория
+ filled_in: Категория
comment: коментар
comments:
by: 'Публикувано от %{who}'
@@ -125,7 +125,7 @@ bg:
title: Коментари
add: Вашият коментар
other: Други публикации
- filed_in: Категория
+ filled_in: Категория
tagged: Отбелязано с
submit: Изпращане на коментар
name: Име
diff --git a/config/locales/cs.yml b/config/locales/cs.yml
index 58e7a31..bd563bd 100644
--- a/config/locales/cs.yml
+++ b/config/locales/cs.yml
@@ -17,7 +17,7 @@ cs:
view_live_html: 'Zobrazit živý náhled <br/><em>(otevře nové okno)</em>'
read: Zobrazit komentář
reject: Zamítnout komentář
- approve: Schválit
+ approve: Schválit
rejected: 'Komentář od "%{author}" byl zamítnut.'
index:
no_items_yet: 'Nejsou zde žádné %{type} komentáře.'
@@ -28,14 +28,14 @@ cs:
date: Datum
message: Komentář
details: Detaily
- age: Věk
+ age: Věk
actions: Akce
back: Zpět na seznam komentářů
reject: Zamítnout komentář
approve: Schváliť komentář
posts:
form:
- toggle_advanced_options: Klikni pro přístup k nastavením meta tagů a menu
+ toggle_advanced_options: Klikni pro přístup k nastavením meta tagů a menu
published_at: Datum publikování
index:
no_items_yet: 'Nejsou žádné články na blogu. Klikni na "%{create}" pro přidání prvního.'
@@ -92,7 +92,7 @@ cs:
title: RSS zdroj článků
subscribe: Přihlásit k odběru
posts:
- other: Další články
+ other: Další články
created_at: 'Publikován %{when}'
read_more: Celý článek
comments:
@@ -104,7 +104,7 @@ cs:
no_posts: Nejsou zde žádné články.
posts:
post:
- filed_in: Podaný
+ filled_in: Podaný
comment: komentář
comments:
by: 'Odeslal %{who}'
@@ -119,7 +119,7 @@ cs:
title: Komentáře
add: Přidat komentář
other: Další články
- filed_in: Podaný
+ filled_in: Podaný
submit: Odeslat komentář
archive:
blog_archive_for: 'Blog archiv pro %{date}'
diff --git a/config/locales/de.yml b/config/locales/de.yml
index 357f3a5..43bf747 100644
--- a/config/locales/de.yml
+++ b/config/locales/de.yml
@@ -118,7 +118,7 @@ de:
no_posts: Es sind noch keine Artikel vorhanden.
posts:
post:
- filed_in: Gespeichert unter
+ filled_in: Gespeichert unter
comment: Kommentar
comments:
by: 'Verfasst von %{who}'
@@ -133,7 +133,7 @@ de:
title: Kommentare
add: Neuen Kommentar hinzufügen
other: Andere Artikel
- filed_in: Gespeichert unter
+ filled_in: Gespeichert unter
tagged: Tagged
submit: Kommentar senden
name: Name
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 471b3e4..cc6751f 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -122,7 +122,7 @@ en:
no_posts: There are no posts here yet.
posts:
post:
- filed_in: Filed in
+ filled_in: Filed in
comment: comment
comments:
by: 'Posted by %{who}'
@@ -137,7 +137,7 @@ en:
title: Comments
add: Make a Comment
other: Latest Blog Posts
- filed_in: Filed in
+ filled_in: Filed in
tagged: Tagged
submit: Send comment
name: Name
diff --git a/config/locales/es.yml b/config/locales/es.yml
index 836eaea..2710dd8 100644
--- a/config/locales/es.yml
+++ b/config/locales/es.yml
@@ -104,7 +104,7 @@ es:
no_posts: Todavía no hay entradas.
posts:
post:
- filed_in: Archivado en
+ filled_in: Archivado en
comment: comentario
comments:
by: 'Enviado por %{who}'
@@ -119,7 +119,7 @@ es:
title: Comentarios
add: 'Envía tu comentario'
other: Otros posts
- filed_in: Archivado en
+ filled_in: Archivado en
submit: Enviar comentario
archive:
blog_archive_for: 'Archivo del blog en %{date}'
diff --git a/config/locales/fr.yml b/config/locales/fr.yml
index 111bb6d..82025f2 100644
--- a/config/locales/fr.yml
+++ b/config/locales/fr.yml
@@ -123,7 +123,7 @@ fr:
no_posts: 'Il n''y a aucun article pour cette catégorie.'
posts:
post:
- filed_in: Classé dans
+ filled_in: Classé dans
comment: commentaire
comments:
by: 'Écrit par %{who}'
@@ -138,7 +138,7 @@ fr:
title: Commentaires
add: Ajouter un commentaire
other: Autres articles
- filed_in: Classé dans
+ filled_in: Classé dans
tagged: Taggé
submit: Envoyer le commentaire
name: Nom
diff --git a/config/locales/it.yml b/config/locales/it.yml
index 043f7ac..a71db2e 100644
--- a/config/locales/it.yml
+++ b/config/locales/it.yml
@@ -110,7 +110,7 @@ it:
no_posts: Non sono ancora presenti articoli.
posts:
post:
- filed_in: Archiviato in
+ filled_in: Archiviato in
comment: commento
comments:
by: 'Pubblicato da %{who}'
@@ -124,7 +124,7 @@ it:
title: Commenti
add: Scrivi un Commento
other: Altri Articoli
- filed_in: Archiviato in
+ filled_in: Archiviato in
submit: Invia commento
tagged: Taggato
name: Nome
diff --git a/config/locales/ja.yml b/config/locales/ja.yml
index 3971697..2e05214 100644
--- a/config/locales/ja.yml
+++ b/config/locales/ja.yml
@@ -122,7 +122,7 @@ ja:
no_posts: 投稿がありません。
posts:
post:
- filed_in: に分類されている
+ filled_in: に分類されている
comment: コメント
comments:
by: '%{who}より'
@@ -137,7 +137,7 @@ ja:
title: コメント
add: コメントを投稿
other: 他のブログ投稿
- filed_in: に分類されている
+ filled_in: に分類されている
tagged: とのタグが付いている
submit: コメントを送信
name: 名前
diff --git a/config/locales/nl.yml b/config/locales/nl.yml
index aa22e3c..39e1489 100644
--- a/config/locales/nl.yml
+++ b/config/locales/nl.yml
@@ -36,7 +36,7 @@ nl:
posts:
form:
toggle_advanced_options: Klik voor toegang tot meta tag instellingen en menu opties
- published_at: Publicatiedatum
+ published_at: Publicatiedatum
index:
no_items_yet: 'Er zijn momenteel geen blogposts. Klik op "%{create}" om uw eerste blogpost toe te voegen.'
uncategorized:
@@ -107,7 +107,7 @@ nl:
no_posts: Er zijn momenteel geen posts.
posts:
post:
- filed_in: Toegevoegd aan
+ filled_in: Toegevoegd aan
comment: Reactie
comments:
by: 'Gepost door %{who}'
@@ -122,7 +122,7 @@ nl:
title: Reacties
add: Plaats een reactie
other: Andere blogposts
- filed_in: Toegevoegd aan
+ filled_in: Toegevoegd aan
tagged: Tagged
submit: Verstuur reactie
tagged:
diff --git a/config/locales/pl.yml b/config/locales/pl.yml
index 7a79eef..e21fbb4 100644
--- a/config/locales/pl.yml
+++ b/config/locales/pl.yml
@@ -104,7 +104,7 @@ pl:
no_posts: Nie ma jeszcze żadnych postów.
posts:
post:
- filed_in: 'kategorie:'
+ filled_in: 'kategorie:'
comment: komentarz
comments:
by: 'Autor: %{who}'
@@ -114,12 +114,12 @@ pl:
index:
no_blog_articles_yet: W tej chwili nie ma jeszcze żadnych postów. Cierpliwości:)
show:
- blog_home: Blog
+ blog_home: Blog
comments:
title: Komentarze
add: Dodaj komentarz
other: Pozostałe wpisy
- filed_in: 'kategorie:'
+ filled_in: 'kategorie:'
submit: Dodaj komentarz
archive:
blog_archive_for: 'Archiwum dla %{date}'
diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml
index 7c55143..7a7de3f 100644
--- a/config/locales/pt-BR.yml
+++ b/config/locales/pt-BR.yml
@@ -122,7 +122,7 @@ pt-BR:
no_posts: Não há posts aqui ainda.
posts:
post:
- filed_in: Arquivado em
+ filled_in: Arquivado em
comment: commentário
comments:
by: 'Postado por %{who}'
@@ -137,7 +137,7 @@ pt-BR:
title: Comentários
add: Fazer um comentário
other: Outros posts
- filed_in: Arquivado em
+ filled_in: Arquivado em
tagged: Marcado
submit: Enviar comentário
name: Nome
diff --git a/config/locales/ru.yml b/config/locales/ru.yml
index 8066c5f..06de4a8 100644
--- a/config/locales/ru.yml
+++ b/config/locales/ru.yml
@@ -116,7 +116,7 @@ ru:
no_posts: Записей пока нет.
posts:
post:
- filed_in: Категория
+ filled_in: Категория
comment: комментарий
comments:
by: 'Опубликовал %{who}'
@@ -131,7 +131,7 @@ ru:
title: Комментарии
add: Написать комментарий
other: Другие записи
- filed_in: Категория
+ filled_in: Категория
submit: Отправить комментарий
tagged: Тэги
submit: Отправить коментарий
@@ -147,7 +147,7 @@ ru:
models:
refinery/blog_category: Категория
refinery/blog_comment: Коментарии
- refinery/blog_post: Запись в блоге
+ refinery/blog_post: Запись в блоге
attributes:
refinery/blog_category:
title: Название
diff --git a/config/locales/sk.yml b/config/locales/sk.yml
index 563adc6..7c4bae6 100644
--- a/config/locales/sk.yml
+++ b/config/locales/sk.yml
@@ -120,7 +120,7 @@ sk:
no_posts: Momentálne tu nie sú žiadne články.
posts:
post:
- filed_in: Zaradené do
+ filled_in: Zaradené do
comment: komentár
comments:
by: 'Odoslal %{who}'
@@ -135,7 +135,7 @@ sk:
title: Komentáre
add: Pridať komentár
other: Ďalšie články
- filed_in: Zaradené do
+ filled_in: Zaradené do
submit: Odoslať komentár
name: Meno
email: E-mail
diff --git a/config/locales/sv.yml b/config/locales/sv.yml
index 438e998..e118ad6 100644
--- a/config/locales/sv.yml
+++ b/config/locales/sv.yml
@@ -118,7 +118,7 @@ sv:
no_posts: Det finns inga poster än.
posts:
post:
- filed_in: Kategoriserat som
+ filled_in: Kategoriserat som
comment: kommentar
comments:
by: 'Postad av %{who}'
@@ -133,7 +133,7 @@ sv:
title: Kommentarer
add: Kommentera
other: Andra bloggposter
- filed_in: Kategoriserat i
+ filled_in: Kategoriserat i
tagged: Taggar
submit: Skicka kommentar
name: Namn
diff --git a/config/locales/zh-CN.yml b/config/locales/zh-CN.yml
index b0f0ba1..63d6f34 100644
--- a/config/locales/zh-CN.yml
+++ b/config/locales/zh-CN.yml
@@ -104,7 +104,7 @@ zh-CN:
no_posts: 此处没有文章。
posts:
post:
- filed_in: 用户体验
+ filled_in: 用户体验
comment: 评论
comments:
by: '发布由 %{who}'
@@ -119,7 +119,7 @@ zh-CN:
title: 评论
add: 发表评论
other: 其他博文
- filed_in: 用户体验
+ filled_in: 用户体验
submit: 发送评论
archive:
blog_archive_for: '博客存档 %{date}'