diff options
author | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-06-20 19:06:19 +0200 |
---|---|---|
committer | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-06-20 19:06:19 +0200 |
commit | eb0e1cc5c26275ff3e5c341404e8bc558f8312b8 (patch) | |
tree | 71f449ccd6f15422717de3ac24f87d5e888ddd79 /config/locales/views/group_permissions/en.yml | |
parent | df6e17e48995f25e72509986f30700d778b179b6 (diff) | |
parent | 3b27a5d45b12f6bac65da2a8e17387bfda42a2f1 (diff) |
Merge branch 'develop'
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' |