diff options
author | Mark Sapiro <mark@msapiro.net> | 2016-05-18 17:40:27 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2016-05-18 17:40:27 -0700 |
commit | 78582187ce1ba47cddf8ca5b03d515e1355c861f (patch) | |
tree | fb2433b4d8e3a0a6d1ba594627d196f3f5d12988 /Mailman/Cgi/edithtml.py | |
parent | 29f51f1e3b79040d67f827e655029d17dbb6c226 (diff) | |
download | mailman2-78582187ce1ba47cddf8ca5b03d515e1355c861f.tar.gz mailman2-78582187ce1ba47cddf8ca5b03d515e1355c861f.tar.xz mailman2-78582187ce1ba47cddf8ca5b03d515e1355c861f.zip |
Added a bunch more templates to those that can be edited via the GUI.
Diffstat (limited to 'Mailman/Cgi/edithtml.py')
-rw-r--r-- | Mailman/Cgi/edithtml.py | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/Mailman/Cgi/edithtml.py b/Mailman/Cgi/edithtml.py index d01ff889..85632531 100644 --- a/Mailman/Cgi/edithtml.py +++ b/Mailman/Cgi/edithtml.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2014 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2016 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 @@ -47,6 +47,18 @@ def main(): ('options.html', _('User specific options page')), ('subscribeack.txt', _('Welcome email text file')), ('masthead.txt', _('Digest masthead')), + ('postheld.txt', _('User notice of held post')), + ('approve.txt', _('User notice of held subscription')), + ('refuse.txt', _('Notice of post refused by moderator')), + ('invite.txt', _('Invitation to join list')), + ('verify.txt', _('Request to confirm subscription')), + ('unsub.txt', _('Request to confirm unsubscription')), + ('nomoretoday.txt', _('User notice of autoresponse limit')), + ('postack.txt', _('User post acknowledgement')), + ('disabled.txt', _('Subscription disabled by bounce warning')), + ('admlogin.html', _('Admin/moderator login page')), + ('private.html', _('Private archive login page')), + ('userpass.txt', _('On demand password reminder')), ) _ = i18n._ |