Add messagegroup

Messagegroups are a new kind of group. Every user can join and leave such a
group on her own. They are useful to create topics for mails.

E.g. if there is a weekly newsletter we can create a new messagegroup for
it and every user which is interested in receiving the newsletter can join
the corresponding group.
This commit is contained in:
Patrick Gansterer 2016-02-17 12:26:21 +01:00 committed by wvengen
parent b30b4e46d8
commit 01cf6431a9
15 changed files with 172 additions and 9 deletions

View file

@ -8,9 +8,35 @@ en:
recipient_tokens: Recipients
sent_to_all: Send to all members
subject: Subject
messagegroup:
description: Description
name: Name
user_tokens: Members
models:
message: Message
messagegroup: Messagegroup
admin:
messagegroups:
destroy:
error: 'Messagegroup could not be deleted: %{error}'
notice: Messagegroup was deleted
edit:
title: Edit messagegroup
index:
first_paragraph: Here you can create %{url}, edit and delete them.
new_messagegroup: Create new messagegroup
new_messagegroups: new messagegroups
title: Messagegroups
new:
title: Create messagegroup
show:
confirm: Are you sure?
edit: Edit group/members
send_message: Send message
title: Messagegroup %{name}
messagegroups:
members: Members
name: Name
ordergroups:
show:
send_message: Send message
@ -39,6 +65,19 @@ en:
view_all: See all messages
start_nav:
write_message: Write message
messagegroups:
index:
body: You can join or leave any of the messagegroups.
title: Messagegroups
join:
error: 'Messagegroup could not be joined: %{error}'
notice: Messagegroup was joined
leave:
error: 'Messagegroup could not be left: %{error}'
notice: Messagegroup was left
messagegroup:
join: Join messagegroup
leave: Leave messagegroup
messages:
create:
notice: Message is saved and will be sent.
@ -99,4 +138,7 @@ en:
'
navigation:
admin:
messagegroups: Messagegroups
messagegroups: Messagegroups
messages: Messages