Add story send multi-send, error, and improved SNC states.

This commit is contained in:
Cody Henthorne
2022-04-11 12:55:08 -04:00
committed by Greyson Parrelli
parent 7f2f5a182f
commit 2f0f26c328
13 changed files with 117 additions and 35 deletions

View File

@@ -4430,8 +4430,12 @@
<string name="StoriesLandingItem__go_to_chat">Go to chat</string>
<!-- Label when a story is pending sending -->
<string name="StoriesLandingItem__sending">Sending…</string>
<!-- Label when multiple stories are pending sending -->
<string name="StoriesLandingItem__sending_d">Sending %1$d…</string>
<!-- Label when a story fails to send -->
<string name="StoriesLandingItem__couldnt_send">Couldn\'t send</string>
<string name="StoriesLandingItem__send_failed">Send failed</string>
<!-- Status label when a story fails to send indicating user action to retry -->
<string name="StoriesLandingItem__tap_to_retry">Tap to retry</string>
<!-- Title of dialog confirming decision to hide a story -->
<string name="StoriesLandingFragment__hide_story">Hide story?</string>
<!-- Message of dialog confirming decision to hide a story -->
@@ -4580,6 +4584,10 @@
<string name="StoryDialogs__add_to_story">Add to story</string>
<!-- First time share to story dialog: Neutral action to edit who can view "My Story" -->
<string name="StoryDialogs__edit_viewers">Edit viewers</string>
<!-- Error message shown when a failure occurs during story send -->
<string name="StoryDialogs__story_could_not_be_sent">Story could not be sent. Check your connection and try again.</string>
<!-- Error message dialog button to resend a previously failed story send -->
<string name="StoryDialogs__send">Send</string>
<!-- Privacy Settings toggle title for stories -->
<string name="PrivacySettingsFragment__share_and_view_stories">Share &amp; View Stories</string>
<!-- Privacy Settings toggle summary for stories -->