mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Add new call toast and remove call button labels.
This commit is contained in:
committed by
Greyson Parrelli
parent
7a2ad37333
commit
8f9713a2c0
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user