------------------------------------------------------------
revno: 1848
fixes bug: https://launchpad.net/bugs/1877379
committer: Mark Sapiro <[email protected]>
branch nick: 2.1
timestamp: Thu 2020-05-07 06:53:40 -0700
message:
Fixed content injection vulnerability via the private login page.
modified:
Mailman/Cgi/private.py
NEWS
messages/ar/LC_MESSAGES/mailman.po
messages/ast/LC_MESSAGES/mailman.po
messages/ca/LC_MESSAGES/mailman.po
messages/cs/LC_MESSAGES/mailman.po
messages/da/LC_MESSAGES/mailman.po
messages/de/LC_MESSAGES/mailman.po
messages/el/LC_MESSAGES/mailman.po
messages/eo/LC_MESSAGES/mailman.po
messages/es/LC_MESSAGES/mailman.po
messages/et/LC_MESSAGES/mailman.po
messages/eu/LC_MESSAGES/mailman.po
messages/fa/LC_MESSAGES/mailman.po
messages/fi/LC_MESSAGES/mailman.po
messages/fr/LC_MESSAGES/mailman.po
messages/gl/LC_MESSAGES/mailman.po
messages/he/LC_MESSAGES/mailman.po
messages/hr/LC_MESSAGES/mailman.po
messages/hu/LC_MESSAGES/mailman.po
messages/ia/LC_MESSAGES/mailman.po
messages/it/LC_MESSAGES/mailman.po
messages/ja/LC_MESSAGES/mailman.po
messages/ko/LC_MESSAGES/mailman.po
messages/lt/LC_MESSAGES/mailman.po
messages/mailman.pot
messages/nl/LC_MESSAGES/mailman.po
messages/no/LC_MESSAGES/mailman.po
messages/pl/LC_MESSAGES/mailman.po
messages/pt/LC_MESSAGES/mailman.po
messages/pt_BR/LC_MESSAGES/mailman.po
messages/ro/LC_MESSAGES/mailman.po
messages/ru/LC_MESSAGES/mailman.po
messages/sk/LC_MESSAGES/mailman.po
messages/sl/LC_MESSAGES/mailman.po
messages/sr/LC_MESSAGES/mailman.po
messages/sv/LC_MESSAGES/mailman.po
messages/tr/LC_MESSAGES/mailman.po
messages/uk/LC_MESSAGES/mailman.po
messages/vi/LC_MESSAGES/mailman.po
messages/zh_CN/LC_MESSAGES/mailman.po
messages/zh_TW/LC_MESSAGES/mailman.po
--
lp:mailman/2.1
https://code.launchpad.net/~mailman-coders/mailman/2.1
Your team Mailman Checkins is subscribed to branch lp:mailman/2.1.
To unsubscribe from this branch go to
https://code.launchpad.net/~mailman-coders/mailman/2.1/+edit-subscription
=== modified file 'Mailman/Cgi/private.py'
--- Mailman/Cgi/private.py 2019-03-06 17:48:32 +0000
+++ Mailman/Cgi/private.py 2020-05-07 13:53:40 +0000
@@ -162,13 +162,9 @@
if mlist.isMember(username):
mlist.MailUserPassword(username)
elif username:
- # Not a member
- if mlist.private_roster == 0:
- # Public rosters
- safeuser = Utils.websafe(username)
- message = Bold(FontSize('+1',
- _('No such member: %(safeuser)s.'))).Format()
- else:
+ # Not a member. Don't report address in any case. It leads to
+ # Content injection. Just log if roster is not public.
+ if mlist.private_roster != 0:
syslog('mischief',
'Reminder attempt of non-member w/ private rosters: %s',
username)
=== modified file 'NEWS'
--- NEWS 2020-05-05 19:57:39 +0000
+++ NEWS 2020-05-07 13:53:40 +0000
@@ -5,6 +5,13 @@
Here is a history of user visible changes to Mailman.
+2.1.33 (07-May-2020)
+
+ Security
+
+ - A content injection vulnerability via the private login page has been
+ fixed. (LP: #1877379)
+
2.1.32 (05-May-2020)
i18n
=== modified file 'messages/ar/LC_MESSAGES/mailman.po'
--- messages/ar/LC_MESSAGES/mailman.po 2020-05-05 19:57:39 +0000
+++ messages/ar/LC_MESSAGES/mailman.po 2020-05-07 13:53:40 +0000
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mailman_ar\n"
-"POT-Creation-Date: Tue May 5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May 7 06:49:22 2020\n"
"PO-Revision-Date: 2006-03-19 17:06+0300\n"
"Last-Translator: Munzir Taha <[email protected]>\n"
"Language-Team: Arabic\n"
@@ -2460,7 +2460,7 @@
msgstr "عنوان بريد إلكتروني غير نظامي"
#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
msgid "No such member: %(safeuser)s."
msgstr "لا يوجد مثل هذ العضو: %(safeuser)s"
@@ -2870,7 +2870,7 @@
msgid "Please enter your email address"
msgstr "عنوانك الإلكتروني:"
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
msgid "Private archive file not found"
msgstr "ملف الأرشيف الخاص غير موجود"
=== modified file 'messages/ast/LC_MESSAGES/mailman.po'
--- messages/ast/LC_MESSAGES/mailman.po 2020-05-05 19:57:39 +0000
+++ messages/ast/LC_MESSAGES/mailman.po 2020-05-07 13:53:40 +0000
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Mailman\n"
-"POT-Creation-Date: Tue May 5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May 7 06:49:22 2020\n"
"PO-Revision-Date: 2009-12-07 17:01+0100\n"
"Last-Translator: astur <[email protected]>\n"
"Language-Team: Asturian <[email protected]>\n"
@@ -2602,7 +2602,7 @@
msgstr "Direici�n de corr�u electr�nicu incorreuta"
#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
msgid "No such member: %(safeuser)s."
msgstr "Nun esiste soscritor: %(safeuser)s."
@@ -3047,7 +3047,7 @@
msgid "Please enter your email address"
msgstr "La to direici�n de corr�u electr�nicu:"
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
msgid "Private archive file not found"
msgstr "Archivu priv�u nun alcontr�u"
=== modified file 'messages/ca/LC_MESSAGES/mailman.po'
--- messages/ca/LC_MESSAGES/mailman.po 2020-05-05 19:57:39 +0000
+++ messages/ca/LC_MESSAGES/mailman.po 2020-05-07 13:53:40 +0000
@@ -14,7 +14,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mailman 2.1.11\n"
-"POT-Creation-Date: Tue May 5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May 7 06:49:22 2020\n"
"PO-Revision-Date: 2009-01-28 01:23+0100\n"
"Last-Translator: David Planella <[email protected]>\n"
"Language-Team: Catalan <[email protected]>\n"
@@ -2642,7 +2642,7 @@
msgstr "Adreça de correu electrònic errònia"
#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
msgid "No such member: %(safeuser)s."
msgstr "El membre no existeix: %(safeuser)s."
@@ -3104,7 +3104,7 @@
msgid "Please enter your email address"
msgstr "La vostra adreça de correu electrònic:"
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
msgid "Private archive file not found"
msgstr "No s'ha trobat el l'arxiu privat"
=== modified file 'messages/cs/LC_MESSAGES/mailman.po'
--- messages/cs/LC_MESSAGES/mailman.po 2020-05-05 19:57:39 +0000
+++ messages/cs/LC_MESSAGES/mailman.po 2020-05-07 13:53:40 +0000
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: a\n"
-"POT-Creation-Date: Tue May 5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May 7 06:49:22 2020\n"
"PO-Revision-Date: 2007-03-23 11:26+0100\n"
"Last-Translator: Dan Ohnesorg <[email protected]>\n"
"Language-Team: <[email protected]>\n"
@@ -2545,7 +2545,7 @@
msgstr "Neplatn� emailov� adresa"
#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
msgid "No such member: %(safeuser)s."
msgstr "Nenalezl jsem ��astn�ka: %(safeuser)s."
@@ -2981,7 +2981,7 @@
msgid "Please enter your email address"
msgstr "Va�e e-mailov� adresa: "
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
msgid "Private archive file not found"
msgstr "Nebyl nalezen soubor priv�tn�ho archivu."
=== modified file 'messages/da/LC_MESSAGES/mailman.po'
--- messages/da/LC_MESSAGES/mailman.po 2020-05-05 19:57:39 +0000
+++ messages/da/LC_MESSAGES/mailman.po 2020-05-07 13:53:40 +0000
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mailman\n"
-"POT-Creation-Date: Tue May 5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May 7 06:49:22 2020\n"
"PO-Revision-Date: 2013-10-16 13:55+0200\n"
"Last-Translator: Tom G. Christensen <[email protected]>\n"
"Language-Team: Dansk mailman <[email protected]>\n"
@@ -2596,7 +2596,7 @@
msgstr "Forkert/Ugyldig e-mailadresse"
#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
msgid "No such member: %(safeuser)s."
msgstr "Medlemmet findes ikke: %(safeuser)s."
@@ -3035,7 +3035,7 @@
msgid "Please enter your email address"
msgstr "Din e-mail adresse:"
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
msgid "Private archive file not found"
msgstr "Arkivfilen ikke fundet"
=== modified file 'messages/de/LC_MESSAGES/mailman.po'
--- messages/de/LC_MESSAGES/mailman.po 2020-05-05 19:57:39 +0000
+++ messages/de/LC_MESSAGES/mailman.po 2020-05-07 13:53:40 +0000
@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mailman\n"
-"POT-Creation-Date: Tue May 5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May 7 06:49:22 2020\n"
"PO-Revision-Date: 2020-02-19 11:57+0100\n"
"Last-Translator: Mirian Margiani <[email protected]>\n"
"Language-Team: German <[email protected]>\n"
@@ -2915,7 +2915,7 @@
# Mailman/Cgi/options.py:93
#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
msgid "No such member: %(safeuser)s."
msgstr " %(safeuser)s ist nicht Abonnent."
@@ -3421,7 +3421,7 @@
msgstr "Bitte Ihre E-Mail-Adresse eingeben"
# Mailman/Cgi/private.py:155
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
msgid "Private archive file not found"
msgstr "Archivdatei nicht gefunden"
=== modified file 'messages/el/LC_MESSAGES/mailman.po'
--- messages/el/LC_MESSAGES/mailman.po 2020-05-05 19:57:39 +0000
+++ messages/el/LC_MESSAGES/mailman.po 2020-05-07 13:53:40 +0000
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: tuxpaint-2.1pre\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: Tue May 5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May 7 06:49:22 2020\n"
"PO-Revision-Date: 2011-09-15 11:53+0800\n"
"Last-Translator: Limperis Antonis <[email protected]>\n"
"Language-Team: Greek <[email protected]>\n"
@@ -2670,7 +2670,7 @@
msgstr "�� ������ Email ���������"
#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
msgid "No such member: %(safeuser)s."
msgstr "��� ������� ������ �����: %(safeuser)s."
@@ -3119,7 +3119,7 @@
msgid "Please enter your email address"
msgstr "� email ��������� ���:"
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
msgid "Private archive file not found"
msgstr "�� ������ ��� ��������� ��������� �� �������"
=== modified file 'messages/eo/LC_MESSAGES/mailman.po'
--- messages/eo/LC_MESSAGES/mailman.po 2020-05-05 19:57:39 +0000
+++ messages/eo/LC_MESSAGES/mailman.po 2020-05-07 13:53:40 +0000
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: 2.1.27\n"
-"POT-Creation-Date: Tue May 5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May 7 06:49:22 2020\n"
"PO-Revision-Date: 2018-06-02 08:56\n"
"Last-Translator: Rubén Fernández Asensio <[email protected]>\n"
"Language-Team: Esperanto <[email protected]>\n"
@@ -2403,7 +2403,7 @@
msgstr "Retpoŝtadreso nevalida"
#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
msgid "No such member: %(safeuser)s."
msgstr "Membro neekzistanta: %(safeuser)s."
@@ -2835,7 +2835,7 @@
msgid "Please enter your email address"
msgstr "Enskribu vian retpoŝtadreson"
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
msgid "Private archive file not found"
msgstr "Dosiero de la privata arĥivo ne trovita"
=== modified file 'messages/es/LC_MESSAGES/mailman.po'
--- messages/es/LC_MESSAGES/mailman.po 2020-05-05 19:57:39 +0000
+++ messages/es/LC_MESSAGES/mailman.po 2020-05-07 13:53:40 +0000
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Mailman\n"
-"POT-Creation-Date: Tue May 5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May 7 06:49:22 2020\n"
"PO-Revision-Date: 2020-04-12 00:00+0000\n"
"Last-Translator: Omar Walid Llorente <[email protected]>\n"
"Language-Team: Espa�ol <[email protected]>\n"
@@ -2608,7 +2608,7 @@
msgstr "Direcci�n de correo electr�nico incorrecta"
#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
msgid "No such member: %(safeuser)s."
msgstr "No existe tal suscriptor: %(safeuser)s."
@@ -3061,7 +3061,7 @@
msgid "Please enter your email address"
msgstr "Por favor, introduzca su direcci�n de correo electr�nico:"
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
msgid "Private archive file not found"
msgstr "Fichero de archivo privado no encontrado"
=== modified file 'messages/et/LC_MESSAGES/mailman.po'
--- messages/et/LC_MESSAGES/mailman.po 2020-05-05 19:57:39 +0000
+++ messages/et/LC_MESSAGES/mailman.po 2020-05-07 13:53:40 +0000
@@ -3,7 +3,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mailman\n"
-"POT-Creation-Date: Tue May 5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May 7 06:49:22 2020\n"
"PO-Revision-Date: 2005-04-14 10:45+0300\n"
"Last-Translator: Anti Veeranna <[email protected]>\n"
"Language-Team: Estonian <[email protected]>\n"
@@ -2509,7 +2509,7 @@
msgstr "Viga aadressis"
#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
msgid "No such member: %(safeuser)s."
msgstr "Sellist liiget pole: %(safeuser)s."
@@ -2929,7 +2929,7 @@
msgid "Please enter your email address"
msgstr "Sinu meiliaadress:"
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
msgid "Private archive file not found"
msgstr "Privaatarhiivi faili ei leitud"
=== modified file 'messages/eu/LC_MESSAGES/mailman.po'
--- messages/eu/LC_MESSAGES/mailman.po 2020-05-05 19:57:39 +0000
+++ messages/eu/LC_MESSAGES/mailman.po 2020-05-07 13:53:40 +0000
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mailman\n"
-"POT-Creation-Date: Tue May 5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May 7 06:49:22 2020\n"
"PO-Revision-Date: 2016-10-10 16:24+0200\n"
"Last-Translator: Gari Araolaza <[email protected]>\n"
"Language-Team: Euskara <[email protected]>\n"
@@ -2569,7 +2569,7 @@
msgstr "ePosta helbide okerra"
#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
msgid "No such member: %(safeuser)s."
msgstr "Harpidedun ezezaguna: %(safeuser)s."
@@ -3009,7 +3009,7 @@
msgid "Please enter your email address"
msgstr "Zure ePosta helbidea:"
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
msgid "Private archive file not found"
msgstr "Artxibo Pribatua ez da aurkitu"
=== modified file 'messages/fa/LC_MESSAGES/mailman.po'
--- messages/fa/LC_MESSAGES/mailman.po 2020-05-05 19:57:39 +0000
+++ messages/fa/LC_MESSAGES/mailman.po 2020-05-07 13:53:40 +0000
@@ -2,7 +2,7 @@
msgid ""
msgstr ""
"Project-Id-Version: 2.14\n"
-"POT-Creation-Date: Tue May 5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May 7 06:49:22 2020\n"
"PO-Revision-Date: 2013-07-20 13:40+0330\n"
"Last-Translator: \n"
"Language-Team: fa <[email protected]>\n"
@@ -2498,7 +2498,7 @@
msgstr "نشانی رایانامهی غیرمجاز"
#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
msgid "No such member: %(safeuser)s."
msgstr ""
@@ -2898,7 +2898,7 @@
msgid "Please enter your email address"
msgstr "لطفاً نشانی رایانامه خود را وارد کنید"
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
msgid "Private archive file not found"
msgstr "پروندهی بایگانی خصوصی پیدا نشد"
=== modified file 'messages/fi/LC_MESSAGES/mailman.po'
--- messages/fi/LC_MESSAGES/mailman.po 2020-05-05 19:57:39 +0000
+++ messages/fi/LC_MESSAGES/mailman.po 2020-05-07 13:53:40 +0000
@@ -13,7 +13,7 @@
msgid ""
msgstr ""
"Project-Id-Version: 2.15\n"
-"POT-Creation-Date: Tue May 5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May 7 06:49:22 2020\n"
"PO-Revision-Date: 2010-07-26 10:25+0300\n"
"Last-Translator: Joni T�yryl� <[email protected]>\n"
"Language-Team: Finnish Language Team\n"
@@ -2565,7 +2565,7 @@
msgstr "Virheellinen s�hk�postiosoite"
#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
msgid "No such member: %(safeuser)s."
msgstr "Ei sellaista j�sent�: %(safeuser)s."
@@ -3011,7 +3011,7 @@
msgid "Please enter your email address"
msgstr "S�hk�postiosoitteesi:"
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
msgid "Private archive file not found"
msgstr "Yksityist� arkistointitiedostoa ei l�ydy"
=== modified file 'messages/fr/LC_MESSAGES/mailman.po'
--- messages/fr/LC_MESSAGES/mailman.po 2020-05-05 19:57:39 +0000
+++ messages/fr/LC_MESSAGES/mailman.po 2020-05-07 13:53:40 +0000
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Mailman 2.1b6\n"
-"POT-Creation-Date: Tue May 5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May 7 06:49:22 2020\n"
"PO-Revision-Date: 2003-01-22 12:50-0500\n"
"Last-Translator: Pascal George <[email protected]>\n"
"Language-Team: fr <[email protected]>\n"
@@ -2580,7 +2580,7 @@
msgstr "Adresse courriel invalide"
#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
msgid "No such member: %(safeuser)s."
msgstr "Abonn� inconnu : %(safeuser)s."
@@ -3016,7 +3016,7 @@
msgid "Please enter your email address"
msgstr "Votre adresse courriel :"
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
msgid "Private archive file not found"
msgstr "Fichier archive priv� non trouv�"
=== modified file 'messages/gl/LC_MESSAGES/mailman.po'
--- messages/gl/LC_MESSAGES/mailman.po 2020-05-05 19:57:39 +0000
+++ messages/gl/LC_MESSAGES/mailman.po 2020-05-07 13:53:40 +0000
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mailman_src\n"
-"POT-Creation-Date: Tue May 5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May 7 06:49:22 2020\n"
"PO-Revision-Date: 2007-10-19 14:01+0200\n"
"Last-Translator: Frco. Javier Rial Rodríguez <[email protected]>\n"
"Language-Team: Galician <[email protected]>\n"
@@ -2576,7 +2576,7 @@
msgstr "O enderezo de correo electrónico é incorrecto"
#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
msgid "No such member: %(safeuser)s."
msgstr "Non existe ese subscritor: %(safeuser)s."
@@ -3011,7 +3011,7 @@
msgid "Please enter your email address"
msgstr "O seu enderezo de correo electrónico:"
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
msgid "Private archive file not found"
msgstr "Non se achou o ficheiro do arquivo privado"
=== modified file 'messages/he/LC_MESSAGES/mailman.po'
--- messages/he/LC_MESSAGES/mailman.po 2020-05-05 19:57:39 +0000
+++ messages/he/LC_MESSAGES/mailman.po 2020-05-07 13:53:40 +0000
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: mailman v2.1.8\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: Tue May 5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May 7 06:49:22 2020\n"
"PO-Revision-Date: 2007-04-05 21:33+0300\n"
"Last-Translator: Dov Zamir <[email protected]>\n"
"Language-Team: Hebrew\n"
@@ -2518,7 +2518,7 @@
msgstr "כתובת דוא\"ל לא חוקית"
#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
msgid "No such member: %(safeuser)s."
msgstr "אין כזה מנוי: %(safeuser)s."
@@ -2948,7 +2948,7 @@
msgid "Please enter your email address"
msgstr "כתובת דוא\"ל שלך:"
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
msgid "Private archive file not found"
msgstr "קובץ ארכיון פרטי לא נמצא"
=== modified file 'messages/hr/LC_MESSAGES/mailman.po'
--- messages/hr/LC_MESSAGES/mailman.po 2020-05-05 19:57:39 +0000
+++ messages/hr/LC_MESSAGES/mailman.po 2020-05-07 13:53:40 +0000
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: 1.2\n"
-"POT-Creation-Date: Tue May 5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May 7 06:49:22 2020\n"
"PO-Revision-Date: 2004-06-15 12:00+1\n"
"Last-Translator: Nino Katic <[email protected]>\n"
"Language-Team: Croatian <[email protected]>\n"
@@ -2594,7 +2594,7 @@
msgstr "Pogre�na Email Adresa"
#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
msgid "No such member: %(safeuser)s."
msgstr "Nema takvog �lana: %(safeuser)s."
@@ -3028,7 +3028,7 @@
msgid "Please enter your email address"
msgstr "Va�a e-mail adresa:"
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
msgid "Private archive file not found"
msgstr "Datoteka sa privatnom arhivom nije prona�ena"
=== modified file 'messages/hu/LC_MESSAGES/mailman.po'
--- messages/hu/LC_MESSAGES/mailman.po 2020-05-05 19:57:39 +0000
+++ messages/hu/LC_MESSAGES/mailman.po 2020-05-07 13:53:40 +0000
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Mailman\n"
-"POT-Creation-Date: Tue May 5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May 7 06:49:22 2020\n"
"PO-Revision-Date: 2004-03-23 14:55--100\n"
"Last-Translator: Szil�rd Vizi <[email protected]>\n"
"Language-Team: Hungarian <[email protected]>\n"
@@ -2546,7 +2546,7 @@
msgstr "�rv�nytelen e-mail c�m"
#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
msgid "No such member: %(safeuser)s."
msgstr "Nem tal�lhat� %(safeuser)s c�mmel tag."
@@ -2977,7 +2977,7 @@
msgid "Please enter your email address"
msgstr "E-mail c�med:"
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
msgid "Private archive file not found"
msgstr "Nem tal�lhat� a priv�t arch�vum �llom�nya"
=== modified file 'messages/ia/LC_MESSAGES/mailman.po'
--- messages/ia/LC_MESSAGES/mailman.po 2020-05-05 19:57:39 +0000
+++ messages/ia/LC_MESSAGES/mailman.po 2020-05-07 13:53:40 +0000
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mailman\n"
-"POT-Creation-Date: Tue May 5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May 7 06:49:22 2020\n"
"PO-Revision-Date: Wed Feb 18 19:50:26 2015\n"
"Last-Translator: Martijn Dekker <[email protected]>\n"
"Language-Team: Interlingua <[email protected]>\n"
@@ -2586,7 +2586,7 @@
msgstr "Adresse de e-mail invalide"
#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
msgid "No such member: %(safeuser)s."
msgstr "Membro inexistente: %(safeuser)s."
@@ -3017,7 +3017,7 @@
msgid "Please enter your email address"
msgstr "Scribe tu adresse de e-mail"
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
msgid "Private archive file not found"
msgstr "File del archivo private non trovate"
=== modified file 'messages/it/LC_MESSAGES/mailman.po'
--- messages/it/LC_MESSAGES/mailman.po 2020-05-05 19:57:39 +0000
+++ messages/it/LC_MESSAGES/mailman.po 2020-05-07 13:53:40 +0000
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mailman\n"
-"POT-Creation-Date: Tue May 5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May 7 06:49:22 2020\n"
"PO-Revision-Date: 2008-03-24 19:19+0100\n"
"Last-Translator: Simone Piunno <[email protected]>\n"
"Language-Team: <[email protected]>\n"
@@ -2822,7 +2822,7 @@
msgstr "Indirizzo email errato/non valido"
#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
msgid "No such member: %(safeuser)s."
msgstr "Nessun iscritto: %(safeuser)s."
@@ -3290,7 +3290,7 @@
msgstr "Il tuo indirizzo email:"
# /home/mailman/Mailman/Cgi/private.py:154
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
msgid "Private archive file not found"
msgstr "File di archivio privato non trovato"
=== modified file 'messages/ja/LC_MESSAGES/mailman.po'
--- messages/ja/LC_MESSAGES/mailman.po 2020-05-05 19:57:39 +0000
+++ messages/ja/LC_MESSAGES/mailman.po 2020-05-07 13:53:40 +0000
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Mailman 2.1.30rc1\n"
-"POT-Creation-Date: Tue May 5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May 7 06:49:22 2020\n"
"PO-Revision-Date: 2020-01-13 09:16+09:00\n"
"Last-Translator: Yasuhito FUTATSUKI at POEM <[email protected]>\n"
"Language-Team: Japanese <[email protected]>\n"
@@ -2482,7 +2482,7 @@
msgstr "���ѤǤ��ʤ���륢�ɥ쥹"
#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
msgid "No such member: %(safeuser)s."
msgstr "���Τ褦�ʲ���Ϥ��ޤ���: %(safeuser)s."
@@ -2900,7 +2900,7 @@
msgid "Please enter your email address"
msgstr "��륢�ɥ쥹:"
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
msgid "Private archive file not found"
msgstr "���������¸�ե����뤬���Ĥ���ޤ���"
=== modified file 'messages/ko/LC_MESSAGES/mailman.po'
--- messages/ko/LC_MESSAGES/mailman.po 2020-05-05 19:57:39 +0000
+++ messages/ko/LC_MESSAGES/mailman.po 2020-05-07 13:53:40 +0000
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: Tue May 5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May 7 06:49:22 2020\n"
"PO-Revision-Date: 2002-03-28 19:21+09:00\n"
"Last-Translator: Hyejin Soang, Wongyo Jung<[email protected], "
"[email protected]>\n"
@@ -2514,7 +2514,7 @@
msgstr "�̻��� ������ E���� �ּҸ� �ּ̽��ϴ�."
#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
msgid "No such member: %(safeuser)s."
msgstr "%(safeuser)s ��� ����ڰ� �����ϴ�."
@@ -2935,7 +2935,7 @@
msgid "Please enter your email address"
msgstr "����� E���� �ּ�:"
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
msgid "Private archive file not found"
msgstr "����� ����� ������ ã�� �� �����ϴ�."
=== modified file 'messages/lt/LC_MESSAGES/mailman.po'
--- messages/lt/LC_MESSAGES/mailman.po 2020-05-05 19:57:39 +0000
+++ messages/lt/LC_MESSAGES/mailman.po 2020-05-07 13:53:40 +0000
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Mailman 2.1\n"
-"POT-Creation-Date: Tue May 5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May 7 06:49:22 2020\n"
"PO-Revision-Date: 2002-12-26 09:07+0200\n"
"Last-Translator: Mantas Kriauciunas <[email protected]>\n"
"Language-Team: Lithuanian <[email protected]>\n"
@@ -2510,7 +2510,7 @@
msgstr "Neteisingas adresas"
#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
msgid "No such member: %(safeuser)s."
msgstr "N�ra tokio vartotojo: %(safeuser)s."
@@ -2907,7 +2907,7 @@
msgid "Please enter your email address"
msgstr "J�s� el. pa�to adresas:"
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
msgid "Private archive file not found"
msgstr "Nerastas privataus archyvo failas"
=== modified file 'messages/mailman.pot'
--- messages/mailman.pot 2020-05-05 19:57:39 +0000
+++ messages/mailman.pot 2020-05-07 13:53:40 +0000
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: Tue May 5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May 7 06:49:22 2020\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -2202,7 +2202,7 @@
msgstr ""
#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
msgid "No such member: %(safeuser)s."
msgstr ""
@@ -2560,7 +2560,7 @@
msgid "Please enter your email address"
msgstr ""
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
msgid "Private archive file not found"
msgstr ""
=== modified file 'messages/nl/LC_MESSAGES/mailman.po'
--- messages/nl/LC_MESSAGES/mailman.po 2020-05-05 19:57:39 +0000
+++ messages/nl/LC_MESSAGES/mailman.po 2020-05-07 13:53:40 +0000
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Mailman 2.1.14\n"
-"POT-Creation-Date: Tue May 5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May 7 06:49:22 2020\n"
"PO-Revision-Date: 2010-07-07 14:17+0100\n"
"Last-Translator: Jan Veuger <[email protected]>\n"
"Language-Team: Dutch <[email protected]>\n"
@@ -2581,7 +2581,7 @@
msgstr "Ongeldig e-mailadres"
#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
msgid "No such member: %(safeuser)s."
msgstr "Niet bestaand lid: %(safeuser)s."
@@ -3022,7 +3022,7 @@
msgid "Please enter your email address"
msgstr "Geef uw e-mailadres:"
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
msgid "Private archive file not found"
msgstr "Besloten archief bestand niet gevonden"
=== modified file 'messages/no/LC_MESSAGES/mailman.po'
--- messages/no/LC_MESSAGES/mailman.po 2020-05-05 19:57:39 +0000
+++ messages/no/LC_MESSAGES/mailman.po 2020-05-07 13:53:40 +0000
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Mailman 2.1.5\n"
-"POT-Creation-Date: Tue May 5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May 7 06:49:22 2020\n"
"PO-Revision-Date: 2005-05-07 23:27+0200\n"
"Last-Translator: Daniel Buchmann <[email protected]>\n"
"Language-Team: Norwegian <[email protected]>\n"
@@ -2579,7 +2579,7 @@
msgstr "Feil/Ugyldig epostadresse"
#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
msgid "No such member: %(safeuser)s."
msgstr "Medlemmet finnes ikke: %(safeuser)s."
@@ -3014,7 +3014,7 @@
msgid "Please enter your email address"
msgstr "Din epostadresse:"
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
msgid "Private archive file not found"
msgstr "Finner ikke arkivfilen"
=== modified file 'messages/pl/LC_MESSAGES/mailman.po'
--- messages/pl/LC_MESSAGES/mailman.po 2020-05-05 19:57:39 +0000
+++ messages/pl/LC_MESSAGES/mailman.po 2020-05-07 13:53:40 +0000
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: Mailman 2.1\n"
"Report-Msgid-Bugs-To: https://github.com/aviarypl/mailman-l10n-pl/issues\n"
-"POT-Creation-Date: Tue May 5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May 7 06:49:22 2020\n"
"PO-Revision-Date: 2016-02-15 17:11+0100\n"
"Last-Translator: Stefan Plewako <[email protected]>\n"
"Language-Team: Polish <[email protected]>\n"
@@ -2548,7 +2548,7 @@
msgstr "Nieprawid�owy adres"
#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
msgid "No such member: %(safeuser)s."
msgstr "Nie znaleziono prenumeratora: %(safeuser)s."
@@ -2978,7 +2978,7 @@
msgid "Please enter your email address"
msgstr "Wprowad� adres e-mail"
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
msgid "Private archive file not found"
msgstr "Plik archiwum nie znaleziony"
=== modified file 'messages/pt/LC_MESSAGES/mailman.po'
--- messages/pt/LC_MESSAGES/mailman.po 2020-05-05 19:57:39 +0000
+++ messages/pt/LC_MESSAGES/mailman.po 2020-05-07 13:53:40 +0000
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mailman\n"
-"POT-Creation-Date: Tue May 5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May 7 06:49:22 2020\n"
"PO-Revision-Date: 2003-02-19 10:14GMT\n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -2571,7 +2571,7 @@
msgstr "Endere�o de email incorrecto/inv�lido"
#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
msgid "No such member: %(safeuser)s."
msgstr "Membro inexistente: %(safeuser)s"
@@ -3011,7 +3011,7 @@
msgid "Please enter your email address"
msgstr "O seu endere�o de email:"
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
msgid "Private archive file not found"
msgstr "Arquivo privado n�o encontrado"
=== modified file 'messages/pt_BR/LC_MESSAGES/mailman.po'
--- messages/pt_BR/LC_MESSAGES/mailman.po 2020-05-05 19:57:39 +0000
+++ messages/pt_BR/LC_MESSAGES/mailman.po 2020-05-07 13:53:40 +0000
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: mailman\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
-"POT-Creation-Date: Tue May 5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May 7 06:49:22 2020\n"
"PO-Revision-Date: 2020-04-11 20:56-0300\n"
"Last-Translator: Emerson Ribeiro de Mello <[email protected]>\n"
"Language-Team: Brazilian Portuguese <[email protected]>\n"
@@ -2571,7 +2571,7 @@
msgstr "Endere�o de email incorreto/inv�lido"
#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
msgid "No such member: %(safeuser)s."
msgstr "Membro inexistente: %(safeuser)s."
@@ -3008,7 +3008,7 @@
msgid "Please enter your email address"
msgstr "Por favor, entre com seu endere�o de email"
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
msgid "Private archive file not found"
msgstr "Arquivo privado arquivo n�o encontrado"
=== modified file 'messages/ro/LC_MESSAGES/mailman.po'
--- messages/ro/LC_MESSAGES/mailman.po 2020-05-05 19:57:39 +0000
+++ messages/ro/LC_MESSAGES/mailman.po 2020-05-07 13:53:40 +0000
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mailman\n"
-"POT-Creation-Date: Tue May 5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May 7 06:49:22 2020\n"
"PO-Revision-Date: 2005-05-12 07:35+0300\n"
"Last-Translator: Stefaniu Criste <[email protected]>\n"
"Language-Team: Romanian <[email protected]>\n"
@@ -2603,7 +2603,7 @@
msgstr "Adresă de email ilegală"
#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
msgid "No such member: %(safeuser)s."
msgstr "Nu există un astfel de membru: %(safeuser)s."
@@ -3038,7 +3038,7 @@
msgid "Please enter your email address"
msgstr "Vă rugăm, introducei adresa de email:"
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
msgid "Private archive file not found"
msgstr "Fişierul de arhivă privată nu a fost găsit"
=== modified file 'messages/ru/LC_MESSAGES/mailman.po'
--- messages/ru/LC_MESSAGES/mailman.po 2020-05-05 19:57:39 +0000
+++ messages/ru/LC_MESSAGES/mailman.po 2020-05-07 13:53:40 +0000
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mailman v2.1\n"
-"POT-Creation-Date: Tue May 5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May 7 06:49:22 2020\n"
"PO-Revision-Date: 2018-03-18 13:49+0200\n"
"Last-Translator: Danil Smirnov <[email protected]>\n"
"Language-Team: Russian <[email protected]>\n"
@@ -2595,7 +2595,7 @@
# MSS: было "Подписчик отсутствует: %(safeuser)s."... надо думать.. слушать...
#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
msgid "No such member: %(safeuser)s."
msgstr "Такого пользователя не существует: %(safeuser)s."
@@ -3033,7 +3033,7 @@
msgid "Please enter your email address"
msgstr "Введите Ваш почтовый адрес"
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
msgid "Private archive file not found"
msgstr "Файл закрытого архива не найден"
=== modified file 'messages/sk/LC_MESSAGES/mailman.po'
--- messages/sk/LC_MESSAGES/mailman.po 2020-05-05 19:57:39 +0000
+++ messages/sk/LC_MESSAGES/mailman.po 2020-05-07 13:53:40 +0000
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mailman\n"
-"POT-Creation-Date: Tue May 5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May 7 06:49:22 2020\n"
"PO-Revision-Date: 2007-11-26 12:21+0100\n"
"Last-Translator: Martin Matuška <[email protected]>\n"
"Language-Team: Slovak\n"
@@ -2548,7 +2548,7 @@
msgstr "Neplatná e-mailová adresa"
#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
msgid "No such member: %(safeuser)s."
msgstr "Neznámy účastník: %(safeuser)s."
@@ -2984,7 +2984,7 @@
msgid "Please enter your email address"
msgstr "Vaša e-mailová adresa:"
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
msgid "Private archive file not found"
msgstr "Súbor súkromného archivu nebol nájdený."
=== modified file 'messages/sl/LC_MESSAGES/mailman.po'
--- messages/sl/LC_MESSAGES/mailman.po 2020-05-05 19:57:39 +0000
+++ messages/sl/LC_MESSAGES/mailman.po 2020-05-07 13:53:40 +0000
@@ -10,7 +10,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mailman_new_popr\n"
-"POT-Creation-Date: Tue May 5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May 7 06:49:22 2020\n"
"PO-Revision-Date: 2003-09-30 11:18+0200\n"
"Last-Translator: Urska Colner <[email protected]>\n"
"Language-Team: Sloven��ina <[email protected]>\n"
@@ -2933,7 +2933,7 @@
# Mailman/Cgi/options.py:93
#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
msgid "No such member: %(safeuser)s."
msgstr "�lan ne obstaja: %(safeuser)s."
@@ -3428,7 +3428,7 @@
msgstr "Va� e-po�tni naslov:"
# Mailman/Cgi/private.py:155
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
msgid "Private archive file not found"
msgstr "Ni mogo�e najti datoteke z zasebnim arhivom"
=== modified file 'messages/sr/LC_MESSAGES/mailman.po'
--- messages/sr/LC_MESSAGES/mailman.po 2020-05-05 19:57:39 +0000
+++ messages/sr/LC_MESSAGES/mailman.po 2020-05-07 13:53:40 +0000
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Mailman 2.1\n"
-"POT-Creation-Date: Tue May 5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May 7 06:49:22 2020\n"
"PO-Revision-Date: 2003-07-02 14:50+0100\n"
"Last-Translator: Bojan Suzic <[email protected]>\n"
"Language-Team: Trust-b [Serbian] <[email protected]>\n"
@@ -2381,7 +2381,7 @@
msgstr "Лоша е-адреса"
#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
msgid "No such member: %(safeuser)s."
msgstr "Нема корисника %(safeuser)s."
@@ -2751,7 +2751,7 @@
msgid "Please enter your email address"
msgstr "Ваша е-адреса:"
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
msgid "Private archive file not found"
msgstr "Фајл приватне архиве није пронађен"
=== modified file 'messages/sv/LC_MESSAGES/mailman.po'
--- messages/sv/LC_MESSAGES/mailman.po 2020-05-05 19:57:39 +0000
+++ messages/sv/LC_MESSAGES/mailman.po 2020-05-07 13:53:40 +0000
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Mailman 2.1b1\n"
-"POT-Creation-Date: Tue May 5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May 7 06:49:22 2020\n"
"PO-Revision-Date: 2002-12-24 14:35+0100\n"
"Last-Translator: Eva �sterlind <[email protected]>\n"
"Language-Team: Swedish <[email protected]>\n"
@@ -3517,7 +3517,7 @@
# Mailman/Cgi/options.py:107 Mailman/Cgi/options.py:154
# Mailman/Cgi/options.py:176
#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
msgid "No such member: %(safeuser)s."
msgstr "Medlemmen finns inte: %(safeuser)s."
@@ -4093,7 +4093,7 @@
# Mailman/Cgi/private.py:154
# Mailman/Cgi/private.py:154
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
msgid "Private archive file not found"
msgstr "Hittar inte arkivfilen"
=== modified file 'messages/tr/LC_MESSAGES/mailman.po'
--- messages/tr/LC_MESSAGES/mailman.po 2020-05-05 19:57:39 +0000
+++ messages/tr/LC_MESSAGES/mailman.po 2020-05-07 13:53:40 +0000
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: Tue May 5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May 7 06:49:22 2020\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Kerem Erkan <[email protected]>\n"
"Language-Team: Turkish <[email protected]>\n"
@@ -2588,7 +2588,7 @@
msgstr "Ge�ersiz e-posta adresi"
#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
msgid "No such member: %(safeuser)s."
msgstr "B�yle bir �ye yok: %(safeuser)s."
@@ -3027,7 +3027,7 @@
msgid "Please enter your email address"
msgstr "E-posta adresiniz:"
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
msgid "Private archive file not found"
msgstr "�zel ar�iv dosyas� bulunamad�"
=== modified file 'messages/uk/LC_MESSAGES/mailman.po'
--- messages/uk/LC_MESSAGES/mailman.po 2020-05-05 19:57:39 +0000
+++ messages/uk/LC_MESSAGES/mailman.po 2020-05-07 13:53:40 +0000
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mailman v2.1.5\n"
-"POT-Creation-Date: Tue May 5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May 7 06:49:22 2020\n"
"PO-Revision-Date: 2005-02-24 17:37+0200\n"
"Last-Translator: Maxim Dzumanenko <[email protected]>\n"
"Language-Team: Ukrainian <[email protected]>\n"
@@ -2556,7 +2556,7 @@
msgstr "Неправильна адреса"
#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
msgid "No such member: %(safeuser)s."
msgstr "Такий користувач відсутній: %(safeuser)s."
@@ -2985,7 +2985,7 @@
msgid "Please enter your email address"
msgstr "Ваша поштова адреса:"
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
msgid "Private archive file not found"
msgstr "Файл приватного архіву не існує"
=== modified file 'messages/vi/LC_MESSAGES/mailman.po'
--- messages/vi/LC_MESSAGES/mailman.po 2020-05-05 19:57:39 +0000
+++ messages/vi/LC_MESSAGES/mailman.po 2020-05-07 13:53:40 +0000
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: mailman-2.1.10\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: Tue May 5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May 7 06:49:22 2020\n"
"PO-Revision-Date: 2008-01-03 22:05+1030\n"
"Last-Translator: Clytie Siddall <[email protected]>\n"
"Language-Team: Vietnamese <[email protected]>\n"
@@ -2556,7 +2556,7 @@
msgstr "Không cho phép địa chỉ"
#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
msgid "No such member: %(safeuser)s."
msgstr "Không có thành viên như vậy: %(safeuser)s."
@@ -2991,7 +2991,7 @@
msgid "Please enter your email address"
msgstr "Địa chỉ thư của bạn:"
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
msgid "Private archive file not found"
msgstr "Không tìm thấy tập tin kho riêng."
=== modified file 'messages/zh_CN/LC_MESSAGES/mailman.po'
--- messages/zh_CN/LC_MESSAGES/mailman.po 2020-05-05 19:57:39 +0000
+++ messages/zh_CN/LC_MESSAGES/mailman.po 2020-05-07 13:53:40 +0000
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mailman\n"
-"POT-Creation-Date: Tue May 5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May 7 06:49:22 2020\n"
"PO-Revision-Date: 2005-05-14 12:07+0800\n"
"Last-Translator: Dai Xiaoguang <[email protected]>\n"
"Language-Team: <[email protected]>\n"
@@ -2482,7 +2482,7 @@
msgstr "非法的邮件地址"
#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
msgid "No such member: %(safeuser)s."
msgstr "不存在 %(safeuser)s 这个成员."
@@ -2893,7 +2893,7 @@
msgid "Please enter your email address"
msgstr "您的邮件地址:"
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
msgid "Private archive file not found"
msgstr "没有找到内部存档文件"
=== modified file 'messages/zh_TW/LC_MESSAGES/mailman.po'
--- messages/zh_TW/LC_MESSAGES/mailman.po 2020-05-05 19:57:39 +0000
+++ messages/zh_TW/LC_MESSAGES/mailman.po 2020-05-07 13:53:40 +0000
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mailman-2.0\n"
-"POT-Creation-Date: Tue May 5 11:55:48 2020\n"
+"POT-Creation-Date: Thu May 7 06:49:22 2020\n"
"PO-Revision-Date: Tue Jan 16 10:00:00 2001\n"
"Last-Translator: Yuan-Chen Cheng <[email protected]>\n"
"Language-Team: Chinese (traditional) <[email protected]>\n"
@@ -2431,7 +2431,7 @@
msgstr "非法的 email 地址"
#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:237
-#: Mailman/Cgi/options.py:261 Mailman/Cgi/private.py:170
+#: Mailman/Cgi/options.py:261
msgid "No such member: %(safeuser)s."
msgstr "沒有此訂戶:%(safeuser)s。"
@@ -2841,7 +2841,7 @@
msgid "Please enter your email address"
msgstr "您的 email 地址:"
-#: Mailman/Cgi/private.py:222
+#: Mailman/Cgi/private.py:218
msgid "Private archive file not found"
msgstr "找不到祕密歸檔"
_______________________________________________
Mailman-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/mailman-checkins.python.org/
Member address: [email protected]