2013-02-07 00:47:26 +01:00
|
|
|
en:
|
2013-02-07 02:35:46 +01:00
|
|
|
invites:
|
|
|
|
new:
|
2013-04-16 07:53:36 +02:00
|
|
|
body: <p>Here you can add a person to the group <b>%{group}</b>, who is not yet a member of the foodcoop.</p>
|
2013-02-07 02:35:46 +01:00
|
|
|
action: 'Send invite'
|
|
|
|
back: 'or go back'
|
|
|
|
modal_form:
|
|
|
|
title: 'Invite person'
|
2013-04-19 11:16:21 +02:00
|
|
|
body: >
|
2013-04-16 07:53:36 +02:00
|
|
|
<p>Here you can invite a person to a group <b>%{group}</b>, who is not yet a member of the foodcoop.</p>
|
|
|
|
<p>After being added for the first time, the person is automatically a member of this group.</p>
|
2013-02-07 00:47:26 +01:00
|
|
|
|
2013-02-07 02:35:46 +01:00
|
|
|
# used by controller
|
|
|
|
success: 'User was invited successfully.'
|
2013-02-07 00:58:42 +01:00
|
|
|
|
2013-02-27 11:59:03 +01:00
|
|
|
# used by model
|
|
|
|
errors:
|
2013-04-16 07:53:36 +02:00
|
|
|
already_member: 'is already in use. Person is already a member of this Foodcoop.'
|