diff options
author | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-02-27 12:22:29 +0100 |
---|---|---|
committer | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-02-27 12:22:29 +0100 |
commit | 67c1a0a951403a546250ea860a3e3d199cae2fce (patch) | |
tree | f86ec6cedf081a1a57005eca1661e9bead34e4de /config/locales/views/groups/en.yml | |
parent | 5d8ce5f4775ac8bc5f523964e6e36f63ff3c4683 (diff) | |
parent | 211f558a86ae30cdd5b392ab1376e1393f97e22c (diff) |
Merge branch 'develop'5.1-beta6
Diffstat (limited to 'config/locales/views/groups/en.yml')
-rw-r--r-- | config/locales/views/groups/en.yml | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/config/locales/views/groups/en.yml b/config/locales/views/groups/en.yml new file mode 100644 index 0000000..a7fb666 --- /dev/null +++ b/config/locales/views/groups/en.yml @@ -0,0 +1,50 @@ +en: + groups: + name: 'Group' + controller: + successfuly_created: 'Successfully created Group.' + successfuly_updated: 'Successfully updated Group.' + successfuly_destroyed: 'Successfully destroyed Group.' + index: + page_title: 'Listing Group' + name: 'Name' + active: 'Active' + comment: 'Comment' + actions: + confirm_destroy: 'Are you sure you want to delete this Group?' + destroy: 'Delete' + edit: 'Edit' + show: 'View' + create: 'New' + create_for: 'New Group for %{resource}' + show: + page_title: 'Show Group' + name: 'Name' + active: 'Active' + comment: 'Comment' + actions: + confirm_destroy: 'Are you sure you want to delete this element?' + destroy: 'Delete' + edit: 'Edit' + view_all: 'View All' + new: + page_title: 'New Group' + actions: + back_to_list: 'Back to Index' + edit: + page_title: 'Editing Group' + actions: + back_to_list: 'Back to Index' + edit: 'Edit' + view_all: 'View All' + form: + name: + label: 'Name' + hint: '' + active: + label: 'Active' + hint: '' + comment: + label: 'Comment' + hint: '' + submit: 'Submit'
\ No newline at end of file |