aboutsummaryrefslogtreecommitdiffstats
path: root/config/locales/en.yml
diff options
context:
space:
mode:
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r--config/locales/en.yml35
1 files changed, 35 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
new file mode 100644
index 0000000..519a5dd
--- /dev/null
+++ b/config/locales/en.yml
@@ -0,0 +1,35 @@
+en:
+ refinery:
+ plugins:
+ banners:
+ title: Banners
+ banners:
+ admin:
+ banners:
+ actions:
+ create_new: Add New Banner
+ reorder: Reorder Banners
+ reorder_done: Done Reordering Banners
+ records:
+ title: Banners
+ sorry_no_results: Sorry! There are no results found.
+ no_items_yet: There are no Banners yet. Click "Add New Banner" to add your first banner.
+ banner:
+ view_live_html: View this banner live <br/><em>(opens in a new window)</em>
+ edit: Edit this banner
+ delete: Remove this banner forever
+ banners:
+ show:
+ other: Other Banners
+ activerecord:
+ attributes:
+ 'refinery/banners/banner':
+ name: Name
+ title: Title
+ description: Description
+ image: Image
+ url: Url
+ is_active: Is Active
+ start_date: Start Date
+ expiry_date: Expiry Date
+ position: Position \ No newline at end of file