diff options
author | Peter Kozak <spag@golwen.net> | 2013-01-13 16:38:04 +0000 |
---|---|---|
committer | Peter Kozak <spag@golwen.net> | 2013-01-13 16:38:04 +0000 |
commit | b31a5fdecf45de8a6b0de948e431880de0adbe80 (patch) | |
tree | db5092ed2dda0e79244bef0b785d509934bedb31 /config/locales/views/gateways/en.yml | |
parent | 7cfddc9022d0b283ee278eea3be88c80089c0207 (diff) |
gateway locales
Diffstat (limited to 'config/locales/views/gateways/en.yml')
-rw-r--r-- | config/locales/views/gateways/en.yml | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/config/locales/views/gateways/en.yml b/config/locales/views/gateways/en.yml new file mode 100644 index 0000000..2abf0f2 --- /dev/null +++ b/config/locales/views/gateways/en.yml @@ -0,0 +1,60 @@ +en: + gateways: + name: 'Gateway' + controller: + successfuly_created: 'Successfully created Gateway.' + successfuly_updated: 'Successfully updated Gateway.' + successfuly_destroyed: 'Successfully destroyed Gateway.' + index: + page_title: 'Listing Gateway' + name: 'Name' + technology: 'Technology' + inbound: 'Inbound' + outbound: 'Outbound' + description: 'Description' + actions: + confirm: 'Are you sure you want to delete this Gateway?' + destroy: 'Delete' + edit: 'Edit' + show: 'View' + create: 'New' + create_for: 'New Gateway for %{resource}' + show: + page_title: 'Show Gateway' + name: 'Name' + technology: 'Technology' + inbound: 'Inbound' + outbound: 'Outbound' + 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 Gateway' + actions: + back_to_list: 'Back to Index' + edit: + page_title: 'Editing Gateway' + actions: + back_to_list: 'Back to Index' + edit: 'Edit' + view_all: 'View All' + form: + name: + label: 'Name' + hint: '' + technology: + label: 'Technology' + hint: '' + inbound: + label: 'Inbound' + hint: '' + outbound: + label: 'Outbound' + hint: '' + description: + label: 'Description' + hint: '' + button: 'Submit'
\ No newline at end of file |