mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 16:49:40 +01:00
Block GV1 creation if forced migrations are enabled.
This commit is contained in:
@@ -702,6 +702,10 @@
|
||||
<item quantity="one">%d member does not support New Groups, so this will be a Legacy Group.</item>
|
||||
<item quantity="other">%d members do not support New Groups, so this group will be a Legacy Group.</item>
|
||||
</plurals>
|
||||
<plurals name="AddGroupDetailsFragment__d_members_do_not_support_new_groups_so_this_group_cannot_be_created">
|
||||
<item quantity="one">%d member does not support New Groups, so this group cannot be created.</item>
|
||||
<item quantity="other">%d members do not support New Groups, so this group cannot be created.</item>
|
||||
</plurals>
|
||||
|
||||
<!-- NonGv2MemberDialog -->
|
||||
<string name="NonGv2MemberDialog_single_users_are_non_gv2_capable">A Legacy Group will be created because “%1$s” is using an old version of Signal. You can create a New Style Group with them after they update Signal, or remove them before creating the group.</string>
|
||||
@@ -709,6 +713,11 @@
|
||||
<item quantity="one">A Legacy Group will be created because %1$d member is using an old version of Signal. You can create a New Style Group with them after they update Signal, or remove them before creating the group.</item>
|
||||
<item quantity="other">A Legacy Group will be created because %1$d members are using an old version of Signal. You can create a New Style Group with them after they update Signal, or remove them before creating the group.</item>
|
||||
</plurals>
|
||||
<string name="NonGv2MemberDialog_single_users_are_non_gv2_capable_forced_migration">This group cannot be created because “%1$s” is using an old version of Signal. You must remove them before creating the group.</string>
|
||||
<plurals name="NonGv2MemberDialog_d_users_are_non_gv2_capable_forced_migration">
|
||||
<item quantity="one">This group cannot be created because %1$d member is using an old version of Signal. You must remove them before creating the group.</item>
|
||||
<item quantity="other">This group cannot be created because %1$d members are using an old version of Signal. You must remove them before creating the group.</item>
|
||||
</plurals>
|
||||
|
||||
<!-- ManageGroupActivity -->
|
||||
<string name="ManageGroupActivity_disappearing_messages">Disappearing messages</string>
|
||||
|
||||
Reference in New Issue
Block a user