summaryrefslogtreecommitdiff
path: root/config/locales/views/gateway_parameters/en.yml
diff options
context:
space:
mode:
Diffstat (limited to 'config/locales/views/gateway_parameters/en.yml')
-rw-r--r--config/locales/views/gateway_parameters/en.yml60
1 files changed, 60 insertions, 0 deletions
diff --git a/config/locales/views/gateway_parameters/en.yml b/config/locales/views/gateway_parameters/en.yml
new file mode 100644
index 0000000..8d84298
--- /dev/null
+++ b/config/locales/views/gateway_parameters/en.yml
@@ -0,0 +1,60 @@
+en:
+ gateway_parameters:
+ name: 'Gatewayparameter'
+ controller:
+ successfuly_created: 'Successfully created Gatewayparameter.'
+ successfuly_updated: 'Successfully updated Gatewayparameter.'
+ successfuly_destroyed: 'Successfully destroyed Gatewayparameter.'
+ index:
+ page_title: 'Listing Gatewayparameter'
+ gateway_id: 'Gateway'
+ name: 'Name'
+ value: 'Value'
+ class_type: 'Class type'
+ description: 'Description'
+ actions:
+ confirm: 'Are you sure you want to delete this Gatewayparameter?'
+ destroy: 'Delete'
+ edit: 'Edit'
+ show: 'View'
+ create: 'New'
+ create_for: 'New Gatewayparameter for %{resource}'
+ show:
+ page_title: 'Show Gatewayparameter'
+ 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 Gatewayparameter'
+ actions:
+ back_to_list: 'Back to Index'
+ edit:
+ page_title: 'Editing Gatewayparameter'
+ 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