mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Implement proper in-call status for call links.
This commit is contained in:
@@ -1766,6 +1766,11 @@
|
||||
<item quantity="one">%1$d person waiting</item>
|
||||
<item quantity="other">%1$d people waiting</item>
|
||||
</plurals>
|
||||
<!-- Displayed in call status during call link when no users are pending -->
|
||||
<plurals name="WebRtcCallActivity__d_people">
|
||||
<item quantity="one">%1$d person</item>
|
||||
<item quantity="other">%1$d people</item>
|
||||
</plurals>
|
||||
<!-- Title of dialog displayed when a user's join request is denied for call link entry -->
|
||||
<string name="WebRtcCallActivity__join_request_denied">Join request denied</string>
|
||||
<!-- Message of dialog displayed when a user's join request is denied for call link entry -->
|
||||
@@ -1775,7 +1780,6 @@
|
||||
<!-- Message of dialog displayed when a user is removed from a call link -->
|
||||
<string name="WebRtcCallActivity__someone_has_removed_you_from_the_call">Someone has removed you from the call.</string>
|
||||
|
||||
|
||||
<!-- WebRtcCallView -->
|
||||
<string name="WebRtcCallView__signal_call">Signal Call</string>
|
||||
<string name="WebRtcCallView__signal_video_call">Signal Video Call</string>
|
||||
|
||||
Reference in New Issue
Block a user