config/locales/es.yml in refinerycms-news-1.2.0 vs config/locales/es.yml in refinerycms-news-2.0.0

- old
+ new

@@ -1,36 +1,38 @@ es: - plugins: - refinerycms_news: - title: Noticias - description: Proporciona una seccion de noticias similar a un blog - admin: - news_items: - news_item: - view_live_html: "Ver este elemento en tu web <br/><em>(abre una nueva ventana)</em>" - edit: "Editar esta noticia" - delete: "Borrar completament esta noticia" + refinery: + plugins: + refinerycms_news: + title: Noticias + description: Proporciona una seccion de noticias similar a un blog + news: + admin: + item: + view_live_html: "Ver este elemento en tu web <br/><em>(abre una nueva ventana)</em>" + edit: "Editar esta noticia" + delete: "Borrar completament esta noticia" + published: Publicada + index: + actions: Acciones + create: "Crear noticia" + item: Noticia + no_items: "Lo sentimos, no se ha encontrado ningún resultado" + no_items_yet: 'Aún no hay noticias. Haz click en "Crear noticia" para añadir la primera.' + show: + back_to_index: "Volver al listado de noticias" published: Publicada + recent_posts: + recent_posts: Posts recientes index: - actions: Acciones - create: "Crear noticia" - news_item: Noticia - no_items: "Lo sentimos, no se ha encontrado ningún resultado" - no_items_yet: 'Aún no hay noticias. Haz click en "Crear noticia" para añadir la primera.' - news_items: - show: - back_to_index: "Volver al listado de noticias" - published: Publicada - recent_posts: - recent_posts: Posts recientes - index: - published: Publicada - read_more: Leer mas - no_items_yet: Aún no hay ninguna noticia. + published: Publicada + read_more: Leer mas + no_items_yet: Aún no hay ninguna noticia. activerecord: attributes: - news_item: + 'refinery/news/item': title: Título body: Contenido + content: Contenido publish_date: Fecha de publicación + expiration_date: Expiration date models: - news_item: Noticia + 'refinery/news/item': Noticia