Add call info treatment for unknown members.

This commit is contained in:
Alex Hart
2024-07-18 10:35:46 -03:00
committed by Greyson Parrelli
parent e7720640d1
commit c39739bcb4
2 changed files with 164 additions and 1 deletions

View File

@@ -221,6 +221,24 @@
<string name="BucketedThreadMedia_Medium">Medium</string>
<string name="BucketedThreadMedia_Small">Small</string>
<!-- CallInfoView -->
<!-- Unknown people row text when the only people in the call are unknowns -->
<plurals name="CallInfoView__d_people">
<item quantity="one">%1$d person</item>
<item quantity="other">%1$d people</item>
</plurals>
<!-- Unknown people row, placeholder is the number of unknown people in the call -->
<plurals name="CallInfoView__plus_d_people">
<item quantity="one">+%1$d person</item>
<item quantity="other">+%1$d people</item>
</plurals>
<!-- Unknown people row icon content description -->
<string name="CallInfoView__more_information">More information</string>
<!-- Unknown people row info dialog message -->
<string name="CallInfoView__before_joining_a_call">Before joining a call you can only see the names of phone contacts, people you\'re in a group with, or people you\'ve chatted with 1:1. You\'ll see all names and photos once you\'ve joined the call.</string>
<!-- Unknown people row info dialog action to close the dialog -->
<string name="CallInfoView__got_it">Got it</string>
<!-- CameraFragment -->
<!-- Toasted when user device does not support video recording -->
<string name="CameraFragment__video_recording_is_not_supported_on_your_device">Video recording is not supported on your device</string>