diff options
Diffstat (limited to 'config/locales/views/group_permissions/en.yml')
-rw-r--r-- | config/locales/views/group_permissions/en.yml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/config/locales/views/group_permissions/en.yml b/config/locales/views/group_permissions/en.yml index 2a5f48e..cb96ecc 100644 --- a/config/locales/views/group_permissions/en.yml +++ b/config/locales/views/group_permissions/en.yml @@ -1,38 +1,38 @@ en: group_permissions: - name: 'Grouppermission' + name: 'Permission' controller: - successfuly_created: 'Successfully created Grouppermission.' - successfuly_updated: 'Successfully updated Grouppermission.' - successfuly_destroyed: 'Successfully destroyed Grouppermission.' + successfuly_created: 'Successfully created Permission.' + successfuly_updated: 'Successfully updated Permission.' + successfuly_destroyed: 'Successfully destroyed Permission.' index: - page_title: 'Listing Grouppermission' + page_title: 'Permissions' group_id: 'Group' permission: 'Permission' target_group_id: 'Target group' actions: - confirm_destroy: 'Are you sure you want to delete this Grouppermission?' + confirm_destroy: 'Are you sure you want to delete this Permission?' destroy: 'Delete' edit: 'Edit' show: 'View' create: 'New' - create_for: 'New Grouppermission for %{resource}' + create_for: 'New Permission for %{resource}' show: - page_title: 'Show Grouppermission' + page_title: 'Show Permission' group_id: 'Group' permission: 'Permission' - target_group_id: 'Target group' + target_group: 'Target group' actions: confirm_destroy: 'Are you sure you want to delete this element?' destroy: 'Delete' edit: 'Edit' view_all: 'View All' new: - page_title: 'New Grouppermission' + page_title: 'New Permission' actions: back_to_list: 'Back to Index' edit: - page_title: 'Editing Grouppermission' + page_title: 'Editing Permission' actions: back_to_list: 'Back to Index' edit: 'Edit' |