Update 1:1 call event copy.

This commit is contained in:
Cody Henthorne
2023-01-04 12:05:49 -05:00
committed by Greyson Parrelli
parent 6a1a657451
commit b546d661ba
6 changed files with 76 additions and 40 deletions

View File

@@ -1152,19 +1152,29 @@
<string name="MessageRecord_left_group">You have left the group.</string>
<string name="MessageRecord_you_updated_group">You updated the group.</string>
<string name="MessageRecord_the_group_was_updated">The group was updated.</string>
<string name="MessageRecord_you_called_date">You called · %1$s</string>
<!-- Shown where messages are shown to indicate an unanswered audio call -->
<string name="MessageRecord_unanswered_audio_call_date">Unanswered audio call · %1$s</string>
<!-- Shown where messages are shown to indicate an unanswered video call -->
<string name="MessageRecord_unanswered_video_call_date">Unanswered video call · %1$s</string>
<string name="MessageRecord_missed_audio_call_date">Missed audio call · %1$s</string>
<string name="MessageRecord_missed_video_call_date">Missed video call · %1$s</string>
<!-- Shown where messages are shown to indicate an declined audio call -->
<string name="MessageRecord_declined_audio_call_date">Declined audio call · %1$s</string>
<!-- Shown where messages are shown to indicate an decline video call -->
<string name="MessageRecord_declined_video_call_date">Declined video call · %1$s</string>
<!-- Update message shown when placing an outgoing 1:1 voice/audio call and it's answered by the other party -->
<string name="MessageRecord_outgoing_voice_call">Outgoing voice call</string>
<!-- Update message shown when placing an outgoing 1:1 video call and it's answered by the other party -->
<string name="MessageRecord_outgoing_video_call">Outgoing video call</string>
<!-- Update message shown when placing an outgoing 1:1 voice/audio call and it's not answered by the other party -->
<string name="MessageRecord_unanswered_voice_call">Unanswered voice call</string>
<!-- Update message shown when placing an outgoing 1:1 video call and it's not answered by the other party -->
<string name="MessageRecord_unanswered_video_call">Unanswered video call</string>
<!-- Update message shown when receiving an incoming 1:1 voice/audio call and it's answered -->
<string name="MessageRecord_incoming_voice_call">Incoming voice call</string>
<!-- Update message shown when receiving an incoming 1:1 video call and answered -->
<string name="MessageRecord_incoming_video_call">Incoming video call</string>
<!-- Update message shown when receiving an incoming 1:1 voice/audio call and not answered -->
<string name="MessageRecord_missed_voice_call">Missed voice call</string>
<!-- Update message shown when receiving an incoming 1:1 video call and not answered -->
<string name="MessageRecord_missed_video_call">Missed video call</string>
<!-- Update message shown when receiving an incoming 1:1 voice/audio call and explicitly declined -->
<string name="MessageRecord_you_declined_a_voice_call">You declined a voice call</string>
<!-- Update message shown when receiving an incoming 1:1 video call and explicitly declined -->
<string name="MessageRecord_you_declined_a_video_call">You declined a video call</string>
<!-- Call update formatter string to place the update message next to a time stamp. e.g., 'Incoming voice call · 11:11am' -->
<string name="MessageRecord_call_message_with_date">%1$s · %2$s</string>
<string name="MessageRecord_s_updated_group">%s updated the group.</string>
<string name="MessageRecord_s_called_you_date">%1$s called you · %2$s</string>
<string name="MessageRecord_s_joined_signal">%s is on Signal!</string>
<string name="MessageRecord_you_disabled_disappearing_messages">You disabled disappearing messages.</string>
<string name="MessageRecord_s_disabled_disappearing_messages">%1$s disabled disappearing messages.</string>
@@ -1850,10 +1860,6 @@
<string name="ThreadRecord_left_the_group">Left the group</string>
<string name="ThreadRecord_secure_session_reset">Secure session reset.</string>
<string name="ThreadRecord_draft">Draft:</string>
<string name="ThreadRecord_called">You called</string>
<string name="ThreadRecord_called_you">Called you</string>
<string name="ThreadRecord_missed_audio_call">Missed audio call</string>
<string name="ThreadRecord_missed_video_call">Missed video call</string>
<string name="ThreadRecord_media_message">Media message</string>
<string name="ThreadRecord_sticker">Sticker</string>
<string name="ThreadRecord_view_once_photo">View-once photo</string>