Add new call toast and remove call button labels.

This commit is contained in:
Alex Hart
2023-03-23 11:25:24 -03:00
committed by Greyson Parrelli
parent 7a2ad37333
commit 8f9713a2c0
19 changed files with 341 additions and 265 deletions

View File

@@ -5777,5 +5777,17 @@
<!-- Activity title in title bar -->
<string name="NewCallActivity__new_call">New call</string>
<!-- Call state update popups -->
<!-- Displayed when the user enables group call ringing -->
<string name="CallStateUpdatePopupWindow__ringing_on">Ringing on</string>
<!-- Displayed when the user disables group call ringing -->
<string name="CallStateUpdatePopupWindow__ringing_off">Ringing off</string>
<!-- Displayed when the user cannot enable group call ringing -->
<string name="CallStateUpdatePopupWindow__group_is_too_large">Group is too large to ring the participants</string>
<!-- Displayed when the user turns on their mic -->
<string name="CallStateUpdatePopupWindow__mic_on">Mic on</string>
<!-- Displayed when the user turns off their mic -->
<string name="CallStateUpdatePopupWindow__mic_off">Mic off</string>
<!-- EOF -->
</resources>