discourse-whos-online/config/locales/server.en.yml
David Taylor 8e39a66f31
FEATURE: Update whos-online to use core's new PresenceChannel API (#43)
This change completely re-writes the backend of the plugin to use Core's new PresenceChannel API. It also introduces a new 'count only' mode for increased privacy. The rest of the functionality remains largely the same, but should be much more efficient when many users are online simultaneously.
2021-11-09 14:02:45 +00:00

13 lines
1 KiB
YAML

en:
site_settings:
whos_online_enabled: "Enable Who's Online Plugin"
whos_online_active_timeago: "The maximum number of minutes since last interaction that a user is considered 'online'"
whos_online_collapse_threshold: "The number of users required before the avatars overlap"
whos_online_maximum_display: "The maximum number of users to display"
whos_online_minimum_display: "The minimum number of users to display"
whos_online_hide_below_minimum_display: "Completely hide the widget if number of users is below minimum_display"
whos_online_display_public: "Show whos-online to the public (no sign in required)"
whos_online_display_min_trust_level: "The minimum trust level required to see whos-online"
whos_online_avatar_indicator: "Show an indicator on user avatars describing their online status"
whos_online_avatar_indicator_topic_lists: "Show online indicators in topic lists"
whos_online_count_only: "Only show the count. Do not reveal online user identities. (more efficient)"