Add new My Story privacy settings.

This commit is contained in:
Cody Henthorne
2022-06-24 10:51:26 -04:00
parent ebc556801e
commit 9bc25132c3
58 changed files with 935 additions and 242 deletions

View File

@@ -4638,11 +4638,30 @@
<string name="MyStorySettingsFragment__who_can_see_this_story">Who can see this story</string>
<!-- Clickable option for selecting people to hide your story from -->
<string name="MyStorySettingsFragment__hide_story_from">Hide story from</string>
<!-- Summary of clickable option displaying how many people you have hidden your story from -->
<!-- Privacy setting title for sending stories to all your signal connections -->
<string name="MyStorySettingsFragment__all_signal_connections">All Signal connections</string>
<!-- Privacy setting description for sending stories to all your signal connections -->
<string name="MyStorySettingsFragment__share_with_all_connections">Share with all connections</string>
<!-- Privacy setting title for sending stories to all except the specified connections -->
<string name="MyStorySettingsFragment__all_signal_connections_except">All Signal connections except…</string>
<!-- Privacy setting description for sending stories to all except the specified connections -->
<string name="MyStorySettingsFragment__hide_your_story_from_specific_people">Hide your story from specific people</string>
<!-- Summary of clickable option displaying how many people you have excluded from your story -->
<plurals name="MyStorySettingsFragment__d_people_excluded">
<item quantity="one">%1$d person excluded</item>
<item quantity="other">%1$d people excluded</item>
</plurals>
<!-- Privacy setting title for only sharing your story with specified connections -->
<string name="MyStorySettingsFragment__only_share_with">Only share with…</string>
<!-- Privacy setting description for only sharing your story with specified connections -->
<string name="MyStorySettingsFragment__only_share_with_selected_people">Only share with selected people</string>
<!-- Summary of clickable option displaying how many people you have included to send to in your story -->
<plurals name="MyStorySettingsFragment__d_people">
<item quantity="one">%1$d person</item>
<item quantity="other">%1$d people</item>
</plurals>
<!-- My story privacy fine print about what the privacy settings are for -->
<string name="MyStorySettingsFragment__choose_who_can_view_your_story">Choose who can view your story. Changes won\'t affect stories you\'ve already sent.</string>
<!-- Section header for options related to replies and reactions -->
<string name="MyStorySettingsFragment__replies_amp_reactions">Replies &amp; reactions</string>
<!-- Switchable option for allowing replies and reactions on your stories -->
@@ -4651,10 +4670,10 @@
<string name="MyStorySettingsFragment__let_people_who_can_view_your_story_react_and_reply">Let people who can view your story react and reply</string>
<!-- Note about default sharing -->
<string name="MyStorySettingsFragment__hide_your_story_from">Hide your story from specific people. By default, your story is shared with your %1$s</string>
<!-- Signal connections linked text that opens the Signal Connections sheet -->
<string name="MyStorySettingsFragment__signal_connections">Signal connections.</string>
<!-- Signal connections bolded text in the Signal Connections sheet -->
<string name="SignalConnectionsBottomSheet___signal_connections">Signal Connections</string>
<!-- Displayed at the top of the signal connections sheet. Please remember to insert strong tag as required. -->
<string name="SignalConnectionsBottomSheet__signal_connections_are_people"><strong>Signal Connections</strong> are people you\'ve chosen to trust, either by:</string>
<string name="SignalConnectionsBottomSheet__signal_connections_are_people">Signal Connections are people you\'ve chosen to trust, either by:</string>
<!-- Signal connections sheet bullet point 1 -->
<string name="SignalConnectionsBottomSheet__starting_a_conversation">Starting a conversation</string>
<!-- Signal connections sheet bullet point 2 -->
@@ -4703,8 +4722,10 @@
<string name="TextStoryPostSendFragment__search">Search</string>
<!-- Toast shown when an unexpected error occurs while sending a text story -->
<string name="TextStoryPostSendFragment__an_unexpected_error_occurred_try_again">An unexpected error occurred</string>
<!-- Title for screen allowing user to hide "My Story" entries from specific people -->
<string name="HideStoryFromFragment__hide_story_from">Hide story from</string>
<!-- Title for screen allowing user to exclude "My Story" entries from specific people -->
<string name="ChangeMyStoryMembershipFragment__all_except">All except</string>
<!-- Title for screen allowing user to only share "My Story" entries with specific people -->
<string name="ChangeMyStoryMembershipFragment__only_share_with">Only share with…</string>
<!-- Done button label for hide story from screen -->
<string name="HideStoryFromFragment__done">Done</string>
<!-- Dialog title for first time adding something to a story -->