config/locales/en.yml in refinerycms-news-1.2.0 vs config/locales/en.yml in refinerycms-news-2.0.0
- old
+ new
@@ -1,37 +1,47 @@
en:
- plugins:
- refinerycms_news:
- title: News
- description: Provides a simple news section
- admin:
- news_items:
- news_item:
- view_live_html: "View this news item live <br/><em>(opens in a new window)</em>"
- edit: "Edit this news item"
- delete: "Remove this news item forever"
- published: Published
- index:
- actions: Actions
- create: "Add News Item"
- news_item: News
- no_items: "Sorry, no results found."
- no_items_yet: 'There are no news items yet. Click "Add News Item" to add your first news item.'
- news_items:
- show:
- back_to_index: "Back to all news"
- published: Published
- recent_posts:
- recent_posts: Recent Posts
- index:
- published: Published
- read_more: Read more
- no_items_yet: There are no news item entries yet.
+ refinery:
+ plugins:
+ refinerycms_news:
+ title: News
+ description: Provides a simple news section
+ news:
+ admin:
+ items:
+ item:
+ view_live_html: "View this news item live <br/><em>(opens in a new window)</em>"
+ edit: "Edit this news item"
+ delete: "Remove this news item forever"
+ published: Published
+ index:
+ create: "Add News Item"
+ item: News
+ no_items_yet: 'There are no news items yet. Click "Add News Item" to add your first news item.'
+ shared:
+ items:
+ created_at: 'Created at %{when}'
+ archives: Archives
+ items:
+ show:
+ back_to_index: "Back to all news"
+ published: Published
+ source: Source
+ recent_posts:
+ recent_posts: Recent Posts
+ index:
+ published: Published
+ read_more: Read more
+ no_items_yet: There are no news item entries yet.
+ source: Source
+ archive:
+ news_item_archive_for: 'Archive for %{date}'
+ no_news_articles_posted: 'There are no news articles posted for %{date}. Stay tuned.'
activerecord:
attributes:
- news_item:
+ 'refinery/news/item':
title: Title
body: Body
publish_date: Publish date
expiration_date: Expiration date
+ source: Source
models:
- news_item: News Item
+ 'refinery/news/item': News Item