Add additional call links moderation ui.

This commit is contained in:
Alex Hart
2023-08-08 15:10:47 -03:00
parent 7c209db146
commit 30d0b6fd0e
20 changed files with 531 additions and 105 deletions

View File

@@ -1728,6 +1728,36 @@
<string name="WebRtcCallActivity__open_settings">Open settings</string>
<!-- Negative action for bluetooth warning dialog to dismiss dialog -->
<string name="WebRtcCallActivity__not_now">Not now</string>
<!-- Title for dialog to approve all requests -->
<plurals name="WebRtcCallActivity__approve_d_requests">
<item quantity="one">Approve %1$d request?</item>
<item quantity="other">Approve %1$d requests?</item>
</plurals>
<!-- Positive action for call link approve all dialog -->
<string name="WebRtcCallActivity__approve_all">Approve all</string>
<!-- Message for dialog to approve all requests -->
<plurals name="WebRtcCallActivity__d_people_will_be_added_to_the_call">
<item quantity="one">%1$d person will be added to the call.</item>
<item quantity="other">%1$d people will be added to the call.</item>
</plurals>
<!-- Title for dialog to deny all requests -->
<plurals name="WebRtcCallActivity__deny_d_requests">
<item quantity="one">Deny %1$d request?</item>
<item quantity="other">Deny %1$d requests?</item>
</plurals>
<!-- Message for dialog to deny all requests -->
<plurals name="WebRtcCallActivity__d_people_will_not_be_added_to_the_call">
<item quantity="one">%1$d person will not be added to the call.</item>
<item quantity="other">%1$d people will not be added to the call.</item>
</plurals>
<!-- Positive action for call link deny all dialog -->
<string name="WebRtcCallActivity__deny_all">Deny all</string>
<!-- Displayed in call status when users are pending -->
<plurals name="WebRtcCallActivity__d_people_waiting">
<item quantity="one">%1$d person waiting</item>
<item quantity="other">%1$d people waiting</item>
</plurals>
<!-- WebRtcCallView -->
<string name="WebRtcCallView__signal_call">Signal Call</string>
@@ -1740,6 +1770,10 @@
<string name="WebRtcCallView__reconnecting">Reconnecting…</string>
<string name="WebRtcCallView__joining">Joining…</string>
<string name="WebRtcCallView__disconnected">Disconnected</string>
<!-- Utilized in the lobby before joining a call link -->
<string name="WebRtcCallView__signal_call_link">Signal call link</string>
<!-- Warning displayed when entering a call via a link -->
<string name="WebRtcCallView__anyone_who_joins">Anyone who joins this call via the link will see your name, photo, and phone number.</string>
<string name="WebRtcCallView__signal_will_ring_s">Signal will ring %1$s</string>
<string name="WebRtcCallView__signal_will_ring_s_and_s">Signal will ring %1$s and %2$s</string>
@@ -6094,6 +6128,16 @@
<!-- Call link creation item description on calls tab -->
<string name="CreateCallLink__share_a_link_for">Share a link for a Signal call</string>
<!-- CallLinkInfoSheet -->
<!-- Sheet title -->
<string name="CallLinkInfoSheet__call_info">Call info</string>
<!-- Dialog title for removing or blocking participants -->
<string name="CallLinkInfoSheet__remove_s_from_the_call">Remove %1$s from the call?</string>
<!-- Dialog action to remove participant from the call -->
<string name="CallLinkInfoSheet__remove">Remove</string>
<!-- Dialog action to block participant from the call -->
<string name="CallLinkInfoSheet__block_from_call">Block from call</string>
<!-- CreateCallLinkBottomSheetDialogFragment -->
<!-- Fragment title -->
<string name="CreateCallLinkBottomSheetDialogFragment__create_call_link">Create call link</string>