refinerycms-news 1.2.0 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +3 -0
- data/.travis.yml +17 -0
- data/Gemfile +69 -0
- data/Guardfile +20 -0
- data/Rakefile +19 -0
- data/app/controllers/refinery/news/admin/items_controller.rb +11 -0
- data/app/controllers/refinery/news/items_controller.rb +50 -0
- data/app/helpers/refinery/news/items_helper.rb +51 -0
- data/app/models/refinery/news/item.rb +91 -0
- data/app/views/{admin/news_items → refinery/news/admin/items}/_form.html.erb +13 -8
- data/app/views/{admin/news_items/_news_item.html.erb → refinery/news/admin/items/_item.html.erb} +8 -8
- data/app/views/{admin/news_items → refinery/news/admin/items}/_locale_picker.html.erb +1 -1
- data/app/views/{admin/news_items → refinery/news/admin/items}/edit.html.erb +0 -0
- data/app/views/refinery/news/admin/items/index.html.erb +30 -0
- data/app/views/{admin/news_items → refinery/news/admin/items}/new.html.erb +0 -0
- data/app/views/{news_items → refinery/news/items}/_recent_posts.html.erb +2 -2
- data/app/views/refinery/news/items/archive.html.erb +17 -0
- data/app/views/refinery/news/items/index.html.erb +28 -0
- data/app/views/{news_items → refinery/news/items}/index.rss.builder +5 -5
- data/app/views/refinery/news/items/show.html.erb +20 -0
- data/app/views/refinery/news/items/widgets/_news_archive.html.erb +10 -0
- data/app/views/refinery/news/shared/_body_content_right.html.erb +5 -0
- data/app/views/refinery/news/shared/_item.html.erb +22 -0
- data/config/locales/bg.yml +37 -0
- data/config/locales/cs.yml +29 -28
- data/config/locales/de.yml +27 -27
- data/config/locales/en.yml +39 -29
- data/config/locales/es-MX.yml +26 -26
- data/config/locales/es.yml +29 -27
- data/config/locales/fr.yml +28 -28
- data/config/locales/it.yml +27 -27
- data/config/locales/jp.yml +36 -0
- data/config/locales/lv.yml +28 -26
- data/config/locales/nb.yml +27 -27
- data/config/locales/nl.yml +27 -27
- data/config/locales/pl.yml +37 -0
- data/config/locales/pt-BR.yml +28 -28
- data/config/locales/ru.yml +26 -26
- data/config/locales/sk.yml +28 -28
- data/config/locales/sl.yml +31 -29
- data/config/locales/zh-CN.yml +37 -0
- data/config/locales/zh-TW.yml +37 -0
- data/config/routes.rb +13 -5
- data/db/migrate/20110817203701_create_news_items.rb +23 -0
- data/db/migrate/20110817203702_add_external_url_to_news_items.rb +15 -0
- data/db/migrate/20110817203703_translate_news_items.rb +21 -0
- data/db/migrate/20110817203704_add_image_id_to_news_items.rb +13 -0
- data/db/migrate/20110817203705_add_expiration_date_to_news_items.rb +15 -0
- data/db/migrate/20110817203706_remove_image_id_and_external_url_from_news.rb +19 -0
- data/db/migrate/20120129230838_add_source_to_news_items.rb +16 -0
- data/db/migrate/20120129230839_translate_source.rb +16 -0
- data/db/migrate/20120228150250_add_slug_to_news_items.rb +5 -0
- data/db/seeds.rb +22 -0
- data/lib/generators/refinery/news_generator.rb +19 -0
- data/lib/refinery/news.rb +22 -0
- data/lib/refinery/news/engine.rb +23 -0
- data/lib/refinerycms-news.rb +1 -23
- data/readme.md +10 -8
- data/refinerycms-news.gemspec +20 -0
- data/spec/factories/news.rb +7 -0
- data/spec/models/refinery/news/item_spec.rb +91 -0
- data/spec/requests/manage_news_items_spec.rb +90 -0
- data/spec/requests/news_archive.rb +12 -0
- data/spec/requests/visit_news_items_spec.rb +37 -0
- data/spec/spec_helper.rb +56 -0
- data/tasks/rspec.rake +4 -0
- metadata +113 -40
- data/app/controllers/admin/news_items_controller.rb +0 -5
- data/app/controllers/news_items_controller.rb +0 -33
- data/app/models/news_item.rb +0 -46
- data/app/views/admin/news_items/index.html.erb +0 -30
- data/app/views/news_items/index.html.erb +0 -23
- data/app/views/news_items/show.html.erb +0 -15
- data/db/migrate/1_create_news_items.rb +0 -23
- data/db/migrate/2_add_external_url_to_news_items.rb +0 -15
- data/db/migrate/3_translate_news_items.rb +0 -24
- data/db/migrate/4_add_image_id_to_news_items.rb +0 -13
- data/db/migrate/5_add_expiration_date_to_news_items.rb +0 -15
- data/db/migrate/6_remove_image_id_and_external_url_from_news.rb +0 -19
- data/db/seeds/refinerycms_news.rb +0 -24
- data/features/manage_news_items.feature +0 -56
- data/features/step_definitions/news_steps.rb +0 -25
- data/features/support/factories.rb +0 -7
- data/features/support/paths.rb +0 -26
- data/features/visit_news_items.feature +0 -27
- data/lib/gemspec.rb +0 -29
- data/lib/generators/refinerycms_news_generator.rb +0 -8
- data/lib/news.rb +0 -9
- data/spec/models/news_item_spec.rb +0 -89
data/config/locales/es.yml
CHANGED
@@ -1,36 +1,38 @@
|
|
1
1
|
es:
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
2
|
+
refinery:
|
3
|
+
plugins:
|
4
|
+
refinerycms_news:
|
5
|
+
title: Noticias
|
6
|
+
description: Proporciona una seccion de noticias similar a un blog
|
7
|
+
news:
|
8
|
+
admin:
|
9
|
+
item:
|
10
|
+
view_live_html: "Ver este elemento en tu web <br/><em>(abre una nueva ventana)</em>"
|
11
|
+
edit: "Editar esta noticia"
|
12
|
+
delete: "Borrar completament esta noticia"
|
13
|
+
published: Publicada
|
14
|
+
index:
|
15
|
+
actions: Acciones
|
16
|
+
create: "Crear noticia"
|
17
|
+
item: Noticia
|
18
|
+
no_items: "Lo sentimos, no se ha encontrado ningún resultado"
|
19
|
+
no_items_yet: 'Aún no hay noticias. Haz click en "Crear noticia" para añadir la primera.'
|
20
|
+
show:
|
21
|
+
back_to_index: "Volver al listado de noticias"
|
12
22
|
published: Publicada
|
23
|
+
recent_posts:
|
24
|
+
recent_posts: Posts recientes
|
13
25
|
index:
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
no_items: "Lo sentimos, no se ha encontrado ningún resultado"
|
18
|
-
no_items_yet: 'Aún no hay noticias. Haz click en "Crear noticia" para añadir la primera.'
|
19
|
-
news_items:
|
20
|
-
show:
|
21
|
-
back_to_index: "Volver al listado de noticias"
|
22
|
-
published: Publicada
|
23
|
-
recent_posts:
|
24
|
-
recent_posts: Posts recientes
|
25
|
-
index:
|
26
|
-
published: Publicada
|
27
|
-
read_more: Leer mas
|
28
|
-
no_items_yet: Aún no hay ninguna noticia.
|
26
|
+
published: Publicada
|
27
|
+
read_more: Leer mas
|
28
|
+
no_items_yet: Aún no hay ninguna noticia.
|
29
29
|
activerecord:
|
30
30
|
attributes:
|
31
|
-
|
31
|
+
'refinery/news/item':
|
32
32
|
title: Título
|
33
33
|
body: Contenido
|
34
|
+
content: Contenido
|
34
35
|
publish_date: Fecha de publicación
|
36
|
+
expiration_date: Expiration date
|
35
37
|
models:
|
36
|
-
|
38
|
+
'refinery/news/item': Noticia
|
data/config/locales/fr.yml
CHANGED
@@ -1,36 +1,36 @@
|
|
1
1
|
fr:
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
2
|
+
refinery:
|
3
|
+
plugins:
|
4
|
+
refinerycms_news:
|
5
|
+
title: Actualités
|
6
|
+
description: 'Fournit une rubrique "Actualités"'
|
7
|
+
news:
|
8
|
+
admin:
|
9
|
+
item:
|
10
|
+
view_live_html: "Visualiser cette nouvelle <br/><em>(ouvre une nouvelle fenêtre)</em>"
|
11
|
+
edit: "Modifier cette actualité"
|
12
|
+
delete: "Détruire cette actualité à tout jamais"
|
13
|
+
published: Publiée
|
14
|
+
index:
|
15
|
+
actions: Actions
|
16
|
+
create: "Créer une actualité"
|
17
|
+
item: Actualité
|
18
|
+
no_items: "Désolé, aucun résultat."
|
19
|
+
no_items_yet: 'Aucune actualité. Cliquer sur "Créer une actualité" pour créer votre première actualité.'
|
20
|
+
show:
|
21
|
+
back_to_index: "Retour à la liste des actualités"
|
22
|
+
published: Publiée le
|
23
|
+
recent_posts:
|
24
|
+
recent_posts: Dernières actualités
|
13
25
|
index:
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
no_items: "Désolé, aucun résultat."
|
18
|
-
no_items_yet: 'Aucune actualité. Cliquer sur "Créer une actualité" pour créer votre première actualité.'
|
19
|
-
news_items:
|
20
|
-
show:
|
21
|
-
back_to_index: "Retour à la liste des actualités"
|
22
|
-
published: Publiée le
|
23
|
-
recent_posts:
|
24
|
-
recent_posts: Dernières actualités
|
25
|
-
index:
|
26
|
-
published: Publiée le
|
27
|
-
read_more: Plus
|
28
|
-
no_items_yet: Aucune actualité pour le moment.
|
26
|
+
published: Publiée le
|
27
|
+
read_more: Plus
|
28
|
+
no_items_yet: Aucune actualité pour le moment.
|
29
29
|
activerecord:
|
30
30
|
attributes:
|
31
|
-
|
31
|
+
'refinery/news/item':
|
32
32
|
title: Titre
|
33
33
|
body: Texte
|
34
34
|
publish_date: Date de publication
|
35
35
|
models:
|
36
|
-
|
36
|
+
'refinery/news/item': Nouvelle
|
data/config/locales/it.yml
CHANGED
@@ -1,36 +1,36 @@
|
|
1
1
|
it:
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
2
|
+
refinery:
|
3
|
+
plugins:
|
4
|
+
refinerycms_news:
|
5
|
+
title: Notizie
|
6
|
+
description: Fornisce una sezione notizie in stile blog
|
7
|
+
news:
|
8
|
+
admin:
|
9
|
+
item:
|
10
|
+
view_live_html: "Visualzza questa notizia live <br/><em>(si apre in una nuova finestra)</em>"
|
11
|
+
edit: "Modifica questa notizia"
|
12
|
+
delete: "Rimuovi questa notizia per sempre"
|
13
|
+
published: Pubblicata
|
14
|
+
index:
|
15
|
+
actions: Azioni
|
16
|
+
create: "Crea Notizia"
|
17
|
+
item: Notizia
|
18
|
+
no_items: "Spiacente, nessun risultato trovato."
|
19
|
+
no_items_yet: 'Non ci sono ancora notizie. Fare clic su "Crea Notizia" per aggiungere la prima notizie.'
|
20
|
+
show:
|
21
|
+
back_to_index: "Torna a tutte le notizie"
|
12
22
|
published: Pubblicata
|
23
|
+
recent_posts:
|
24
|
+
recent_posts: Messaggi Recenti
|
13
25
|
index:
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
no_items: "Spiacente, nessun risultato trovato."
|
18
|
-
no_items_yet: 'Non ci sono ancora notizie. Fare clic su "Crea Notizia" per aggiungere la prima notizie.'
|
19
|
-
news_items:
|
20
|
-
show:
|
21
|
-
back_to_index: "Torna a tutte le notizie"
|
22
|
-
published: Pubblicata
|
23
|
-
recent_posts:
|
24
|
-
recent_posts: Messaggi Recenti
|
25
|
-
index:
|
26
|
-
published: Pubblicata
|
27
|
-
read_more: Per saperne di più
|
28
|
-
no_items_yet: Non ci sono ancora notizie.
|
26
|
+
published: Pubblicata
|
27
|
+
read_more: Per saperne di più
|
28
|
+
no_items_yet: Non ci sono ancora notizie.
|
29
29
|
activerecord:
|
30
30
|
attributes:
|
31
|
-
|
31
|
+
'refinery/news/item':
|
32
32
|
title: Titolo
|
33
33
|
body: Corpo
|
34
34
|
publish_date: Data di pubblicazione
|
35
35
|
models:
|
36
|
-
|
36
|
+
'refinery/news/item': Notizia
|
@@ -0,0 +1,36 @@
|
|
1
|
+
jp:
|
2
|
+
plugins:
|
3
|
+
refinerycms_news:
|
4
|
+
title: ニュース
|
5
|
+
description: 簡単にニュース掲載
|
6
|
+
news:
|
7
|
+
admin:
|
8
|
+
item:
|
9
|
+
view_live_html: "この記事を見る<br/><em>(新規ウインドウに開かれます)</em>"
|
10
|
+
edit: "この記事を編集"
|
11
|
+
delete: "この記事を削除"
|
12
|
+
published: 掲載時刻
|
13
|
+
index:
|
14
|
+
actions: 機能
|
15
|
+
create: "新規掲載"
|
16
|
+
item: ニュース
|
17
|
+
no_items: "何も掲載されていません。"
|
18
|
+
no_items_yet: 'まだ何も掲載されていません。「新規掲載」をクリックし記事を追加して下さい。'
|
19
|
+
show:
|
20
|
+
back_to_index: "全てのニュースに戻る"
|
21
|
+
published: 掲載時刻
|
22
|
+
recent_posts:
|
23
|
+
recent_posts: 最近の記事
|
24
|
+
index:
|
25
|
+
published: 掲載時刻
|
26
|
+
read_more: もっと読む
|
27
|
+
no_items_yet: まだ記事が掲載されていません。
|
28
|
+
activerecord:
|
29
|
+
attributes:
|
30
|
+
item:
|
31
|
+
title: 題名
|
32
|
+
body: 本文
|
33
|
+
publish_date: 掲載時刻
|
34
|
+
expiration_date: 掲載期限
|
35
|
+
models:
|
36
|
+
item: ニュース
|
data/config/locales/lv.yml
CHANGED
@@ -1,36 +1,38 @@
|
|
1
1
|
lv:
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
2
|
+
refinery:
|
3
|
+
plugins:
|
4
|
+
refinerycms_news:
|
5
|
+
title: Jaunumi
|
6
|
+
description: Piedāvā blogveidīgu jaunumu sadaļu
|
7
|
+
news:
|
8
|
+
admin:
|
9
|
+
item:
|
10
|
+
view_live_html: Apskatīt šo jaunumu <br/><em>Atvērsies jaunā logā</em>
|
11
|
+
delete: Dzēst šo jaunumu
|
12
|
+
edit: Labot šo jaunumu
|
13
|
+
published: Ievietots
|
14
|
+
index:
|
15
|
+
create: Izveidot Jaunumu
|
16
|
+
item: Jaunumi
|
17
|
+
no_items_yet: Vēl nav neviena jaunuma. Spied "Izveidot Jaunumu", lai izveidotu pirmo jaunumu.
|
18
|
+
show:
|
19
|
+
back_to_index: Atgriezties pie visiem jaunumiem
|
12
20
|
published: Ievietots
|
21
|
+
source: Avots
|
22
|
+
recent_posts:
|
23
|
+
recent_posts: Pēdējie jaunumi
|
13
24
|
index:
|
14
|
-
|
15
|
-
|
16
|
-
no_items_yet: Vēl nav neviena jaunuma.
|
17
|
-
|
18
|
-
show:
|
19
|
-
back_to_index: Atgriezties pie visiem jaunumiem
|
20
|
-
published: Ievietots
|
21
|
-
recent_posts:
|
22
|
-
recent_posts: Pēdējie jaunumi
|
23
|
-
index:
|
24
|
-
published: Ievietots
|
25
|
-
read_more: Lasīt vairāk
|
26
|
-
no_items_yet: Vēl nav neviena jaunuma.
|
25
|
+
published: Ievietots
|
26
|
+
read_more: Lasīt vairāk
|
27
|
+
no_items_yet: Vēl nav neviena jaunuma.
|
28
|
+
source: Avots
|
27
29
|
activerecord:
|
28
30
|
attributes:
|
29
|
-
|
31
|
+
'refinery/news/item':
|
30
32
|
title: Virsraksts
|
31
33
|
body: Saturs
|
32
|
-
content: Saturs
|
33
34
|
publish_date: Publikācijas datums
|
34
35
|
expiration_date: Publikācijas beigu datums
|
36
|
+
source: Avots
|
35
37
|
models:
|
36
|
-
|
38
|
+
'refinery/news/item': jaunums
|
data/config/locales/nb.yml
CHANGED
@@ -1,36 +1,36 @@
|
|
1
1
|
nb:
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
2
|
+
refinery:
|
3
|
+
plugins:
|
4
|
+
refinerycms_news:
|
5
|
+
title: Nyheter
|
6
|
+
description: Legger til en seksjon for nyheter
|
7
|
+
news:
|
8
|
+
admin:
|
9
|
+
item:
|
10
|
+
view_live_html: "Se hvordan nyheten ser ut for dine besøkende akkurat nå <br/><em>(åpnes i et nytt vindu)</em>"
|
11
|
+
edit: "Rediger denne nyheten"
|
12
|
+
delete: "Fjern denne nyheten permanent"
|
13
|
+
published: Publisert
|
14
|
+
index:
|
15
|
+
actions: Handlinger
|
16
|
+
create: "Legg til Nyhet"
|
17
|
+
item: Nyhet
|
18
|
+
no_items: "Beklager, fant ingen resultater."
|
19
|
+
no_items_yet: 'Det er ikke lagt til noen nyheter enda. Klikk "Legg til Nyhet" for å legge inn din første nyhet.'
|
20
|
+
show:
|
21
|
+
back_to_index: "Tilbake til nyhetsoversikt"
|
12
22
|
published: Publisert
|
23
|
+
recent_posts:
|
24
|
+
recent_posts: Nylige Poster
|
13
25
|
index:
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
no_items: "Beklager, fant ingen resultater."
|
18
|
-
no_items_yet: 'Det er ikke lagt til noen nyheter enda. Klikk "Legg til Nyhet" for å legge inn din første nyhet.'
|
19
|
-
news_items:
|
20
|
-
show:
|
21
|
-
back_to_index: "Tilbake til nyhetsoversikt"
|
22
|
-
published: Publisert
|
23
|
-
recent_posts:
|
24
|
-
recent_posts: Nylige Poster
|
25
|
-
index:
|
26
|
-
published: Publisert
|
27
|
-
read_more: Les mer
|
28
|
-
no_items_yet: Det er ingen nyheter enda.
|
26
|
+
published: Publisert
|
27
|
+
read_more: Les mer
|
28
|
+
no_items_yet: Det er ingen nyheter enda.
|
29
29
|
activerecord:
|
30
30
|
attributes:
|
31
|
-
|
31
|
+
'refinery/news/item':
|
32
32
|
title: Tittel
|
33
33
|
body: Tekst
|
34
34
|
publish_date: Publiseringsdato
|
35
35
|
models:
|
36
|
-
|
36
|
+
'refinery/news/item': Nyhet
|
data/config/locales/nl.yml
CHANGED
@@ -1,36 +1,36 @@
|
|
1
1
|
nl:
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
2
|
+
refinery:
|
3
|
+
plugins:
|
4
|
+
refinerycms_news:
|
5
|
+
title: Nieuws
|
6
|
+
description: Nieuwsberichten voor de op de site.
|
7
|
+
news:
|
8
|
+
admin:
|
9
|
+
item:
|
10
|
+
view_live_html: "Bekijk dit bericht op de website.<br/><em>(opent in een nieuw venster.)</em>"
|
11
|
+
edit: "Bewerk dit bericht"
|
12
|
+
delete: "Verwijder dit bericht permanent"
|
13
|
+
published: Gepubliceerd op
|
14
|
+
index:
|
15
|
+
actions: Acties
|
16
|
+
create: "Maak een nieuw nieuwsbericht"
|
17
|
+
item: Nieuws
|
18
|
+
no_items: "Sorry, geen nieuwsberichten gevonden."
|
19
|
+
no_items_yet: 'Er zijn nog geen nieuwsberichten. Klik op "Maak een nieuw niewsbericht" om het eerste bericht te maken.'
|
20
|
+
show:
|
21
|
+
back_to_index: "Terug naar de andere berichten"
|
12
22
|
published: Gepubliceerd op
|
23
|
+
recent_posts:
|
24
|
+
recent_posts: Laatste nieuws item
|
13
25
|
index:
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
no_items: "Sorry, geen nieuwsberichten gevonden."
|
18
|
-
no_items_yet: 'Er zijn nog geen nieuwsberichten. Klik op "Maak een nieuw niewsbericht" om het eerste bericht te maken.'
|
19
|
-
news_items:
|
20
|
-
show:
|
21
|
-
back_to_index: "Terug naar de andere berichten"
|
22
|
-
published: Gepubliceerd op
|
23
|
-
recent_posts:
|
24
|
-
recent_posts: Laatste nieuws item
|
25
|
-
index:
|
26
|
-
published: Gepubliceerd op
|
27
|
-
read_more: Lees meer
|
28
|
-
no_items_yet: "Sorry, er zijn nog geen nieuwsberichten geplaatst."
|
26
|
+
published: Gepubliceerd op
|
27
|
+
read_more: Lees meer
|
28
|
+
no_items_yet: "Sorry, er zijn nog geen nieuwsberichten geplaatst."
|
29
29
|
activerecord:
|
30
30
|
attributes:
|
31
|
-
|
31
|
+
'refinery/news/item':
|
32
32
|
title: Titel
|
33
33
|
body: Inhoud
|
34
34
|
publish_date: Publiceer datum
|
35
35
|
models:
|
36
|
-
|
36
|
+
'refinery/news/item': Nieuws Item
|
@@ -0,0 +1,37 @@
|
|
1
|
+
pl:
|
2
|
+
refinery:
|
3
|
+
plugins:
|
4
|
+
refinerycms_news:
|
5
|
+
title: Aktualności
|
6
|
+
description: Aktualności i wydarzenia
|
7
|
+
news:
|
8
|
+
admin:
|
9
|
+
item:
|
10
|
+
view_live_html: "Zobacz podgląd <br/><em>(otwiera nowe okno)</em>"
|
11
|
+
edit: "Edytuj wiadomość"
|
12
|
+
delete: "Skasuj wiadomość na zawsze"
|
13
|
+
published: Opublikowano
|
14
|
+
index:
|
15
|
+
actions: Akcje
|
16
|
+
create: "Dodaj nową aktualizację"
|
17
|
+
item: Aktualizacja
|
18
|
+
no_items: "Przepraszamy, brak rezultatów."
|
19
|
+
no_items_yet: 'W bazie nie ma żadnych rezultatów, dodaj nową aktualizację.'
|
20
|
+
show:
|
21
|
+
back_to_index: "Powrót do wszystkich aktualności"
|
22
|
+
published: Opublikowano
|
23
|
+
recent_posts:
|
24
|
+
recent_posts: Ostatnie aktualności
|
25
|
+
index:
|
26
|
+
published: Opublikowano
|
27
|
+
read_more: Czytaj więcej
|
28
|
+
no_items_yet: "Przepraszamy, brak rezultatów."
|
29
|
+
activerecord:
|
30
|
+
attributes:
|
31
|
+
'refinery/news/item':
|
32
|
+
title: Tytuł
|
33
|
+
body: Treść
|
34
|
+
publish_date: Data opublikowania
|
35
|
+
expiration_date: Data wygaśnięcia
|
36
|
+
models:
|
37
|
+
'refinery/news/item': Aktualnośći
|