Add notification for failed story messages.

This commit is contained in:
Clark
2023-03-17 12:23:02 -04:00
committed by Greyson Parrelli
parent 069b707d9d
commit 150c42c590
14 changed files with 135 additions and 3 deletions

View File

@@ -2129,6 +2129,10 @@
<string name="MessageNotifier_most_recent_from_s">Most recent from: %1$s</string>
<string name="MessageNotifier_locked_message">Locked message</string>
<string name="MessageNotifier_message_delivery_failed">Message delivery failed.</string>
<!-- Shown in a notification when a story the user tries to send fails to be sent -->
<string name="MessageNotifier_story_delivery_failed">Story failed to send</string>
<!-- Shown as notification title for when a notification about a story sent to a group story %1$s replaced with the group name -->
<string name="MessageNotifier_group_story_title">You to %1$s</string>
<string name="MessageNotifier_failed_to_deliver_message">Failed to deliver message.</string>
<string name="MessageNotifier_error_delivering_message">Error delivering message.</string>
<string name="MessageNotifier_message_delivery_paused">Message delivery paused.</string>