Show Group V2 invited member dialog explaining invites on new group and add to group.

This commit is contained in:
Alan Evans
2020-07-16 17:50:46 -03:00
committed by Greyson Parrelli
parent ae2b6e4d7a
commit a59e214317
16 changed files with 293 additions and 89 deletions

View File

@@ -472,6 +472,15 @@
<item>@string/GroupManagement_access_level_only_admins</item>
</array>
<!-- GV2 invites sent -->
<plurals name="GroupManagement_invitation_sent">
<item quantity="one">Invitation sent</item>
<item quantity="other">%d invitations sent</item>
</plurals>
<string name="GroupManagement_invite_single_user">“%1$s” cant be automatically added to this group by you.\n\nTheyve been invited to join, and wont see any group messages until they accept.</string>
<string name="GroupManagement_learn_more">Learn more</string>
<string name="GroupManagement_invite_multiple_users">These users cant be automatically added to this group by you.\n\nTheyve been invited to join the group, and wont see any group messages until they accept.</string>
<!-- PendingMembersActivity -->
<string name="PendingMemberInvitesActivity_pending_group_invites">Pending group invites</string>
<string name="PendingMembersActivity_people_you_invited">People you invited</string>