feat(settings): add summary to ambiguous settings

This commit is contained in:
FineFindus
2023-05-18 22:42:55 +02:00
parent 6fb7e97f13
commit 4e188503a2
5 changed files with 25 additions and 15 deletions

View File

@@ -69,4 +69,16 @@
<string name="mo_instance_info_moderated_servers">Moderated servers</string>
<string name="mo_severity_silence">Silenced</string>
<string name="mo_severity_suspend">Blocked</string>
<!-- Settings summaries-->
<string name="mo_setting_true_black_summary">Might save your power on AMOLED displays</string>
<string name="mo_setting_marquee_summary">Disables the ellipsized title scrolling</string>
<string name="mo_setting_uniform_summary">Use the app icon for all notifications</string>
<string name="mo_setting_reduced_motion_summary">Disable animations of interactions</string>
<string name="mo_setting_play_gif_summary">Automatically play GIFs in avatars and emoji</string>
<string name="mo_setting_remote_follower_summary">Show followers from other instances</string>
<string name="mo_setting_relocate_publish_summary">Move the publish button to the bottom bar</string>
<string name="mo_setting_default_reply_privacy_summary">Replies will be opted out of discovery features by default</string>
<string name="mo_setting_interaction_count_summary">Show how many people interacted with a post in the timeline</string>
<string name="mo_setting_disable_swipe_summary">Swipe to change viewed timeline</string>
</resources>