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

- old
+ new

@@ -1,34 +1,34 @@ es-MX: - plugins: - refinerycms_news: - title: Noticias - admin: - news_items: - news_item: - view_live: "View this news item live <br/><em>(opens in a new window)</em>" - edit: "Modificar esta noticia" - delete: "Eliminar esta noticia" + refinery: + plugins: + refinerycms_news: + title: Noticias + news: + admin: + item: + view_live: "View this news item live <br/><em>(opens in a new window)</em>" + edit: "Modificar esta noticia" + delete: "Eliminar esta noticia" + index: + actions: Acciones + create: "Crear una noticia" + item: Noticias + no_items: "Lo sentimos no hay resultados." + no_items_yet: 'Aun no hay noticias. Haga click en "Crear una noticia" para agregar la primera noticia.' + show: + back_to_index: "Regresar a noticias" + published: Publicada + no_items: "Lo sentimos, aun no ha publicado noticias." + recent_posts: + recent_posts: Publicaciones recientes index: - actions: Acciones - create: "Crear una noticia" - news_item: Noticias - no_items: "Lo sentimos no hay resultados." - no_items_yet: 'Aun no hay noticias. Haga click en "Crear una noticia" para agregar la primera noticia.' - news_items: - show: - back_to_index: "Regresar a noticias" - published: Publicada - no_items: "Lo sentimos, aun no ha publicado noticias." - recent_posts: - recent_posts: Publicaciones recientes - index: - published: Publicada - read_more: Leer mas + published: Publicada + read_more: Leer mas activerecord: attributes: - news_item: + 'refinery/news/item': title: Título body: Contenido publish_date: Fecha de publicación models: - news_item: Noticia + 'refinery/news/item': Noticia