mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 16:49:40 +01:00
Add call and message buttons to recipient bottom sheet.
And insecure call button for non-registered contacts.
This commit is contained in:
@@ -2316,8 +2316,6 @@
|
||||
<string name="Recipient_unknown">Unknown</string>
|
||||
|
||||
<!-- RecipientBottomSheet -->
|
||||
<string name="RecipientBottomSheet_message">Message</string>
|
||||
<string name="RecipientBottomSheet_call">Call</string>
|
||||
<string name="RecipientBottomSheet_block">Block</string>
|
||||
<string name="RecipientBottomSheet_unblock">Unblock</string>
|
||||
<string name="RecipientBottomSheet_add_to_contacts">Add to contacts</string>
|
||||
@@ -2327,6 +2325,10 @@
|
||||
<string name="RecipientBottomSheet_make_group_admin">Make group admin</string>
|
||||
<string name="RecipientBottomSheet_remove_as_admin">Remove as admin</string>
|
||||
<string name="RecipientBottomSheet_remove_from_group">Remove from group</string>
|
||||
<string name="RecipientBottomSheet_message_description">Message</string>
|
||||
<string name="RecipientBottomSheet_voice_call_description">Voice call</string>
|
||||
<string name="RecipientBottomSheet_insecure_voice_call_description">Insecure voice call</string>
|
||||
<string name="RecipientBottomSheet_video_call_description">Video call</string>
|
||||
|
||||
<string name="RecipientBottomSheet_remove_s_as_group_admin">Remove %1$s as group admin?</string>
|
||||
<string name="RecipientBottomSheet_s_will_be_able_to_edit_group">%1$s will be able to edit this group and its members</string>
|
||||
|
||||
Reference in New Issue
Block a user