1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-24 05:28:18 +01:00

Describe translation differences

Test Plan: Read.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Maniphest Tasks: T1139

Differential Revision: https://secure.phabricator.com/D2807
This commit is contained in:
vrana 2012-06-20 11:20:11 -07:00
parent 3559d71e3a
commit 3387e26e7a

View file

@ -241,6 +241,7 @@ return array(
// one from the user and one from Phabricator turning their mail into // one from the user and one from Phabricator turning their mail into
// a comment. // a comment.
// - Not supported with a private reply-to address. // - Not supported with a private reply-to address.
// - Mails are sent in the server default translation.
// - One mail to each user: // - One mail to each user:
// - Recipients need to look in the mail body to see To/Cc. // - Recipients need to look in the mail body to see To/Cc.
// - If you use mailing lists, recipients may sometimes get duplicate // - If you use mailing lists, recipients may sometimes get duplicate
@ -249,6 +250,7 @@ return array(
// can be customzied by each user. // can be customzied by each user.
// - "Reply All" no longer spams all other users. // - "Reply All" no longer spams all other users.
// - Required if private reply-to addresses are configured. // - Required if private reply-to addresses are configured.
// - Mails are sent in the language of user preference.
// //
// In the code, splitting one outbound email into one-per-recipient is // In the code, splitting one outbound email into one-per-recipient is
// sometimes referred to as "multiplexing". // sometimes referred to as "multiplexing".