Add support for rendering session switchover events.

This commit is contained in:
Greyson Parrelli
2023-02-07 11:26:57 -05:00
parent 03c68375db
commit 9e056e5dd0
11 changed files with 229 additions and 878 deletions

View File

@@ -1962,6 +1962,10 @@
<string name="ThreadRecord_payment">Payment</string>
<!-- Displayed in the conversation list when your only message in a conversation is a scheduled send. -->
<string name="ThreadRecord_scheduled_message">Scheduled message</string>
<!-- Displayed in the conversation list when your message history has been merged -->
<string name="ThreadRecord_message_history_has_been_merged">Your message history has been merged</string>
<!-- Displayed in the conversation list when identities have been merged. The first placeholder is a phone number, and the second is a person's name -->
<string name="ThreadRecord_s_belongs_to_s">%1$s belongs to %2$s</string>
<!-- UpdateApkReadyListener -->
<string name="UpdateApkReadyListener_Signal_update">Signal update</string>