added "in kB" to email total attachment limit (#12765)
This commit is contained in:
parent
606860e75a
commit
48d04e934d
|
@ -1993,7 +1993,7 @@ en:
|
||||||
forwarded_emails_behaviour: "How to treat a forwarded email to Discourse"
|
forwarded_emails_behaviour: "How to treat a forwarded email to Discourse"
|
||||||
always_show_trimmed_content: "Always show trimmed part of incoming emails. WARNING: might reveal email addresses."
|
always_show_trimmed_content: "Always show trimmed part of incoming emails. WARNING: might reveal email addresses."
|
||||||
private_email: "Don't include content from posts or topics in email title or email body. NOTE: also disables digest emails."
|
private_email: "Don't include content from posts or topics in email title or email body. NOTE: also disables digest emails."
|
||||||
email_total_attachment_size_limit_kb: "Max total size of files attached to outgoing emails. Set to 0 to disable sending of attachments."
|
email_total_attachment_size_limit_kb: "Max total size of files attached to outgoing emails in kB. Set to 0 to disable sending of attachments."
|
||||||
post_excerpts_in_emails: "In notification emails, always send excerpts instead of full posts"
|
post_excerpts_in_emails: "In notification emails, always send excerpts instead of full posts"
|
||||||
raw_email_max_length: "How many characters should be stored for incoming email."
|
raw_email_max_length: "How many characters should be stored for incoming email."
|
||||||
raw_rejected_email_max_length: "How many characters should be stored for rejected incoming email."
|
raw_rejected_email_max_length: "How many characters should be stored for rejected incoming email."
|
||||||
|
|
Loading…
Reference in New Issue