refinerycms-news 0.9.9.3 → 0.9.9.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,37 @@
1
+ es:
2
+ plugins:
3
+ refinerycms_news:
4
+ title: Noticias
5
+ description: Proporciona una seccion de noticias similar a un blog
6
+ admin:
7
+ news_items:
8
+ news_item:
9
+ view_live: "Ver este elemento en tu web <br/><em>(abre una nueva ventana)</em>"
10
+ edit: "Editar esta noticia"
11
+ delete: "Borrar completament esta noticia"
12
+ index:
13
+ actions: Acciones
14
+ create: "Crear noticia"
15
+ news_item: Noticia
16
+ no_items: "Lo sentimos, no se ha encontrado ningún resultado"
17
+ no_items_yet: 'Aún no hay noticias. Haz click en "Crear noticia" para añadir la primera.'
18
+ news_items:
19
+ show:
20
+ back_to_index: "Volver al listado de noticias"
21
+ published: Publicada
22
+ no_items: "Lo sentimos, aún no hemos publicado ninguna noticia."
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 ningu noticia.
29
+ activerecord:
30
+ attributes:
31
+ news_item:
32
+ title: Título
33
+ body: Cuerpo
34
+ publish_date: Data de publicación
35
+ models:
36
+ news_item: Noticia
37
+
@@ -1,7 +1,8 @@
1
1
  Refinery::Application.routes.draw do
2
- resources :news, :as => :news_items, :controller => :news_items
2
+ resources :news, :as => :news_items, :controller => :news_items, :only => [:show, :index]
3
3
 
4
4
  scope(:path => 'refinery', :as => 'admin', :module => 'admin') do
5
5
  resources :news, :as => :news_items, :controller => :news_items
6
6
  end
7
- end
7
+ end
8
+
@@ -2,7 +2,7 @@ module Refinery
2
2
  module News
3
3
  class << self
4
4
  def version
5
- %q{0.9.9.3}
5
+ %q{0.9.9.4}
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: refinerycms-news
3
3
  version: !ruby/object:Gem::Version
4
- hash: 37
4
+ hash: 43
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
9
  - 9
10
- - 3
11
- version: 0.9.9.3
10
+ - 4
11
+ version: 0.9.9.4
12
12
  platform: ruby
13
13
  authors:
14
14
  - Resolve Digital
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2010-09-21 00:00:00 +12:00
19
+ date: 2010-10-12 00:00:00 +13:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
@@ -57,6 +57,7 @@ files:
57
57
  - app/views/news_items/index.rss.builder
58
58
  - app/views/news_items/show.html.erb
59
59
  - config/locales/en.yml
60
+ - config/locales/es.yml
60
61
  - config/locales/nl.yml
61
62
  - config/locales/pt-BR.yml
62
63
  - config/locales/ru.yml