mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-25 11:20:47 +01:00
Add pending and failed states for admin delete.
This commit is contained in:
committed by
Greyson Parrelli
parent
3af8b6050c
commit
74d9e3248b
@@ -435,7 +435,11 @@
|
||||
<!-- ConversationItem -->
|
||||
<string name="ConversationItem_error_not_sent_tap_for_details">Not sent, tap for details</string>
|
||||
<string name="ConversationItem_error_partially_not_delivered">Partially sent, tap for details</string>
|
||||
<!-- Warning footer when an admin delete has not been sent to everyone -->
|
||||
<string name="ConversationItem_error_partially_not_deleted">Partially deleted, tap for details</string>
|
||||
<string name="ConversationItem_error_network_not_delivered">Send failed</string>
|
||||
<!-- Warning footer when an admin delete has failed to send -->
|
||||
<string name="ConversationItem_error_delete_failed">Delete failed, tap for details</string>
|
||||
<string name="ConversationItem_group_action_left">%1$s has left the group.</string>
|
||||
<string name="ConversationItem_send_paused">Send paused</string>
|
||||
<string name="ConversationItem_click_to_approve_unencrypted_sms_dialog_title">Fallback to unencrypted SMS?</string>
|
||||
@@ -3592,6 +3596,10 @@
|
||||
<!-- Accessibility content description describing how a user can lock voice note recording. -->
|
||||
<string name="conversation_activity__quick_attachment_drawer_lock_record_description">Lock recording of audio attachment</string>
|
||||
<string name="conversation_activity__message_could_not_be_sent">Message could not be sent. Check your connection and try again.</string>
|
||||
<!-- Dialog body when a message failed to delete and retry is possible. -->
|
||||
<string name="conversation_activity__message_failed_to_delete_retry">Message failed to delete. Check your connection and try again.</string>
|
||||
<!-- Dialog body when a message failed to delete. -->
|
||||
<string name="conversation_activity__message_failed_to_delete">Message failed to delete.</string>
|
||||
|
||||
<!-- conversation_input_panel -->
|
||||
<string name="conversation_input_panel__slide_to_cancel">Slide to cancel</string>
|
||||
|
||||
Reference in New Issue
Block a user