aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Gui
diff options
context:
space:
mode:
authorMark Sapiro <msapiro@value.net>2007-11-25 17:32:26 -0800
committerMark Sapiro <msapiro@value.net>2007-11-25 17:32:26 -0800
commit04cf2724037aa01a0fc02842a68162a5771cc0ba (patch)
treebf62619d841c01cfce35777aacf3071d04a25095 /Mailman/Gui
parentdd541be11f9ab58c55b087c4fca2dea9c2ea49b7 (diff)
downloadmailman2-04cf2724037aa01a0fc02842a68162a5771cc0ba.tar.gz
mailman2-04cf2724037aa01a0fc02842a68162a5771cc0ba.tar.xz
mailman2-04cf2724037aa01a0fc02842a68162a5771cc0ba.zip
Mailman/Archiver/HyperArch.py
Mailman/MailList.py - Updated Copyright date. Mailman/Gui/NonDigest.py - Edited new messages. messages/mailman.pot - Added new NonDigest.py messages.
Diffstat (limited to 'Mailman/Gui')
-rw-r--r--Mailman/Gui/NonDigest.py26
1 files changed, 14 insertions, 12 deletions
diff --git a/Mailman/Gui/NonDigest.py b/Mailman/Gui/NonDigest.py
index c319d6ef..d1d0d232 100644
--- a/Mailman/Gui/NonDigest.py
+++ b/Mailman/Gui/NonDigest.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2003 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2007 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@@ -12,7 +12,8 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+# USA.
"""GUI component for managing the non-digest delivery options.
"""
@@ -148,22 +149,23 @@ and footers:
_('Sibling lists'),
('regular_exclude_lists', mm_cfg.EmailList, (3, WIDTH), 0,
- _('''Other mailing lists on this site whose members are
+ _("""Other mailing lists on this site whose members are
excluded from the regular (non-digest) delivery if those
- list addresses appear in To: or Cc: header.'''),
- _('''The list addresses should be written in full mail address
+ list addresses appear in a To: or Cc: header."""),
+ _("""The list addresses should be written in full mail address
format (e.g. mailman@example.com). Do not specify this list
- address mutually in the exclude list configuration page,
- or those doubled members won't get any message. Note also that
- the site administrator may prohibit cross domain sibling.''')),
+ address mutually in the exclude list configuration page of the
+ other list, or members of both lists won't get any message.
+ Note also that the site administrator may prohibit cross domain
+ siblings.""")),
('regular_include_lists', mm_cfg.EmailList, (3, WIDTH), 0,
- _('''Other mailing lists on this site whose members are
+ _("""Other mailing lists on this site whose members are
included in the regular (non-digest) delivery if those
- list addresses don't appear in To: or Cc: header.'''),
- _('''The list addresses should be written in full mail address
+ list addresses don't appear in a To: or Cc: header."""),
+ _("""The list addresses should be written in full mail address
format (e.g. mailman@example.com). Note also that the site
- administrator may prohibit cross domain sibling.''')),
+ administrator may prohibit cross domain siblings.""")),
])