mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 00:29:11 +01:00
Update conversation header with group members.
This commit is contained in:
committed by
Cody Henthorne
parent
41e0f2193a
commit
da3fc408f8
@@ -2139,6 +2139,27 @@
|
||||
<item quantity="one">%d additional group</item>
|
||||
<item quantity="other">%d additional groups</item>
|
||||
</plurals>
|
||||
<!-- Describes the names of members in a group. MessageRequestProfileView_group_members_* is nested in the first parentheses. MessageRequestProfileView_invited is nested in the second -->
|
||||
<string name="MessageRequestProfileView_member_names_and_invited">%1$s (%2$s)</string>
|
||||
<!-- Text for an empty group or when you are the only member -->
|
||||
<string name="MessageRequestProfileView_group_members_zero">No other group members yet</string>
|
||||
<!-- Text for a group with one member (not you). %1$s is their name -->
|
||||
<string name="MessageRequestProfileView_group_members_one">%1$s</string>
|
||||
<!-- Text for a 2 member group you are in. %1$s is the name of the other member -->
|
||||
<string name="MessageRequestProfileView_group_members_one_and_you">%1$s and you</string>
|
||||
<!-- Text for a 2 member group you are not in. %1$s and %2$s are the members' names -->
|
||||
<string name="MessageRequestProfileView_group_members_two">%1$s and %2$s</string>
|
||||
<!-- Text for a 3 member group you are in. %1$s and %2$s are the members' names -->
|
||||
<string name="MessageRequestProfileView_group_members_two_and_you">%1$s, %2$s, and you</string>
|
||||
<!-- Text for a 3 member group you are not in. %1$s, %2$s, %3$s are the names of the other members. -->
|
||||
<string name="MessageRequestProfileView_group_members_three">%1$s, %2$s, and %3$s</string>
|
||||
<!-- Text for a 3+ member group. %1$s, %2$s, %3$s are member names. %4$s is the string key MessageRequestProfileView_other_members-->
|
||||
<string name="MessageRequestProfileView_group_members_other">%1$s, %2$s, %3$s, and %4$s</string>
|
||||
<!-- Nested in MessageRequestProfileView_group_members_other that shows how many members (besides three) are in the group -->
|
||||
<plurals name="MessageRequestProfileView_other_members">
|
||||
<item quantity="one">%1$d other</item>
|
||||
<item quantity="other">%1$d others</item>
|
||||
</plurals>
|
||||
<!-- Button label to report spam for a conversation when in a message request state -->
|
||||
<string name="MessageRequestBottomView_report">Report…</string>
|
||||
<!-- Alert dialog title to accept a message request -->
|
||||
|
||||
Reference in New Issue
Block a user