mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 16:49:40 +01:00
Implement remote mute receive; Update to RingRTC v2.52.0
Co-authored-by: Alex Hart <alex@signal.org> Co-authored-by: Cody Henthorne <cody@signal.org>
This commit is contained in:
committed by
Cody Henthorne
parent
ed9a945f05
commit
3d7162cdd3
@@ -2482,6 +2482,15 @@
|
||||
<!-- Content description for toggling group ring state -->
|
||||
<string name="WebRtcCallView__toggle_group_ringing">Toggle group ringing</string>
|
||||
|
||||
<!-- Alert message indicating that the local user was remotely muted by some other user. Placeholder is the muters display name. -->
|
||||
<string name="WebRtcCallView__s_remotely_muted_you">%1$s muted you.</string>
|
||||
<!-- Alert message indicating that the local user remotely muted another user. Placeholder is the name of the person muted. -->
|
||||
<string name="WebRtcCallView__you_remotely_muted_s">You muted %1$s.</string>
|
||||
<!-- Alert message indicating that a remote user remotely muted another remote user. First placeholder is the muters display name, second is the display name of the person muted. -->
|
||||
<string name="WebRtcCallView__s_remotely_muted_s">%1$s muted %2$s.</string>
|
||||
<!-- Alert message indicating that the local user joined a call on a second device and muted this one from the other one. -->
|
||||
<string name="WebRtcCallView__you_muted_yourself">You muted yourself from another device.</string>
|
||||
|
||||
<!-- Error message when the developer added a button in the wrong place. -->
|
||||
<string name="WebRtcAudioOutputToggleButton_fragment_activity_error">A UI error occurred. Please report this error to the developers.</string>
|
||||
<!-- Error message when the user is trying to change audio outputs but none are present. -->
|
||||
|
||||
Reference in New Issue
Block a user