From b80bd744ad873f6fc43018bc4bfb90677de167bd Mon Sep 17 00:00:00 2001 From: Stefan Wintermeyer Date: Mon, 17 Dec 2012 12:01:45 +0100 Subject: Start of GS5. --- config/locales/views/manufacturers/en.yml | 49 +++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 config/locales/views/manufacturers/en.yml (limited to 'config/locales/views/manufacturers/en.yml') diff --git a/config/locales/views/manufacturers/en.yml b/config/locales/views/manufacturers/en.yml new file mode 100644 index 0000000..f4804cf --- /dev/null +++ b/config/locales/views/manufacturers/en.yml @@ -0,0 +1,49 @@ +en: + manufacturers: + name: 'Manufacturer' + controller: + successfuly_created: 'Successfully created manufacturer.' + successfuly_updated: 'Successfully updated manufacturer.' + successfuly_destroyed: 'Successfully destroyed manufacturer.' + index: + page_title: 'Manufacturers' + name: 'Name' + ieee_name: 'IEEE name' + homepage_url: 'Homepage URL' + phone_models: 'Phone models' + state: 'State' + actions: + confirm: 'Are you sure you want to delete this manufacturer?' + destroy: 'Delete' + edit: 'Edit' + show: 'View' + create: 'New' + show: + page_title: 'Show manufacturer' + name: 'Name' + ieee_name: 'IEEE name' + homepage_url: 'Homepage URL' + state: 'State' + actions: + confirm: 'Are you sure you want to delete this manufacturer?' + destroy: 'Delete' + edit: 'Edit' + view_all: 'View All' + new: + page_title: 'New manufacturer' + edit: + page_title: 'Editing manufacturer' + form: + name: + label: 'Name' + hint: '' + ieee_name: + label: 'IEEE name' + hint: '' + homepage_url: + label: 'Homepage URL' + hint: '' + state: + label: 'State' + hint: '' + button: 'Submit' \ No newline at end of file -- cgit v1.2.3