diff options
author | James Thompson <james.b.thompson@gmail.com> | 2012-03-14 11:40:16 +0200 |
---|---|---|
committer | James Thompson <james.b.thompson@gmail.com> | 2012-03-14 11:40:16 +0200 |
commit | 56d7747f54e86993415b76c92e101608e5ea44e2 (patch) | |
tree | 025b7b37f50c4c291e7e676286e7767c40adb1f9 /config/locales/en.yml | |
download | refinerycms-pc_banners-56d7747f54e86993415b76c92e101608e5ea44e2.tar.gz refinerycms-pc_banners-56d7747f54e86993415b76c92e101608e5ea44e2.tar.bz2 refinerycms-pc_banners-56d7747f54e86993415b76c92e101608e5ea44e2.zip |
initial commit
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r-- | config/locales/en.yml | 35 |
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 |