mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
Implement bottom selection menu in chat.
This commit is contained in:
committed by
Alex Hart
parent
a8d9933265
commit
829c06ab1a
@@ -2775,18 +2775,32 @@
|
||||
<string name="conversation_callable_secure__menu_video">Signal video call</string>
|
||||
|
||||
<!-- conversation_context -->
|
||||
<string name="conversation_context__menu_message_details">Message details</string>
|
||||
<string name="conversation_context__menu_copy_text">Copy text</string>
|
||||
<string name="conversation_context__menu_delete_message">Delete message</string>
|
||||
<string name="conversation_context__menu_forward_message">Forward message</string>
|
||||
<!-- Button to view detailed information for a message -->
|
||||
<string name="conversation_context__menu_message_details">Info</string>
|
||||
<!-- Button to copy a message's text to the clipboard -->
|
||||
<string name="conversation_context__menu_copy_text">Copy</string>
|
||||
<!-- Button to delete a message -->
|
||||
<string name="conversation_context__menu_delete_message">Delete</string>
|
||||
<!-- Button to forward a message to another person or group chat -->
|
||||
<string name="conversation_context__menu_forward_message">Forward</string>
|
||||
<!-- Button to retry sending a message -->
|
||||
<string name="conversation_context__menu_resend_message">Resend message</string>
|
||||
<string name="conversation_context__menu_reply_to_message">Reply to message</string>
|
||||
<!-- Button to reply to a message -->
|
||||
<string name="conversation_context__menu_reply_to_message">Reply</string>
|
||||
|
||||
<!-- conversation_context_reacction -->
|
||||
<!-- conversation_context_reaction -->
|
||||
<!-- Button to select a message and enter selection mode -->
|
||||
<string name="conversation_context__reaction_multi_select">Select multiple</string>
|
||||
|
||||
<!-- Heading which shows how many messages are currently selected -->
|
||||
<plurals name="conversation_context__s_selected">
|
||||
<item quantity="one">%d selected</item>
|
||||
<item quantity="other">%d selected</item>
|
||||
</plurals>
|
||||
|
||||
<!-- conversation_context_image -->
|
||||
<string name="conversation_context_image__save_attachment">Save attachment</string>
|
||||
<!-- Button to save a message attachment (image, file etc.) -->
|
||||
<string name="conversation_context_image__save_attachment">Save</string>
|
||||
|
||||
<!-- conversation_expiring_off -->
|
||||
<string name="conversation_expiring_off__disappearing_messages">Disappearing messages</string>
|
||||
|
||||
Reference in New Issue
Block a user