diff options
author | Fire Demon <firedemon@creature.cafe> | 2020-07-17 22:08:47 -0500 |
---|---|---|
committer | Fire Demon <firedemon@creature.cafe> | 2020-08-30 05:43:08 -0500 |
commit | 28be38e40c6d56fd7bc0b0c98a3b76609e70b903 (patch) | |
tree | bd3a22d7f87787b7cbeb7baa5065724f533cc6b9 /config/locales/simple_form.en-MP.yml | |
parent | 1a4c553afdba941eeac554ee8e2f47b2db2c6b48 (diff) |
[Privacy] Add profile option for indirect federation mode, disabled by default
Diffstat (limited to 'config/locales/simple_form.en-MP.yml')
-rw-r--r-- | config/locales/simple_form.en-MP.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/locales/simple_form.en-MP.yml b/config/locales/simple_form.en-MP.yml index 9903fb174..55097c519 100644 --- a/config/locales/simple_form.en-MP.yml +++ b/config/locales/simple_form.en-MP.yml @@ -10,9 +10,10 @@ en-MP: text_html: Optional. You can use roar syntax. You can <a href="%{path}">add warning presets</a> to save time announcement: text: You can use roar syntax. Please be mindful of the space the announcement will take up on the user's screen - defaults: + defaults: irreversible: Filtered roars will disappear irreversibly, even if filter is later removed phrase: Will be matched regardless of casing in text or content warning of a roar + require_dereference_html: "When enabled, Monsterpit will deliver your roars to other servers as pointers and require an authenticated request to access their (non-public) content. This allows permissions and blocks you've set to be enforced more stringently. <strong>Beware that standard Mastodon servers are not compatible with this feature.</strong>" setting_aggregate_reblogs: Do not show new boosts for roars that have been recently boosted (only affects newly-received boosts) setting_default_content_type_html: When composing roars, assume they are written in raw HTML, unless specified otherwise setting_default_content_type_markdown: When composing roars, assume they are using Markdown for rich text formatting, unless specified otherwise @@ -34,6 +35,7 @@ en-MP: include_statuses: Include reported roars in the e-mail defaults: bot: This is an automated account + require_dereference: Indirect federation mode setting_crop_images: Crop images in non-expanded roars to 16x9 setting_default_content_type: Default format for roars setting_default_language: Roar language |