mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 00:29:11 +01:00
Add support for blocked chat events.
This commit is contained in:
committed by
Greyson Parrelli
parent
8101fcbd8d
commit
f61109391a
@@ -2082,6 +2082,14 @@
|
||||
<string name="MessageRecord_reported_as_spam">Reported as spam</string>
|
||||
<!-- Update message shown in chat after accept a message request -->
|
||||
<string name="MessageRecord_you_accepted_the_message_request">You accepted the message request</string>
|
||||
<!-- Update message shown in chat after you block a person -->
|
||||
<string name="MessageRecord_you_blocked_this_person">You blocked this person</string>
|
||||
<!-- Update message shown in chat after you unblock a person -->
|
||||
<string name="MessageRecord_you_unblocked_this_person">You unblocked this person</string>
|
||||
<!-- Update message shown in chat after you block a group -->
|
||||
<string name="MessageRecord_you_blocked_this_group">You blocked this group</string>
|
||||
<!-- Update message shown in chat after you unblock a group -->
|
||||
<string name="MessageRecord_you_unblocked_this_group">You unblocked this group</string>
|
||||
|
||||
<!-- MessageRequestBottomView -->
|
||||
<string name="MessageRequestBottomView_accept">Accept</string>
|
||||
@@ -2849,6 +2857,8 @@
|
||||
<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>
|
||||
<!-- Displayed in the conversation list when a person has been blocked -->
|
||||
<string name="ThreadRecord_blocked">Blocked</string>
|
||||
|
||||
<!-- ApkUpdateNotifications -->
|
||||
<string name="ApkUpdateNotifications_prompt_install_title">Signal update</string>
|
||||
|
||||
Reference in New Issue
Block a user