summaryrefslogtreecommitdiff
path: root/config/locales/views/generic_files/en.yml
diff options
context:
space:
mode:
Diffstat (limited to 'config/locales/views/generic_files/en.yml')
-rw-r--r--config/locales/views/generic_files/en.yml65
1 files changed, 65 insertions, 0 deletions
diff --git a/config/locales/views/generic_files/en.yml b/config/locales/views/generic_files/en.yml
new file mode 100644
index 0000000..dd1c300
--- /dev/null
+++ b/config/locales/views/generic_files/en.yml
@@ -0,0 +1,65 @@
+en:
+ generic_files:
+ name: 'Genericfile'
+ controller:
+ successfuly_created: 'Successfully created Genericfile.'
+ successfuly_updated: 'Successfully updated Genericfile.'
+ successfuly_destroyed: 'Successfully destroyed Genericfile.'
+ index:
+ page_title: 'Listing Genericfile'
+ name: 'Name'
+ file: 'File'
+ file_type: 'File type'
+ category: 'Category'
+ owner_id: 'Owner'
+ owner_type: 'Owner type'
+ actions:
+ confirm_destroy: 'Are you sure you want to delete this Genericfile?'
+ destroy: 'Delete'
+ edit: 'Edit'
+ show: 'View'
+ create: 'New'
+ create_for: 'New Genericfile for %{resource}'
+ show:
+ page_title: 'Show Genericfile'
+ name: 'Name'
+ file: 'File'
+ file_type: 'File type'
+ category: 'Category'
+ owner_id: 'Owner'
+ owner_type: 'Owner type'
+ actions:
+ confirm_destroy: 'Are you sure you want to delete this element?'
+ destroy: 'Delete'
+ edit: 'Edit'
+ view_all: 'View All'
+ new:
+ page_title: 'New Genericfile'
+ actions:
+ back_to_list: 'Back to Index'
+ edit:
+ page_title: 'Editing Genericfile'
+ actions:
+ back_to_list: 'Back to Index'
+ edit: 'Edit'
+ view_all: 'View All'
+ form:
+ name:
+ label: 'Name'
+ hint: ''
+ file:
+ label: 'File'
+ hint: ''
+ file_type:
+ label: 'File type'
+ hint: ''
+ category:
+ label: 'Category'
+ hint: ''
+ owner_id:
+ label: 'Owner'
+ hint: ''
+ owner_type:
+ label: 'Owner type'
+ hint: ''
+ submit: 'Submit' \ No newline at end of file