Improve member adding and excluding flow
Allow to exclude a member Send emails to the member when it's excluded Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -369,8 +369,7 @@ msgstr[4] ""
|
||||
msgstr[5] ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_invite.html.eex:38
|
||||
#: lib/web/templates/email/group_invite.text.eex:5
|
||||
#: lib/web/templates/email/group_invite.text.eex:3
|
||||
msgid "%{inviter} just invited you to join their group %{group}"
|
||||
msgstr ""
|
||||
|
||||
@@ -398,7 +397,7 @@ msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_invite.html.eex:45
|
||||
#: lib/web/templates/email/group_invite.text.eex:7
|
||||
#: lib/web/templates/email/group_invite.text.eex:5
|
||||
msgid "To accept this invitation, head over to your groups."
|
||||
msgstr ""
|
||||
|
||||
@@ -1199,12 +1198,44 @@ msgstr ""
|
||||
msgid "If you didn't trigger the change yourself, please ignore this message."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/email.html.eex:89
|
||||
msgid "<b>Please do not use it for real purposes.</b>"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/email.html.eex:91
|
||||
msgid "Mobilizon is still under development, we will add new features along the updates, until the release of <b>version 1 of the software in the fall of 2020</b>."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_removal.html.eex:45
|
||||
#: lib/web/templates/email/group_removal.text.eex:5
|
||||
msgid "If you feel this is an error, you may contact the group's administrators so that they can add you back."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_removal.html.eex:13
|
||||
#: lib/web/templates/email/group_removal.text.eex:1
|
||||
msgid "So long, and thanks for the fish!"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/email/group.ex:58
|
||||
msgid "You have been removed from group %{group}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format
|
||||
#: lib/web/templates/email/group_removal.text.eex:3
|
||||
msgid "You have been removed from group %{group}. You will not be able to access this group's private content anymore."
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/group_invite.html.eex:38
|
||||
msgid "<b>%{inviter}</b> just invited you to join their group %{link_start}<b>%{group}</b>%{link_end}"
|
||||
msgstr ""
|
||||
|
||||
#, elixir-format, fuzzy
|
||||
#: lib/web/templates/email/group_removal.html.eex:38
|
||||
msgid "You have been removed from group %{link_start}<b>%{group}</b>%{link_end}. You will not be able to access this group's private content anymore."
|
||||
msgstr ""
|
||||
|
||||
Reference in New Issue
Block a user