mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
Implement UI and backend for sending story reactions.
Co-authored-by: Rashad Sookram <rashad@signal.org>
This commit is contained in:
committed by
Cody Henthorne
parent
7f4a12c179
commit
437c1e2f21
@@ -4606,6 +4606,8 @@
|
||||
<string name="StoryViewerPageFragment__see_more">… See More</string>
|
||||
<!-- Displayed in toast after sending a direct reply -->
|
||||
<string name="StoryDirectReplyDialogFragment__reply_sent">Reply sent</string>
|
||||
<!-- Displayed in toast after sending a direct reaction -->
|
||||
<string name="StoryDirectReplyDialogFragment__reaction_sent">Reaction sent</string>
|
||||
<!-- Displayed in the viewer when a story is no longer available -->
|
||||
<string name="StorySlateView__this_story_is_no_longer_available">This story is no longer available.</string>
|
||||
<!-- Displayed in the viewer when the network is not available -->
|
||||
@@ -4622,6 +4624,11 @@
|
||||
<!-- Label for a button in a notification at the bottom of the chat list to turn off censorship circumvention -->
|
||||
<string name="TurnOffCircumventionMegaphone_turn_off">Turn off</string>
|
||||
|
||||
<!-- Conversation Item label for reactions to a story -->
|
||||
<string name="ConversationItem__s_dot_story">%1$s · Story</string>
|
||||
<!-- Conversation Item label for reactions to an unavailable story -->
|
||||
<string name="ConversationItem__reacted_to_a_story">Reacted to a story</string>
|
||||
|
||||
<!-- endregion -->
|
||||
<!-- Content description for expand contacts chevron -->
|
||||
<string name="ExpandModel__view_more">View more</string>
|
||||
|
||||
Reference in New Issue
Block a user