Update content descriptions for call toggles.

This commit is contained in:
Alex Hart
2023-03-24 10:51:43 -03:00
committed by Greyson Parrelli
parent 1a71e1a5ae
commit 351baa4135
2 changed files with 15 additions and 17 deletions

View File

@@ -1745,19 +1745,17 @@
<item quantity="other">%1$s, %2$s, and %3$d others are in this call</item>
</plurals>
<!-- Toggle label with hyphenation. Translation can use soft hyphen - Unicode U+00AD -->
<string name="WebRtcCallView__flip">Flip</string>
<!-- Toggle label with hyphenation. Translation can use soft hyphen - Unicode U+00AD -->
<string name="WebRtcCallView__speaker">Speaker</string>
<!-- Toggle label with hyphenation. Translation can use soft hyphen - Unicode U+00AD -->
<string name="WebRtcCallView__camera">Camera</string>
<!-- Toggle label with hyphenation. Translation can use soft hyphen - Unicode U+00AD -->
<string name="WebRtcCallView__unmute">Unmute</string>
<!-- Toggle label with hyphenation. Translation can use soft hyphen - Unicode U+00AD -->
<string name="WebRtcCallView__mute">Mute</string>
<!-- Toggle label with hyphenation. Translation can use soft hyphen - Unicode U+00AD -->
<string name="WebRtcCallView__ring">Ring</string>
<!-- Label with hyphenation. Translation can use soft hyphen - Unicode U+00AD -->
<!-- Toggle content description for toggling camera direction -->
<string name="WebRtcCallView__toggle_camera_direction">Toggle camera direction</string>
<!-- Toggle content description for toggling audio output -->
<string name="WebRtcCallView__toggle_speaker">Toggle speaker</string>
<!-- Toggle content description for toggling camera state -->
<string name="WebRtcCallView__toggle_camera">Toggle camera</string>
<!-- Toggle content description for toggling mute state -->
<string name="WebRtcCallView__toggle_mute">Toggle mute</string>
<!-- Toggle content description for toggling group ring state -->
<string name="WebRtcCallView__toggle_ring">Toggle ring</string>
<!-- Content description for end-call button -->
<string name="WebRtcCallView__end_call">End call</string>
<!-- CallParticipantsListDialog -->