refinerycms-blog 1.6.2 → 1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Gemfile +7 -0
- data/Gemfile.lock +293 -0
- data/app/controllers/admin/blog/categories_controller.rb +8 -4
- data/app/controllers/admin/blog/comments_controller.rb +34 -30
- data/app/controllers/admin/blog/posts_controller.rb +81 -70
- data/app/controllers/admin/blog/settings_controller.rb +46 -32
- data/app/controllers/blog/categories_controller.rb +11 -9
- data/app/controllers/blog/posts_controller.rb +84 -76
- data/app/helpers/blog_posts_helper.rb +8 -4
- data/app/mailers/blog/comment_mailer.rb +11 -9
- data/app/models/blog_category.rb +1 -1
- data/app/models/blog_post.rb +15 -4
- data/app/views/admin/blog/_submenu.html.erb +4 -0
- data/app/views/admin/blog/categories/_category.html.erb +1 -1
- data/app/views/admin/blog/categories/_form.html.erb +1 -1
- data/app/views/admin/blog/categories/index.html.erb +3 -3
- data/app/views/admin/blog/comments/index.html.erb +3 -3
- data/app/views/admin/blog/posts/_form.css.erb +7 -2
- data/app/views/admin/blog/posts/_form.html.erb +5 -5
- data/app/views/admin/blog/posts/_post.html.erb +5 -2
- data/app/views/admin/blog/posts/_teaser_part.html.erb +2 -2
- data/app/views/admin/blog/posts/index.html.erb +3 -3
- data/app/views/admin/blog/posts/uncategorized.html.erb +3 -3
- data/app/views/blog/comment_mailer/notification.html.erb +11 -11
- data/app/views/blog/posts/_comment.html.erb +2 -2
- data/app/views/blog/posts/_nav.html.erb +1 -1
- data/app/views/blog/posts/_post.html.erb +4 -3
- data/app/views/blog/posts/show.html.erb +1 -1
- data/app/views/blog/shared/_post.html.erb +11 -6
- data/changelog.md +17 -4
- data/config/locales/bg.yml +158 -0
- data/config/locales/en.yml +3 -1
- data/config/locales/es.yml +31 -0
- data/config/locales/it.yml +68 -17
- data/config/locales/ja.yml +159 -0
- data/config/locales/nl.yml +1 -0
- data/config/locales/sk.yml +8 -8
- data/config/routes.rb +3 -2
- data/db/migrate/8_add_primary_key_to_categorizations.rb +12 -0
- data/lib/refinery/blog/version.rb +3 -3
- data/lib/refinerycms-blog.rb +6 -16
- data/public/stylesheets/ui-lightness/jquery-ui-1.8.13.custom.css +1 -8
- data/readme.md +3 -2
- data/refinerycms-blog.gemspec +8 -2
- data/spec/models/blog_post_spec.rb +25 -1
- data/todo.md +5 -0
- metadata +62 -96
data/config/locales/en.yml
CHANGED
@@ -79,6 +79,7 @@ en:
|
|
79
79
|
moderation: Moderation
|
80
80
|
update_notified: Update who gets notified
|
81
81
|
comments: Comments
|
82
|
+
teasers: Teasers
|
82
83
|
blog:
|
83
84
|
comment_mailer:
|
84
85
|
notification:
|
@@ -90,7 +91,7 @@ en:
|
|
90
91
|
email: Email
|
91
92
|
message: Message
|
92
93
|
closing_line: Kind Regards
|
93
|
-
ps: 'P.S. All your comments are stored in the "Blog" section of Refinery under the "Comments" submenu should you ever want to view it later
|
94
|
+
ps: 'P.S. All your comments are stored in the "Blog" section of Refinery under the "Comments" submenu should you ever want to view it there later.'
|
94
95
|
shared:
|
95
96
|
categories:
|
96
97
|
title: Categories
|
@@ -155,3 +156,4 @@ en:
|
|
155
156
|
blog_post:
|
156
157
|
title: Title
|
157
158
|
body: Body
|
159
|
+
teaser: Teaser
|
data/config/locales/es.yml
CHANGED
@@ -38,6 +38,10 @@ es:
|
|
38
38
|
toggle_advanced_options: Click para acceder a las opciones de menú y etiquetas
|
39
39
|
save_as_draft: Guardar Borrador
|
40
40
|
published_at: Fecha de publicación
|
41
|
+
custom_url: Url personalizada
|
42
|
+
custom_url_help: Generar la url de la entrada en el blog de este texto en lugar del título.
|
43
|
+
copy_body: Copia el cuerpo de la publicación a teaser.
|
44
|
+
copy_body_help: Copia el cuerpo de la publicación a teaser. Deja teaser en blanco para que Refinery automaticamente genere el teaser.
|
41
45
|
index:
|
42
46
|
no_items_yet: 'Aún no hay entradas en el Blog. Haz click en "%{create}" para añadir el primero'
|
43
47
|
uncategorized:
|
@@ -75,6 +79,7 @@ es:
|
|
75
79
|
moderation: Moderación
|
76
80
|
update_notified: '¿Quién recibe las notificaciones?'
|
77
81
|
comments: Comentarios
|
82
|
+
teasers: Teasers
|
78
83
|
blog:
|
79
84
|
comment_mailer:
|
80
85
|
notification:
|
@@ -101,6 +106,8 @@ es:
|
|
101
106
|
singular: comentario
|
102
107
|
none: no hay comentarios
|
103
108
|
archives: Archivos
|
109
|
+
tags:
|
110
|
+
title: "Etiquetas"
|
104
111
|
categories:
|
105
112
|
show:
|
106
113
|
no_posts: Todavía no hay entradas.
|
@@ -123,6 +130,30 @@ es:
|
|
123
130
|
other: Otros posts
|
124
131
|
filed_in: Archivado en
|
125
132
|
submit: Enviar comentario
|
133
|
+
tagged: Etiquetado en
|
134
|
+
name: Nombre
|
135
|
+
email: Email
|
136
|
+
message: Mensaje
|
137
|
+
by: por
|
138
|
+
tagged:
|
139
|
+
no_blog_articles_yet: Todavía no hay artículos. ¡Pero vuelve pronto!.
|
140
|
+
posts_tagged: Publicaciones etiquetadas
|
126
141
|
archive:
|
127
142
|
blog_archive_for: 'Archivo del blog en %{date}'
|
128
143
|
no_blog_articles_posted: 'No hay entradas publicadas en %{date}.'
|
144
|
+
activerecord:
|
145
|
+
models:
|
146
|
+
blog_category: Categoría
|
147
|
+
blog_comment: Comentario
|
148
|
+
blog_post: Publicación
|
149
|
+
attributes:
|
150
|
+
blog_category:
|
151
|
+
title: Título
|
152
|
+
blog_comment:
|
153
|
+
name: Nombre
|
154
|
+
email: Email
|
155
|
+
message: Mensaje
|
156
|
+
blog_post:
|
157
|
+
title: Título
|
158
|
+
body: Cuerpo
|
159
|
+
teaser: Teaser
|
data/config/locales/it.yml
CHANGED
@@ -13,7 +13,7 @@ it:
|
|
13
13
|
comments:
|
14
14
|
approved: 'Il commento di "%{author}" è stato approvato.'
|
15
15
|
comment:
|
16
|
-
|
16
|
+
view_live_html: 'Visualizza questo commento <em> <br/> live (si apre in una nuova finestra) </em>'
|
17
17
|
read: Leggi questo commento
|
18
18
|
reject: Rifiuta questo commento
|
19
19
|
approve: Approva questo commento
|
@@ -22,7 +22,7 @@ it:
|
|
22
22
|
no_items_yet: 'Non ci sono %{type} commenti.'
|
23
23
|
show:
|
24
24
|
comment: Commento
|
25
|
-
blog_post:
|
25
|
+
blog_post: Articolo
|
26
26
|
from: Pubblicato da
|
27
27
|
date: Pubblicato il
|
28
28
|
message: Commento
|
@@ -38,16 +38,22 @@ it:
|
|
38
38
|
toggle_advanced_options: Clicca per accedere alle impostationi dei meta tag e del menu
|
39
39
|
save_as_draft: Salva come Bozza
|
40
40
|
published_at: Data di Pubblicazione
|
41
|
+
custom_url: Url personalizzato
|
42
|
+
custom_url_help: Puoi scegliere un url specifico per questo articolo. Lasciando questo campo vuoto verrà utilizzato il titolo.
|
43
|
+
copy_body: Copia il testo dell'articolo nel teaser
|
44
|
+
copy_body_help: Lascia il teaser bianco per creare il teaser automaticamente.
|
41
45
|
index:
|
42
|
-
no_items_yet: 'Non ci sono ancora
|
46
|
+
no_items_yet: 'Non ci sono ancora articoli in questo Blog. Clicca su "%{create}" per aggiungerne uno.'
|
47
|
+
uncategorized:
|
48
|
+
no_items_yet: 'Non ci sono articoli senza categoria.'
|
43
49
|
post:
|
44
|
-
|
45
|
-
edit: Modifica questo
|
46
|
-
delete: Rimuovi questo
|
50
|
+
view_live_html: 'Visualizza questo articolo sul sito <br/><em>(si aprirà in una nuova finestra)</em>'
|
51
|
+
edit: Modifica questo articolo
|
52
|
+
delete: Rimuovi questo articolo per sempre
|
47
53
|
settings:
|
48
54
|
notification_recipients:
|
49
55
|
value: Inviare notifiche a
|
50
|
-
explanation: "Ogni volta che qualcuno commenta un
|
56
|
+
explanation: "Ogni volta che qualcuno commenta un articolo, Refinery invia una mail per avvisare che c'è un nuovo comemnto"
|
51
57
|
hint: 'Quando viene aggiunto un nuovo commento Refinery ti invierà una email di notifica.'
|
52
58
|
example: "Inserisci il tuo indirizzo email. È possibile insierire più indirizzi separati dalla virgola. Es: jack@work.com, jill@office.com"
|
53
59
|
updated: 'I destinatari delle notifiche sono stati impostati "%{recipients}"'
|
@@ -55,7 +61,7 @@ it:
|
|
55
61
|
categories:
|
56
62
|
title: Categorie
|
57
63
|
manage: Gestione categorie
|
58
|
-
new: Crea nuova categoria
|
64
|
+
new: Crea una nuova categoria
|
59
65
|
comments:
|
60
66
|
title: Commenti
|
61
67
|
title_with_count: 'Commenti (%{new_count} nuovi)'
|
@@ -64,42 +70,87 @@ it:
|
|
64
70
|
approved: Approvato
|
65
71
|
rejected: Rifiutato
|
66
72
|
posts:
|
67
|
-
title:
|
68
|
-
manage: Gestione
|
69
|
-
new: Crea nuovo
|
73
|
+
title: Articoli
|
74
|
+
manage: Gestione articoli
|
75
|
+
new: Crea un nuovo articolo
|
76
|
+
uncategorized: Articoli senza categoria
|
70
77
|
settings:
|
71
78
|
title: Impostazioni
|
72
79
|
moderation: Moderazione
|
73
|
-
update_notified: Aggiornare
|
80
|
+
update_notified: Aggiornare i destinatari delle notifiche
|
74
81
|
comments: Commenti
|
75
82
|
blog:
|
83
|
+
comment_mailer:
|
84
|
+
notification:
|
85
|
+
greeting: Ciao
|
86
|
+
you_recieved_new_comment: Hai ricevuto un commento sul tuo sito.
|
87
|
+
comment_starts: --- inizio commento ---
|
88
|
+
comment_ends: --- fine commento ---
|
89
|
+
from: Da
|
90
|
+
email: Email
|
91
|
+
message: Testo
|
92
|
+
closing_line: Saluti
|
93
|
+
ps: 'P.S. Tutti i commenti sono memorizzati nella sezione "Blog di Refinery sotto la voce "Commenti" se mai volessi visualizzarli lì.'
|
76
94
|
shared:
|
77
95
|
categories:
|
78
96
|
title: Categorie
|
79
97
|
rss_feed:
|
80
98
|
title: RSS Feed
|
99
|
+
subscribe: Iscriviti
|
81
100
|
posts:
|
82
|
-
other: Altri
|
101
|
+
other: Altri Articoli
|
83
102
|
created_at: 'Pubblicato il %{when}'
|
84
|
-
read_more:
|
103
|
+
read_more: Continua a leggere
|
85
104
|
comments:
|
86
105
|
singular: commento
|
87
106
|
plural: commenti
|
88
107
|
none: nessun commento
|
108
|
+
tags:
|
109
|
+
title: "Tags"
|
89
110
|
categories:
|
90
111
|
show:
|
91
|
-
no_posts:
|
112
|
+
no_posts: Non sono ancora presenti articoli.
|
92
113
|
posts:
|
114
|
+
post:
|
115
|
+
filed_in: Archiviato in
|
93
116
|
comment: commento
|
94
117
|
comments:
|
95
118
|
by: 'Pubblicato da %{who}'
|
96
119
|
time_ago: '%{time} fa'
|
97
120
|
thank_you: 'Grazie per aver scritto un commento.'
|
98
121
|
thank_you_moderated: 'Grazie per aver scritto un commento. Il tuo messaggio è stato inserito nella coda di moderazione e sarà visibile a breve.'
|
122
|
+
index:
|
123
|
+
no_blog_articles_yet: Non sono stati ancora pubblicati articoli nel blog. Continuate a seguirci.
|
99
124
|
show:
|
100
125
|
comments:
|
101
126
|
title: Commenti
|
102
127
|
add: Scrivi un Commento
|
103
|
-
other: Altri
|
128
|
+
other: Altri Articoli
|
104
129
|
filed_in: Archiviato in
|
105
|
-
submit: Invia commento
|
130
|
+
submit: Invia commento
|
131
|
+
tagged: Taggato
|
132
|
+
name: Nome
|
133
|
+
email: Email
|
134
|
+
message: Articolo
|
135
|
+
by: da
|
136
|
+
tagged:
|
137
|
+
no_blog_articles_yet: Non sono stati ancora pubblicati articoli nel blog. Continuate a seguirci.
|
138
|
+
posts_tagged: Articoli taggati
|
139
|
+
archive:
|
140
|
+
blog_archive_for: 'Articoli pubblicati il %{date}'
|
141
|
+
no_blog_articles_posted: Non sono stati pubblicati articoli nel blog il %{date}. Continuate a seguirci.
|
142
|
+
activerecord:
|
143
|
+
models:
|
144
|
+
blog_category: Categoria
|
145
|
+
blog_comment: Commento
|
146
|
+
blog_post: Articolo
|
147
|
+
attributes:
|
148
|
+
blog_category:
|
149
|
+
title: Titolo
|
150
|
+
blog_comment:
|
151
|
+
name: Nome
|
152
|
+
email: Email
|
153
|
+
message: Testo
|
154
|
+
blog_post:
|
155
|
+
title: Titolo
|
156
|
+
body: Testo
|
@@ -0,0 +1,159 @@
|
|
1
|
+
ja:
|
2
|
+
refinery:
|
3
|
+
plugins:
|
4
|
+
refinerycms_blog:
|
5
|
+
title: ブログ
|
6
|
+
admin:
|
7
|
+
blog:
|
8
|
+
categories:
|
9
|
+
category:
|
10
|
+
edit: このカテゴリを編集
|
11
|
+
delete: このカテゴリを削除
|
12
|
+
index:
|
13
|
+
no_items_yet: 'まだカテゴリが一つも登録されていません。「%{create}」をクリックし、カテゴリを作成して下さい。'
|
14
|
+
comments:
|
15
|
+
approved: '「%{author}さん」の投稿が承認されました。'
|
16
|
+
comment:
|
17
|
+
view_live_html: 'このコメントを見る<br/><em>(新規ウインドウに開かれます)</em>'
|
18
|
+
read: このコメントを読む
|
19
|
+
reject: このコメントを却下する
|
20
|
+
approve: このコメントを承認する
|
21
|
+
rejected: '「%{author}」によるコメントが却下されました。'
|
22
|
+
index:
|
23
|
+
no_items_yet: '%{type}に関するコメントがありません。'
|
24
|
+
show:
|
25
|
+
comment: コメント
|
26
|
+
blog_post: 投稿
|
27
|
+
from: 投稿者
|
28
|
+
date: 投稿時刻
|
29
|
+
message: コメント
|
30
|
+
details: 詳細
|
31
|
+
age: 投稿から
|
32
|
+
actions: アクション
|
33
|
+
back: 全てのコメントに戻る
|
34
|
+
reject: このコメントを却下する
|
35
|
+
approve: このコメントを承認する
|
36
|
+
posts:
|
37
|
+
form:
|
38
|
+
advanced_options: 詳細オプション
|
39
|
+
toggle_advanced_options: メタタグの設定メニューをアクセスするにはここをクリックして下さい
|
40
|
+
save_as_draft: 下書きとして保存
|
41
|
+
published_at: 公開時刻
|
42
|
+
custom_url: カスタムURL
|
43
|
+
custom_url_help: 投稿のURLをここのテキストとして登録する。
|
44
|
+
copy_body: 本文を短説明文にコピーする
|
45
|
+
copy_body_help: 短説明文として本文を引用します。短説明文を空にすると自動的に反映されます。
|
46
|
+
index:
|
47
|
+
no_items_yet: '投稿がありません。「%{create}」をクリックし、作成して下さい。'
|
48
|
+
uncategorized:
|
49
|
+
no_items_yet: '未分類の投稿がありませす。'
|
50
|
+
post:
|
51
|
+
view_live_html: 'この投稿を見る。<br/><em>(新規ウィンドウに開かれます)</em>'
|
52
|
+
edit: この投稿を編集する
|
53
|
+
delete: この投稿を削除する
|
54
|
+
settings:
|
55
|
+
notification_recipients:
|
56
|
+
value: 通知の受信者
|
57
|
+
explanation: '投稿にコメントが出される度にRefineryが通知を送れます。'
|
58
|
+
hint: 'コメントが追加されたらメールで通知されます。'
|
59
|
+
example: "複数のメールアドを登録することが出来ます。入力例: jack@work.com, jill@office.com"
|
60
|
+
updated: '通知受信者の「%{recipients}」に通知が送信されました。'
|
61
|
+
submenu:
|
62
|
+
categories:
|
63
|
+
title: カテゴリ
|
64
|
+
manage: 管理
|
65
|
+
new: 新規カテゴリ作成
|
66
|
+
comments:
|
67
|
+
title: コメント
|
68
|
+
title_with_count: 'コメント (新規%{new_count}通)'
|
69
|
+
new: 新規
|
70
|
+
unmoderated: 新規
|
71
|
+
approved: 承認された
|
72
|
+
rejected: 却下された
|
73
|
+
posts:
|
74
|
+
title: 投稿
|
75
|
+
manage: 投稿管理
|
76
|
+
new: 新規投稿
|
77
|
+
uncategorized: 未分類
|
78
|
+
settings:
|
79
|
+
title: 設定
|
80
|
+
moderation: 管理する
|
81
|
+
update_notified: 通知者を変更・更新する
|
82
|
+
comments: コメント
|
83
|
+
blog:
|
84
|
+
comment_mailer:
|
85
|
+
notification:
|
86
|
+
greeting: こんにちわ
|
87
|
+
you_recieved_new_comment: サイトに新規コメントが投稿されました。
|
88
|
+
comment_starts: --- コメント開始 ---
|
89
|
+
comment_ends: --- コメント終了 ---
|
90
|
+
from: 差出人
|
91
|
+
email: メール
|
92
|
+
message: メッセージ
|
93
|
+
closing_line: 以上、
|
94
|
+
ps: '追記: 全てのコメントを見るにはRefineryブログの「コメント」に参照して下さい。'
|
95
|
+
shared:
|
96
|
+
categories:
|
97
|
+
title: カテゴリ
|
98
|
+
rss_feed:
|
99
|
+
title: RSSフィード
|
100
|
+
subscribe: フィードを登録する
|
101
|
+
posts:
|
102
|
+
other: 他の投稿
|
103
|
+
created_at: '%{when}に投稿'
|
104
|
+
read_more: もっと読む
|
105
|
+
comments:
|
106
|
+
singular: コメント
|
107
|
+
none: コメントが未登録
|
108
|
+
archives: アーカイブ
|
109
|
+
tags:
|
110
|
+
title: "タグ"
|
111
|
+
categories:
|
112
|
+
show:
|
113
|
+
no_posts: 投稿がありません。
|
114
|
+
posts:
|
115
|
+
post:
|
116
|
+
filed_in: に分類されている
|
117
|
+
comment: コメント
|
118
|
+
comments:
|
119
|
+
by: '%{who}より'
|
120
|
+
time_ago: '%{time}前に'
|
121
|
+
thank_you: 'コメントをありがとうございます。'
|
122
|
+
thank_you_moderated: 'コメントをありがとうございます。コメントが承認待ちとされています。承認次第公開されます。'
|
123
|
+
index:
|
124
|
+
no_blog_articles_yet: ブログ記事がまだ投稿されてません。
|
125
|
+
show:
|
126
|
+
blog_home: ブログ・ホーム
|
127
|
+
comments:
|
128
|
+
title: コメント
|
129
|
+
add: コメントを投稿
|
130
|
+
other: 他のブログ投稿
|
131
|
+
filed_in: に分類されている
|
132
|
+
tagged: とのタグが付いている
|
133
|
+
submit: コメントを送信
|
134
|
+
name: 名前
|
135
|
+
email: メール
|
136
|
+
message: メッセージ
|
137
|
+
by: '投稿者:'
|
138
|
+
tagged:
|
139
|
+
no_blog_articles_yet: ブログ記事がまだ投稿されてません。
|
140
|
+
posts_tagged: 投稿タグ
|
141
|
+
archive:
|
142
|
+
blog_archive_for: '%{date}搭載のブログ記事'
|
143
|
+
no_blog_articles_posted: '%{date}付のブログ記事が投稿されてません。'
|
144
|
+
activerecord:
|
145
|
+
models:
|
146
|
+
refinery/blog_category: カテゴリ
|
147
|
+
refinery/blog_comment: コメント
|
148
|
+
refinery/blog_post: 投稿
|
149
|
+
attributes:
|
150
|
+
refinery/blog_category:
|
151
|
+
title: 題名
|
152
|
+
refinery/blog_comment:
|
153
|
+
name: 名前
|
154
|
+
email: メール
|
155
|
+
message: メッセージ
|
156
|
+
refinery/blog_post:
|
157
|
+
title: 題名
|
158
|
+
body: 本文
|
159
|
+
teaser: 短紹介文
|
data/config/locales/nl.yml
CHANGED
data/config/locales/sk.yml
CHANGED
@@ -9,7 +9,7 @@ sk:
|
|
9
9
|
edit: Upraviť kategóriu
|
10
10
|
delete: Zmazať kategóriu
|
11
11
|
index:
|
12
|
-
no_items_yet: '
|
12
|
+
no_items_yet: 'Nie sú tu žiadne kategórie. Klikni "%{create}" pre pridanie prvej.'
|
13
13
|
comments:
|
14
14
|
approved: 'Komentár od "%{author}" bol schválený.'
|
15
15
|
comment:
|
@@ -19,7 +19,7 @@ sk:
|
|
19
19
|
approve: Schváliť
|
20
20
|
rejected: 'Komentár od "%{author}" bol zamietnutý.'
|
21
21
|
index:
|
22
|
-
no_items_yet: '
|
22
|
+
no_items_yet: 'Nie sú tu žiadne %{type} komentáre.'
|
23
23
|
show:
|
24
24
|
comment: Komentár
|
25
25
|
blog_post: Blog článok
|
@@ -39,9 +39,9 @@ sk:
|
|
39
39
|
save_as_draft: Uložiť ako koncept
|
40
40
|
published_at: Dátum publikovania
|
41
41
|
index:
|
42
|
-
no_items_yet: '
|
42
|
+
no_items_yet: 'Nie sú žiadne články na blogu. Klikni na "%{create}" pre pridanie prvého.'
|
43
43
|
uncategorized:
|
44
|
-
no_items_yet: '
|
44
|
+
no_items_yet: 'Nie sú žiadne nekategorizované články.'
|
45
45
|
post:
|
46
46
|
view_live_html: 'Zobraziť článok<br/><em>(otvorí ho v novom okne)</em>'
|
47
47
|
edit: Upraviť článok
|
@@ -99,11 +99,11 @@ sk:
|
|
99
99
|
read_more: Celý článok
|
100
100
|
comments:
|
101
101
|
singular: komentár
|
102
|
-
none:
|
102
|
+
none: Nie sú tu žiadne komentáre
|
103
103
|
archives: Archív
|
104
104
|
categories:
|
105
105
|
show:
|
106
|
-
no_posts:
|
106
|
+
no_posts: Nie sú tu žiadne články momentálne.
|
107
107
|
posts:
|
108
108
|
post:
|
109
109
|
filed_in: Podaný
|
@@ -114,7 +114,7 @@ sk:
|
|
114
114
|
thank_you: 'Vďaka za komentár.'
|
115
115
|
thank_you_moderated: 'Ďakujeme za Váš komentár. Vaša správa čaká na schválenie a objaví sa v najbližšej dobe.'
|
116
116
|
index:
|
117
|
-
no_blog_articles_yet: Práve
|
117
|
+
no_blog_articles_yet: Práve Nie sú žiadne články na blogu. Zostante naladení.
|
118
118
|
show:
|
119
119
|
blog_home: Hlavná stránka blogu
|
120
120
|
comments:
|
@@ -125,4 +125,4 @@ sk:
|
|
125
125
|
submit: Odoslať komentár
|
126
126
|
archive:
|
127
127
|
blog_archive_for: 'Blog archív pre %{date}'
|
128
|
-
no_blog_articles_posted: '
|
128
|
+
no_blog_articles_posted: 'Nie sú žiadne články publikované %{date}.'
|