mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
@@ -1334,9 +1334,15 @@
|
||||
<item quantity="one">%1$d member</item>
|
||||
<item quantity="other">%1$d members</item>
|
||||
</plurals>
|
||||
<!-- Describes the number of members in a group. The string MessageRequestProfileView_invited is nested in the parentheses. -->
|
||||
<plurals name="MessageRequestProfileView_members_and_invited">
|
||||
<item quantity="one">%1$d member (+%2$d invited)</item>
|
||||
<item quantity="other">%1$d members (+%2$d invited)</item>
|
||||
<item quantity="one">%1$d member (%2$s)</item>
|
||||
<item quantity="other">%1$d members (%2$s)</item>
|
||||
</plurals>
|
||||
<!-- Describes the number of people invited to a group. Nested inside of the string MessageRequestProfileView_members_and_invited -->
|
||||
<plurals name="MessageRequestProfileView_invited">
|
||||
<item quantity="one">+%1$d invited</item>
|
||||
<item quantity="other">+%1$d invited</item>
|
||||
</plurals>
|
||||
<plurals name="MessageRequestProfileView_member_of_d_additional_groups">
|
||||
<item quantity="one">%d additional group</item>
|
||||
|
||||
Reference in New Issue
Block a user