diff options
author | Peter Kozak <spag@golwen.net> | 2013-08-03 11:28:38 +0200 |
---|---|---|
committer | Peter Kozak <spag@golwen.net> | 2013-08-03 11:28:38 +0200 |
commit | 79b27f095972e27fdfea6bca9d3088f0384da3a1 (patch) | |
tree | 41797234d235257e4c2061eeb49b95a169281bef /config/locales/views/gateway_headers/en.yml | |
parent | 2e1452ee96ae20e10c9e592c346c16cb884a2d19 (diff) |
gateway_headers locales added
Diffstat (limited to 'config/locales/views/gateway_headers/en.yml')
-rw-r--r-- | config/locales/views/gateway_headers/en.yml | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/config/locales/views/gateway_headers/en.yml b/config/locales/views/gateway_headers/en.yml new file mode 100644 index 0000000..d0cfc61 --- /dev/null +++ b/config/locales/views/gateway_headers/en.yml @@ -0,0 +1,66 @@ +en: + gateway_headers: + name: 'Header' + controller: + successfuly_created: 'Successfully created Header.' + successfuly_updated: 'Successfully updated Header.' + successfuly_destroyed: 'Successfully destroyed Header.' + index: + page_title: 'Headers' + gateway_id: 'Gateway' + name: 'Name' + value: 'Value' + class_type: 'Class type' + description: 'Description' + actions: + confirm_destroy: 'Are you sure you want to delete this Header?' + destroy: 'Delete' + edit: 'Edit' + show: 'View' + create: 'New' + create_for: 'New Header for %{resource}' + show: + page_title: 'Show Header' + gateway: 'Gateway' + name: 'Name' + value: 'Value' + class_type: 'Class type' + description: 'Description' + actions: + confirm_destroy: 'Are you sure you want to delete this element?' + destroy: 'Delete' + edit: 'Edit' + view_all: 'View All' + new: + page_title: 'New Header' + actions: + back_to_list: 'Back to Index' + edit: + page_title: 'Editing Header' + actions: + back_to_list: 'Back to Index' + edit: 'Edit' + view_all: 'View All' + form: + gateway_id: + label: 'Gateway' + hint: '' + name: + label: 'Header' + hint: '' + value: + label: 'Value' + hint: '' + header_type: + label: 'Type' + hint: '' + description: + label: 'Description' + hint: '' + constraint_source: + label: 'Consstraint source' + hint: '' + constraint_value: + label: 'Consstraint value' + hint: '' + submit: 'Submit'
\ No newline at end of file |