From 68e819dac27c262e918950f740b75a7739901aee Mon Sep 17 00:00:00 2001 From: Peter Kozak Date: Sun, 13 Jan 2013 16:38:19 +0000 Subject: gateway settings locales --- config/locales/views/gateway_settings/en.yml | 60 ++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 config/locales/views/gateway_settings/en.yml (limited to 'config/locales/views/gateway_settings/en.yml') diff --git a/config/locales/views/gateway_settings/en.yml b/config/locales/views/gateway_settings/en.yml new file mode 100644 index 0000000..3072eb9 --- /dev/null +++ b/config/locales/views/gateway_settings/en.yml @@ -0,0 +1,60 @@ +en: + gateway_settings: + name: 'Gatewaysetting' + controller: + successfuly_created: 'Successfully created Gatewaysetting.' + successfuly_updated: 'Successfully updated Gatewaysetting.' + successfuly_destroyed: 'Successfully destroyed Gatewaysetting.' + index: + page_title: 'Listing Gatewaysetting' + gateway_id: 'Gateway' + name: 'Name' + value: 'Value' + class_type: 'Class type' + description: 'Description' + actions: + confirm: 'Are you sure you want to delete this Gatewaysetting?' + destroy: 'Delete' + edit: 'Edit' + show: 'View' + create: 'New' + create_for: 'New Gatewaysetting for %{resource}' + show: + page_title: 'Show Gatewaysetting' + gateway_id: 'Gateway' + name: 'Name' + value: 'Value' + class_type: 'Class type' + description: 'Description' + actions: + confirm: 'Are you sure you want to delete this element?' + destroy: 'Delete' + edit: 'Edit' + view_all: 'View All' + new: + page_title: 'New Gatewaysetting' + actions: + back_to_list: 'Back to Index' + edit: + page_title: 'Editing Gatewaysetting' + actions: + back_to_list: 'Back to Index' + edit: 'Edit' + view_all: 'View All' + form: + gateway_id: + label: 'Gateway' + hint: '' + name: + label: 'Name' + hint: '' + value: + label: 'Value' + hint: '' + class_type: + label: 'Class type' + hint: '' + description: + label: 'Description' + hint: '' + button: 'Submit' \ No newline at end of file -- cgit v1.2.3