mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 08:39:22 +01:00
Add groups in common screen.
Adds a new screen to show which groups the user has in common with another user.
This commit is contained in:
committed by
Michelle Tang
parent
bc2d4a0415
commit
9d3f4ffa08
@@ -2575,6 +2575,12 @@
|
||||
<!-- Displays the name of a contact. The first placeholder is the name the user has assigned to that contact, the second name is the name the contact assigned to themselves -->
|
||||
<string name="AboutSheet__user_set_display_name_and_profile_name">%1$s (%2$s)</string>
|
||||
|
||||
<!-- Title of the screen showing which groups they have in common with another user. -->
|
||||
<plurals name="GroupsInCommon__n_groups_in_common_title">
|
||||
<item quantity="one">%1$s group in common</item>
|
||||
<item quantity="other">%1$s groups in common</item>
|
||||
</plurals>
|
||||
|
||||
<!-- CallParticipantsListDialog -->
|
||||
<plurals name="CallParticipantsListDialog_in_this_call">
|
||||
<item quantity="one">In this call (%1$d)</item>
|
||||
|
||||
Reference in New Issue
Block a user