------------------------------------------------------------
revno: 1757
committer: Mark Sapiro <[email protected]>
branch nick: 2.1
timestamp: Sat 2018-05-26 09:22:35 -0700
message:
Internationalize the noscript note added to reCAPTCHA.
modified:
Mailman/Cgi/listinfo.py
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/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/listinfo.py'
--- Mailman/Cgi/listinfo.py 2018-05-05 16:25:09 +0000
+++ Mailman/Cgi/listinfo.py 2018-05-26 16:22:35 +0000
@@ -245,14 +245,15 @@
replacements['<mm-fullname-box>'] = mlist.FormatBox('fullname', size=30)
# If reCAPTCHA is enabled, display its user interface
if mm_cfg.RECAPTCHA_SITE_KEY:
+ noscript = _('This form requires JavaScript.')
replacements['<mm-recaptcha-ui>'] = (
"""<tr><td> </td><td>
- <noscript>This form requires JavaScript.</noscript>
+ <noscript>%s</noscript>
<script src="https://www.google.com/recaptcha/api.js?hl=%s">
</script>
<div class="g-recaptcha" data-sitekey="%s"></div>
</td></tr>"""
- % (lang, mm_cfg.RECAPTCHA_SITE_KEY))
+ % (noscript, lang, mm_cfg.RECAPTCHA_SITE_KEY))
else:
replacements['<mm-recaptcha-ui>'] = ''
=== modified file 'messages/ar/LC_MESSAGES/mailman.po'
--- messages/ar/LC_MESSAGES/mailman.po 2018-05-25 22:15:28 +0000
+++ messages/ar/LC_MESSAGES/mailman.po 2018-05-26 16:22:35 +0000
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mailman_ar\n"
-"POT-Creation-Date: Fri May 25 15:13:52 2018\n"
+"POT-Creation-Date: Sat May 26 09:19:45 2018\n"
"PO-Revision-Date: 2006-03-19 17:06+0300\n"
"Last-Translator: Munzir Taha <[email protected]>\n"
"Language-Team: Arabic\n"
@@ -2402,6 +2402,10 @@
msgid "View this page in"
msgstr "اعرض هذه الصفحة في"
+#: Mailman/Cgi/listinfo.py:248
+msgid "This form requires JavaScript."
+msgstr ""
+
#: Mailman/Cgi/options.py:65 Mailman/Cgi/options.py:78
#: Mailman/Cgi/options.py:95
msgid "CGI script error"
=== modified file 'messages/ast/LC_MESSAGES/mailman.po'
--- messages/ast/LC_MESSAGES/mailman.po 2018-05-25 22:15:28 +0000
+++ messages/ast/LC_MESSAGES/mailman.po 2018-05-26 16:22:35 +0000
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Mailman\n"
-"POT-Creation-Date: Fri May 25 15:13:52 2018\n"
+"POT-Creation-Date: Sat May 26 09:19:45 2018\n"
"PO-Revision-Date: 2009-12-07 17:01+0100\n"
"Last-Translator: astur <[email protected]>\n"
"Language-Team: Asturian <[email protected]>\n"
@@ -2544,6 +2544,10 @@
msgid "View this page in"
msgstr "Ver esta p�xina en "
+#: Mailman/Cgi/listinfo.py:248
+msgid "This form requires JavaScript."
+msgstr ""
+
#: Mailman/Cgi/options.py:65 Mailman/Cgi/options.py:78
#: Mailman/Cgi/options.py:95
msgid "CGI script error"
=== modified file 'messages/ca/LC_MESSAGES/mailman.po'
--- messages/ca/LC_MESSAGES/mailman.po 2018-05-25 22:15:28 +0000
+++ messages/ca/LC_MESSAGES/mailman.po 2018-05-26 16:22:35 +0000
@@ -14,7 +14,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mailman 2.1.11\n"
-"POT-Creation-Date: Fri May 25 15:13:52 2018\n"
+"POT-Creation-Date: Sat May 26 09:19:45 2018\n"
"PO-Revision-Date: 2009-01-28 01:23+0100\n"
"Last-Translator: David Planella <[email protected]>\n"
"Language-Team: Catalan <[email protected]>\n"
@@ -2584,6 +2584,10 @@
msgid "View this page in"
msgstr "Mostra aquesta pàgina en"
+#: Mailman/Cgi/listinfo.py:248
+msgid "This form requires JavaScript."
+msgstr ""
+
#: Mailman/Cgi/options.py:65 Mailman/Cgi/options.py:78
#: Mailman/Cgi/options.py:95
msgid "CGI script error"
=== modified file 'messages/cs/LC_MESSAGES/mailman.po'
--- messages/cs/LC_MESSAGES/mailman.po 2018-05-25 22:15:28 +0000
+++ messages/cs/LC_MESSAGES/mailman.po 2018-05-26 16:22:35 +0000
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: a\n"
-"POT-Creation-Date: Fri May 25 15:13:52 2018\n"
+"POT-Creation-Date: Sat May 26 09:19:45 2018\n"
"PO-Revision-Date: 2007-03-23 11:26+0100\n"
"Last-Translator: Dan Ohnesorg <[email protected]>\n"
"Language-Team: <[email protected]>\n"
@@ -2487,6 +2487,10 @@
msgid "View this page in"
msgstr "Zobraz tuto str�nku v "
+#: Mailman/Cgi/listinfo.py:248
+msgid "This form requires JavaScript."
+msgstr ""
+
#: Mailman/Cgi/options.py:65 Mailman/Cgi/options.py:78
#: Mailman/Cgi/options.py:95
msgid "CGI script error"
=== modified file 'messages/da/LC_MESSAGES/mailman.po'
--- messages/da/LC_MESSAGES/mailman.po 2018-05-25 22:15:28 +0000
+++ messages/da/LC_MESSAGES/mailman.po 2018-05-26 16:22:35 +0000
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mailman\n"
-"POT-Creation-Date: Fri May 25 15:13:52 2018\n"
+"POT-Creation-Date: Sat May 26 09:19:45 2018\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"
@@ -2537,6 +2537,10 @@
msgid "View this page in"
msgstr "Se denne side på"
+#: Mailman/Cgi/listinfo.py:248
+msgid "This form requires JavaScript."
+msgstr ""
+
#: Mailman/Cgi/options.py:65 Mailman/Cgi/options.py:78
#: Mailman/Cgi/options.py:95
msgid "CGI script error"
=== modified file 'messages/de/LC_MESSAGES/mailman.po'
--- messages/de/LC_MESSAGES/mailman.po 2018-05-25 22:15:28 +0000
+++ messages/de/LC_MESSAGES/mailman.po 2018-05-26 16:22:35 +0000
@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mailman\n"
-"POT-Creation-Date: Fri May 25 15:13:52 2018\n"
+"POT-Creation-Date: Sat May 26 09:19:45 2018\n"
"PO-Revision-Date: 2016-09-15 14:32-0700\n"
"Last-Translator: Mirian Margiani <[email protected]>\n"
"Language-Team: German <[email protected]>\n"
@@ -2857,6 +2857,10 @@
msgid "View this page in"
msgstr "Anzeige dieser Seite auf / View this page in"
+#: Mailman/Cgi/listinfo.py:248
+msgid "This form requires JavaScript."
+msgstr ""
+
# Mailman/Cgi/options.py:49 Mailman/Cgi/options.py:64
#: Mailman/Cgi/options.py:65 Mailman/Cgi/options.py:78
#: Mailman/Cgi/options.py:95
=== modified file 'messages/el/LC_MESSAGES/mailman.po'
--- messages/el/LC_MESSAGES/mailman.po 2018-05-25 22:15:28 +0000
+++ messages/el/LC_MESSAGES/mailman.po 2018-05-26 16:22:35 +0000
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: tuxpaint-2.1pre\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: Fri May 25 15:13:52 2018\n"
+"POT-Creation-Date: Sat May 26 09:19:45 2018\n"
"PO-Revision-Date: 2011-09-15 11:53+0800\n"
"Last-Translator: Limperis Antonis <[email protected]>\n"
"Language-Team: Greek <[email protected]>\n"
@@ -2612,6 +2612,10 @@
msgid "View this page in"
msgstr "����� ���� �� ������ ��"
+#: Mailman/Cgi/listinfo.py:248
+msgid "This form requires JavaScript."
+msgstr ""
+
#: Mailman/Cgi/options.py:65 Mailman/Cgi/options.py:78
#: Mailman/Cgi/options.py:95
msgid "CGI script error"
=== modified file 'messages/es/LC_MESSAGES/mailman.po'
--- messages/es/LC_MESSAGES/mailman.po 2018-05-25 22:15:28 +0000
+++ messages/es/LC_MESSAGES/mailman.po 2018-05-26 16:22:35 +0000
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Mailman\n"
-"POT-Creation-Date: Fri May 25 15:13:52 2018\n"
+"POT-Creation-Date: Sat May 26 09:19:45 2018\n"
"PO-Revision-Date: 2006-02-15 12:02+0100\n"
"Last-Translator: David Mart�nez Moreno <[email protected]>\n"
"Language-Team: Espa�ol <[email protected]>\n"
@@ -2555,6 +2555,10 @@
msgid "View this page in"
msgstr "Ver esta p�gina en "
+#: Mailman/Cgi/listinfo.py:248
+msgid "This form requires JavaScript."
+msgstr ""
+
#: Mailman/Cgi/options.py:65 Mailman/Cgi/options.py:78
#: Mailman/Cgi/options.py:95
msgid "CGI script error"
=== modified file 'messages/et/LC_MESSAGES/mailman.po'
--- messages/et/LC_MESSAGES/mailman.po 2018-05-25 22:15:28 +0000
+++ messages/et/LC_MESSAGES/mailman.po 2018-05-26 16:22:35 +0000
@@ -3,7 +3,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mailman\n"
-"POT-Creation-Date: Fri May 25 15:13:52 2018\n"
+"POT-Creation-Date: Sat May 26 09:19:45 2018\n"
"PO-Revision-Date: 2005-04-14 10:45+0300\n"
"Last-Translator: Anti Veeranna <[email protected]>\n"
"Language-Team: Estonian <[email protected]>\n"
@@ -2451,6 +2451,10 @@
msgid "View this page in"
msgstr "Vali keel"
+#: Mailman/Cgi/listinfo.py:248
+msgid "This form requires JavaScript."
+msgstr ""
+
#: Mailman/Cgi/options.py:65 Mailman/Cgi/options.py:78
#: Mailman/Cgi/options.py:95
msgid "CGI script error"
=== modified file 'messages/eu/LC_MESSAGES/mailman.po'
--- messages/eu/LC_MESSAGES/mailman.po 2018-05-25 22:15:28 +0000
+++ messages/eu/LC_MESSAGES/mailman.po 2018-05-26 16:22:35 +0000
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mailman\n"
-"POT-Creation-Date: Fri May 25 15:13:52 2018\n"
+"POT-Creation-Date: Sat May 26 09:19:45 2018\n"
"PO-Revision-Date: 2016-10-10 16:24+0200\n"
"Last-Translator: Gari Araolaza <[email protected]>\n"
"Language-Team: Euskara <[email protected]>\n"
@@ -2511,6 +2511,10 @@
msgid "View this page in"
msgstr "Orrialde hau hemen ikusi:"
+#: Mailman/Cgi/listinfo.py:248
+msgid "This form requires JavaScript."
+msgstr ""
+
#: Mailman/Cgi/options.py:65 Mailman/Cgi/options.py:78
#: Mailman/Cgi/options.py:95
msgid "CGI script error"
=== modified file 'messages/fa/LC_MESSAGES/mailman.po'
--- messages/fa/LC_MESSAGES/mailman.po 2018-05-25 22:15:28 +0000
+++ messages/fa/LC_MESSAGES/mailman.po 2018-05-26 16:22:35 +0000
@@ -2,7 +2,7 @@
msgid ""
msgstr ""
"Project-Id-Version: 2.14\n"
-"POT-Creation-Date: Fri May 25 15:13:52 2018\n"
+"POT-Creation-Date: Sat May 26 09:19:45 2018\n"
"PO-Revision-Date: 2013-07-20 13:40+0330\n"
"Last-Translator: \n"
"Language-Team: fa <[email protected]>\n"
@@ -2440,6 +2440,10 @@
msgid "View this page in"
msgstr "این صفحه را ببینید در "
+#: Mailman/Cgi/listinfo.py:248
+msgid "This form requires JavaScript."
+msgstr ""
+
#: Mailman/Cgi/options.py:65 Mailman/Cgi/options.py:78
#: Mailman/Cgi/options.py:95
msgid "CGI script error"
=== modified file 'messages/fi/LC_MESSAGES/mailman.po'
--- messages/fi/LC_MESSAGES/mailman.po 2018-05-25 22:15:28 +0000
+++ messages/fi/LC_MESSAGES/mailman.po 2018-05-26 16:22:35 +0000
@@ -13,7 +13,7 @@
msgid ""
msgstr ""
"Project-Id-Version: 2.15\n"
-"POT-Creation-Date: Fri May 25 15:13:52 2018\n"
+"POT-Creation-Date: Sat May 26 09:19:45 2018\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"
@@ -2506,6 +2506,10 @@
msgid "View this page in"
msgstr "N�yt� t�m� sivu"
+#: Mailman/Cgi/listinfo.py:248
+msgid "This form requires JavaScript."
+msgstr ""
+
#: Mailman/Cgi/options.py:65 Mailman/Cgi/options.py:78
#: Mailman/Cgi/options.py:95
msgid "CGI script error"
=== modified file 'messages/fr/LC_MESSAGES/mailman.po'
--- messages/fr/LC_MESSAGES/mailman.po 2018-05-25 22:15:28 +0000
+++ messages/fr/LC_MESSAGES/mailman.po 2018-05-26 16:22:35 +0000
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Mailman 2.1b6\n"
-"POT-Creation-Date: Fri May 25 15:13:52 2018\n"
+"POT-Creation-Date: Sat May 26 09:19:45 2018\n"
"PO-Revision-Date: 2003-01-22 12:50-0500\n"
"Last-Translator: Pascal George <[email protected]>\n"
"Language-Team: fr <[email protected]>\n"
@@ -2522,6 +2522,10 @@
msgid "View this page in"
msgstr "Visualisez cette page en"
+#: Mailman/Cgi/listinfo.py:248
+msgid "This form requires JavaScript."
+msgstr ""
+
#: Mailman/Cgi/options.py:65 Mailman/Cgi/options.py:78
#: Mailman/Cgi/options.py:95
msgid "CGI script error"
=== modified file 'messages/gl/LC_MESSAGES/mailman.po'
--- messages/gl/LC_MESSAGES/mailman.po 2018-05-25 22:15:28 +0000
+++ messages/gl/LC_MESSAGES/mailman.po 2018-05-26 16:22:35 +0000
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mailman_src\n"
-"POT-Creation-Date: Fri May 25 15:13:52 2018\n"
+"POT-Creation-Date: Sat May 26 09:19:45 2018\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"
@@ -2518,6 +2518,10 @@
msgid "View this page in"
msgstr "Ver esta páxina en "
+#: Mailman/Cgi/listinfo.py:248
+msgid "This form requires JavaScript."
+msgstr ""
+
#: Mailman/Cgi/options.py:65 Mailman/Cgi/options.py:78
#: Mailman/Cgi/options.py:95
msgid "CGI script error"
=== modified file 'messages/he/LC_MESSAGES/mailman.po'
--- messages/he/LC_MESSAGES/mailman.po 2018-05-25 22:15:28 +0000
+++ messages/he/LC_MESSAGES/mailman.po 2018-05-26 16:22:35 +0000
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: mailman v2.1.8\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: Fri May 25 15:13:52 2018\n"
+"POT-Creation-Date: Sat May 26 09:19:45 2018\n"
"PO-Revision-Date: 2007-04-05 21:33+0300\n"
"Last-Translator: Dov Zamir <[email protected]>\n"
"Language-Team: Hebrew\n"
@@ -2460,6 +2460,10 @@
msgid "View this page in"
msgstr "צפה בעמוד זה ב-"
+#: Mailman/Cgi/listinfo.py:248
+msgid "This form requires JavaScript."
+msgstr ""
+
#: Mailman/Cgi/options.py:65 Mailman/Cgi/options.py:78
#: Mailman/Cgi/options.py:95
msgid "CGI script error"
=== modified file 'messages/hr/LC_MESSAGES/mailman.po'
--- messages/hr/LC_MESSAGES/mailman.po 2018-05-25 22:15:28 +0000
+++ messages/hr/LC_MESSAGES/mailman.po 2018-05-26 16:22:35 +0000
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: 1.2\n"
-"POT-Creation-Date: Fri May 25 15:13:52 2018\n"
+"POT-Creation-Date: Sat May 26 09:19:45 2018\n"
"PO-Revision-Date: 2004-06-15 12:00+1\n"
"Last-Translator: Nino Katic <[email protected]>\n"
"Language-Team: Croatian <[email protected]>\n"
@@ -2536,6 +2536,10 @@
msgid "View this page in"
msgstr "Pogledaj ovu stranicu koriste�i"
+#: Mailman/Cgi/listinfo.py:248
+msgid "This form requires JavaScript."
+msgstr ""
+
#: Mailman/Cgi/options.py:65 Mailman/Cgi/options.py:78
#: Mailman/Cgi/options.py:95
msgid "CGI script error"
=== modified file 'messages/hu/LC_MESSAGES/mailman.po'
--- messages/hu/LC_MESSAGES/mailman.po 2018-05-25 22:15:28 +0000
+++ messages/hu/LC_MESSAGES/mailman.po 2018-05-26 16:22:35 +0000
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Mailman\n"
-"POT-Creation-Date: Fri May 25 15:13:52 2018\n"
+"POT-Creation-Date: Sat May 26 09:19:45 2018\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"
@@ -2488,6 +2488,10 @@
msgid "View this page in"
msgstr "Az oldal nyelve/View this page in"
+#: Mailman/Cgi/listinfo.py:248
+msgid "This form requires JavaScript."
+msgstr ""
+
#: Mailman/Cgi/options.py:65 Mailman/Cgi/options.py:78
#: Mailman/Cgi/options.py:95
msgid "CGI script error"
=== modified file 'messages/ia/LC_MESSAGES/mailman.po'
--- messages/ia/LC_MESSAGES/mailman.po 2018-05-25 22:15:28 +0000
+++ messages/ia/LC_MESSAGES/mailman.po 2018-05-26 16:22:35 +0000
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mailman\n"
-"POT-Creation-Date: Fri May 25 15:13:52 2018\n"
+"POT-Creation-Date: Sat May 26 09:19:45 2018\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"
@@ -2528,6 +2528,10 @@
msgid "View this page in"
msgstr "Vide iste pagina in"
+#: Mailman/Cgi/listinfo.py:248
+msgid "This form requires JavaScript."
+msgstr ""
+
#: Mailman/Cgi/options.py:65 Mailman/Cgi/options.py:78
#: Mailman/Cgi/options.py:95
msgid "CGI script error"
=== modified file 'messages/it/LC_MESSAGES/mailman.po'
--- messages/it/LC_MESSAGES/mailman.po 2018-05-25 22:15:28 +0000
+++ messages/it/LC_MESSAGES/mailman.po 2018-05-26 16:22:35 +0000
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mailman\n"
-"POT-Creation-Date: Fri May 25 15:13:52 2018\n"
+"POT-Creation-Date: Sat May 26 09:19:45 2018\n"
"PO-Revision-Date: 2008-03-24 19:19+0100\n"
"Last-Translator: Simone Piunno <[email protected]>\n"
"Language-Team: <[email protected]>\n"
@@ -2761,6 +2761,10 @@
msgid "View this page in"
msgstr "Vedi questa pagina in"
+#: Mailman/Cgi/listinfo.py:248
+msgid "This form requires JavaScript."
+msgstr ""
+
#: Mailman/Cgi/options.py:65 Mailman/Cgi/options.py:78
#: Mailman/Cgi/options.py:95
msgid "CGI script error"
=== modified file 'messages/ja/LC_MESSAGES/mailman.po'
--- messages/ja/LC_MESSAGES/mailman.po 2018-05-25 22:15:28 +0000
+++ messages/ja/LC_MESSAGES/mailman.po 2018-05-26 16:22:35 +0000
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Mailman 2.1.23\n"
-"POT-Creation-Date: Fri May 25 15:13:52 2018\n"
+"POT-Creation-Date: Sat May 26 09:19:45 2018\n"
"PO-Revision-Date: 2016-08-28 01:26+09:00\n"
"Last-Translator: Yasuhito FUTATSUKI at POEM <[email protected]>\n"
"Language-Team: Japanese <[email protected]>\n"
@@ -2421,6 +2421,10 @@
msgid "View this page in"
msgstr "ɽ������"
+#: Mailman/Cgi/listinfo.py:248
+msgid "This form requires JavaScript."
+msgstr ""
+
#: Mailman/Cgi/options.py:65 Mailman/Cgi/options.py:78
#: Mailman/Cgi/options.py:95
msgid "CGI script error"
=== modified file 'messages/ko/LC_MESSAGES/mailman.po'
--- messages/ko/LC_MESSAGES/mailman.po 2018-05-25 22:15:28 +0000
+++ messages/ko/LC_MESSAGES/mailman.po 2018-05-26 16:22:35 +0000
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: Fri May 25 15:13:52 2018\n"
+"POT-Creation-Date: Sat May 26 09:19:45 2018\n"
"PO-Revision-Date: 2002-03-28 19:21+09:00\n"
"Last-Translator: Hyejin Soang, Wongyo Jung<[email protected], "
"[email protected]>\n"
@@ -2454,6 +2454,10 @@
msgid "View this page in"
msgstr "�� ������ ����"
+#: Mailman/Cgi/listinfo.py:248
+msgid "This form requires JavaScript."
+msgstr ""
+
#: Mailman/Cgi/options.py:65 Mailman/Cgi/options.py:78
#: Mailman/Cgi/options.py:95
msgid "CGI script error"
=== modified file 'messages/lt/LC_MESSAGES/mailman.po'
--- messages/lt/LC_MESSAGES/mailman.po 2018-05-25 22:15:28 +0000
+++ messages/lt/LC_MESSAGES/mailman.po 2018-05-26 16:22:35 +0000
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Mailman 2.1\n"
-"POT-Creation-Date: Fri May 25 15:13:52 2018\n"
+"POT-Creation-Date: Sat May 26 09:19:45 2018\n"
"PO-Revision-Date: 2002-12-26 09:07+0200\n"
"Last-Translator: Mantas Kriauciunas <[email protected]>\n"
"Language-Team: Lithuanian <[email protected]>\n"
@@ -2452,6 +2452,10 @@
msgid "View this page in"
msgstr "�i�r�ti �� puslap�"
+#: Mailman/Cgi/listinfo.py:248
+msgid "This form requires JavaScript."
+msgstr ""
+
#: Mailman/Cgi/options.py:65 Mailman/Cgi/options.py:78
#: Mailman/Cgi/options.py:95
msgid "CGI script error"
=== modified file 'messages/mailman.pot'
--- messages/mailman.pot 2018-05-25 22:15:28 +0000
+++ messages/mailman.pot 2018-05-26 16:22:35 +0000
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: Fri May 25 15:13:52 2018\n"
+"POT-Creation-Date: Sat May 26 09:19:45 2018\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -2144,6 +2144,10 @@
msgid "View this page in"
msgstr ""
+#: Mailman/Cgi/listinfo.py:248
+msgid "This form requires JavaScript."
+msgstr ""
+
#: Mailman/Cgi/options.py:65 Mailman/Cgi/options.py:78
#: Mailman/Cgi/options.py:95
msgid "CGI script error"
=== modified file 'messages/nl/LC_MESSAGES/mailman.po'
--- messages/nl/LC_MESSAGES/mailman.po 2018-05-25 22:15:28 +0000
+++ messages/nl/LC_MESSAGES/mailman.po 2018-05-26 16:22:35 +0000
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Mailman 2.1.14\n"
-"POT-Creation-Date: Fri May 25 15:13:52 2018\n"
+"POT-Creation-Date: Sat May 26 09:19:45 2018\n"
"PO-Revision-Date: 2010-07-07 14:17+0100\n"
"Last-Translator: Jan Veuger <[email protected]>\n"
"Language-Team: Dutch <[email protected]>\n"
@@ -2523,6 +2523,10 @@
msgid "View this page in"
msgstr "Bekijk deze pagina in"
+#: Mailman/Cgi/listinfo.py:248
+msgid "This form requires JavaScript."
+msgstr ""
+
#: Mailman/Cgi/options.py:65 Mailman/Cgi/options.py:78
#: Mailman/Cgi/options.py:95
msgid "CGI script error"
=== modified file 'messages/no/LC_MESSAGES/mailman.po'
--- messages/no/LC_MESSAGES/mailman.po 2018-05-25 22:15:28 +0000
+++ messages/no/LC_MESSAGES/mailman.po 2018-05-26 16:22:35 +0000
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Mailman 2.1.5\n"
-"POT-Creation-Date: Fri May 25 15:13:52 2018\n"
+"POT-Creation-Date: Sat May 26 09:19:45 2018\n"
"PO-Revision-Date: 2005-05-07 23:27+0200\n"
"Last-Translator: Daniel Buchmann <[email protected]>\n"
"Language-Team: Norwegian <[email protected]>\n"
@@ -2520,6 +2520,10 @@
msgid "View this page in"
msgstr "Se denne siden på"
+#: Mailman/Cgi/listinfo.py:248
+msgid "This form requires JavaScript."
+msgstr ""
+
#: Mailman/Cgi/options.py:65 Mailman/Cgi/options.py:78
#: Mailman/Cgi/options.py:95
msgid "CGI script error"
=== modified file 'messages/pl/LC_MESSAGES/mailman.po'
--- messages/pl/LC_MESSAGES/mailman.po 2018-05-25 22:15:28 +0000
+++ messages/pl/LC_MESSAGES/mailman.po 2018-05-26 16:22:35 +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: Fri May 25 15:13:52 2018\n"
+"POT-Creation-Date: Sat May 26 09:19:45 2018\n"
"PO-Revision-Date: 2016-02-15 17:11+0100\n"
"Last-Translator: Stefan Plewako <[email protected]>\n"
"Language-Team: Polish <[email protected]>\n"
@@ -2490,6 +2490,10 @@
msgid "View this page in"
msgstr "Prze��cz j�zyk na"
+#: Mailman/Cgi/listinfo.py:248
+msgid "This form requires JavaScript."
+msgstr ""
+
#: Mailman/Cgi/options.py:65 Mailman/Cgi/options.py:78
#: Mailman/Cgi/options.py:95
msgid "CGI script error"
=== modified file 'messages/pt/LC_MESSAGES/mailman.po'
--- messages/pt/LC_MESSAGES/mailman.po 2018-05-25 22:15:28 +0000
+++ messages/pt/LC_MESSAGES/mailman.po 2018-05-26 16:22:35 +0000
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mailman\n"
-"POT-Creation-Date: Fri May 25 15:13:52 2018\n"
+"POT-Creation-Date: Sat May 26 09:19:45 2018\n"
"PO-Revision-Date: 2003-02-19 10:14GMT\n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -2513,6 +2513,10 @@
msgid "View this page in"
msgstr "Ver esta p�gina em"
+#: Mailman/Cgi/listinfo.py:248
+msgid "This form requires JavaScript."
+msgstr ""
+
#: Mailman/Cgi/options.py:65 Mailman/Cgi/options.py:78
#: Mailman/Cgi/options.py:95
msgid "CGI script error"
=== modified file 'messages/pt_BR/LC_MESSAGES/mailman.po'
--- messages/pt_BR/LC_MESSAGES/mailman.po 2018-05-25 22:15:28 +0000
+++ messages/pt_BR/LC_MESSAGES/mailman.po 2018-05-26 16:22:35 +0000
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Mailman\n"
-"POT-Creation-Date: Fri May 25 15:13:52 2018\n"
+"POT-Creation-Date: Sat May 26 09:19:45 2018\n"
"PO-Revision-Date: 2016-03-09 14:12+0000\n"
"Last-Translator: Emerson Ribeiro de Mello <[email protected]>\n"
"Language-Team: Portuguese <[email protected]>\n"
@@ -2533,6 +2533,10 @@
msgid "View this page in"
msgstr "Ver esta p�gina em"
+#: Mailman/Cgi/listinfo.py:248
+msgid "This form requires JavaScript."
+msgstr ""
+
#: Mailman/Cgi/options.py:65 Mailman/Cgi/options.py:78
#: Mailman/Cgi/options.py:95
msgid "CGI script error"
=== modified file 'messages/ro/LC_MESSAGES/mailman.po'
--- messages/ro/LC_MESSAGES/mailman.po 2018-05-25 22:15:28 +0000
+++ messages/ro/LC_MESSAGES/mailman.po 2018-05-26 16:22:35 +0000
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mailman\n"
-"POT-Creation-Date: Fri May 25 15:13:52 2018\n"
+"POT-Creation-Date: Sat May 26 09:19:45 2018\n"
"PO-Revision-Date: 2005-05-12 07:35+0300\n"
"Last-Translator: Stefaniu Criste <[email protected]>\n"
"Language-Team: Romanian <[email protected]>\n"
@@ -2545,6 +2545,10 @@
msgid "View this page in"
msgstr "Afişează această pagină în"
+#: Mailman/Cgi/listinfo.py:248
+msgid "This form requires JavaScript."
+msgstr ""
+
#: Mailman/Cgi/options.py:65 Mailman/Cgi/options.py:78
#: Mailman/Cgi/options.py:95
msgid "CGI script error"
=== modified file 'messages/ru/LC_MESSAGES/mailman.po'
--- messages/ru/LC_MESSAGES/mailman.po 2018-05-25 22:15:28 +0000
+++ messages/ru/LC_MESSAGES/mailman.po 2018-05-26 16:22:35 +0000
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mailman v2.1\n"
-"POT-Creation-Date: Fri May 25 15:13:52 2018\n"
+"POT-Creation-Date: Sat May 26 09:19:45 2018\n"
"PO-Revision-Date: 2018-03-18 13:49+0200\n"
"Last-Translator: Danil Smirnov <[email protected]>\n"
"Language-Team: Russian <[email protected]>\n"
@@ -2536,6 +2536,10 @@
msgid "View this page in"
msgstr "Язык страницы (view this page in):"
+#: Mailman/Cgi/listinfo.py:248
+msgid "This form requires JavaScript."
+msgstr ""
+
#: Mailman/Cgi/options.py:65 Mailman/Cgi/options.py:78
#: Mailman/Cgi/options.py:95
msgid "CGI script error"
=== modified file 'messages/sk/LC_MESSAGES/mailman.po'
--- messages/sk/LC_MESSAGES/mailman.po 2018-05-25 22:15:28 +0000
+++ messages/sk/LC_MESSAGES/mailman.po 2018-05-26 16:22:35 +0000
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mailman\n"
-"POT-Creation-Date: Fri May 25 15:13:52 2018\n"
+"POT-Creation-Date: Sat May 26 09:19:45 2018\n"
"PO-Revision-Date: 2007-11-26 12:21+0100\n"
"Last-Translator: Martin Matuška <[email protected]>\n"
"Language-Team: Slovak\n"
@@ -2490,6 +2490,10 @@
msgid "View this page in"
msgstr "Zobraziť túto stránku po"
+#: Mailman/Cgi/listinfo.py:248
+msgid "This form requires JavaScript."
+msgstr ""
+
#: Mailman/Cgi/options.py:65 Mailman/Cgi/options.py:78
#: Mailman/Cgi/options.py:95
msgid "CGI script error"
=== modified file 'messages/sl/LC_MESSAGES/mailman.po'
--- messages/sl/LC_MESSAGES/mailman.po 2018-05-25 22:15:28 +0000
+++ messages/sl/LC_MESSAGES/mailman.po 2018-05-26 16:22:35 +0000
@@ -10,7 +10,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mailman_new_popr\n"
-"POT-Creation-Date: Fri May 25 15:13:52 2018\n"
+"POT-Creation-Date: Sat May 26 09:19:45 2018\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"
@@ -2867,6 +2867,10 @@
msgid "View this page in"
msgstr "Poka�i to stran v"
+#: Mailman/Cgi/listinfo.py:248
+msgid "This form requires JavaScript."
+msgstr ""
+
# Mailman/Cgi/options.py:49 Mailman/Cgi/options.py:64
#: Mailman/Cgi/options.py:65 Mailman/Cgi/options.py:78
#: Mailman/Cgi/options.py:95
=== modified file 'messages/sr/LC_MESSAGES/mailman.po'
--- messages/sr/LC_MESSAGES/mailman.po 2018-05-25 22:15:28 +0000
+++ messages/sr/LC_MESSAGES/mailman.po 2018-05-26 16:22:35 +0000
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Mailman 2.1\n"
-"POT-Creation-Date: Fri May 25 15:13:52 2018\n"
+"POT-Creation-Date: Sat May 26 09:19:45 2018\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"
@@ -2323,6 +2323,10 @@
msgid "View this page in"
msgstr "Читајте ову страницу на:"
+#: Mailman/Cgi/listinfo.py:248
+msgid "This form requires JavaScript."
+msgstr ""
+
#: Mailman/Cgi/options.py:65 Mailman/Cgi/options.py:78
#: Mailman/Cgi/options.py:95
msgid "CGI script error"
=== modified file 'messages/sv/LC_MESSAGES/mailman.po'
--- messages/sv/LC_MESSAGES/mailman.po 2018-05-25 22:15:28 +0000
+++ messages/sv/LC_MESSAGES/mailman.po 2018-05-26 16:22:35 +0000
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Mailman 2.1b1\n"
-"POT-Creation-Date: Fri May 25 15:13:52 2018\n"
+"POT-Creation-Date: Sat May 26 09:19:45 2018\n"
"PO-Revision-Date: 2002-12-24 14:35+0100\n"
"Last-Translator: Eva �sterlind <[email protected]>\n"
"Language-Team: Swedish <[email protected]>\n"
@@ -3444,6 +3444,10 @@
msgid "View this page in"
msgstr "Se denna sida p�"
+#: Mailman/Cgi/listinfo.py:248
+msgid "This form requires JavaScript."
+msgstr ""
+
# Mailman/Cgi/options.py:50 Mailman/Cgi/options.py:67
# Mailman/Cgi/options.py:50 Mailman/Cgi/options.py:67
#: Mailman/Cgi/options.py:65 Mailman/Cgi/options.py:78
=== modified file 'messages/tr/LC_MESSAGES/mailman.po'
--- messages/tr/LC_MESSAGES/mailman.po 2018-05-25 22:15:28 +0000
+++ messages/tr/LC_MESSAGES/mailman.po 2018-05-26 16:22:35 +0000
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: Fri May 25 15:13:52 2018\n"
+"POT-Creation-Date: Sat May 26 09:19:45 2018\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Kerem Erkan <[email protected]>\n"
"Language-Team: Turkish <[email protected]>\n"
@@ -2530,6 +2530,10 @@
msgid "View this page in"
msgstr "Bu sayfay� �u dilde g�ster"
+#: Mailman/Cgi/listinfo.py:248
+msgid "This form requires JavaScript."
+msgstr ""
+
#: Mailman/Cgi/options.py:65 Mailman/Cgi/options.py:78
#: Mailman/Cgi/options.py:95
msgid "CGI script error"
=== modified file 'messages/uk/LC_MESSAGES/mailman.po'
--- messages/uk/LC_MESSAGES/mailman.po 2018-05-25 22:15:28 +0000
+++ messages/uk/LC_MESSAGES/mailman.po 2018-05-26 16:22:35 +0000
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mailman v2.1.5\n"
-"POT-Creation-Date: Fri May 25 15:13:52 2018\n"
+"POT-Creation-Date: Sat May 26 09:19:45 2018\n"
"PO-Revision-Date: 2005-02-24 17:37+0200\n"
"Last-Translator: Maxim Dzumanenko <[email protected]>\n"
"Language-Team: Ukrainian <[email protected]>\n"
@@ -2498,6 +2498,10 @@
msgid "View this page in"
msgstr "Мова перегляду (view this page in):"
+#: Mailman/Cgi/listinfo.py:248
+msgid "This form requires JavaScript."
+msgstr ""
+
#: Mailman/Cgi/options.py:65 Mailman/Cgi/options.py:78
#: Mailman/Cgi/options.py:95
msgid "CGI script error"
=== modified file 'messages/vi/LC_MESSAGES/mailman.po'
--- messages/vi/LC_MESSAGES/mailman.po 2018-05-25 22:15:28 +0000
+++ messages/vi/LC_MESSAGES/mailman.po 2018-05-26 16:22:35 +0000
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: mailman-2.1.10\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: Fri May 25 15:13:52 2018\n"
+"POT-Creation-Date: Sat May 26 09:19:45 2018\n"
"PO-Revision-Date: 2008-01-03 22:05+1030\n"
"Last-Translator: Clytie Siddall <[email protected]>\n"
"Language-Team: Vietnamese <[email protected]>\n"
@@ -2498,6 +2498,10 @@
msgid "View this page in"
msgstr "Xem trang này bằng"
+#: Mailman/Cgi/listinfo.py:248
+msgid "This form requires JavaScript."
+msgstr ""
+
#: Mailman/Cgi/options.py:65 Mailman/Cgi/options.py:78
#: Mailman/Cgi/options.py:95
msgid "CGI script error"
=== modified file 'messages/zh_CN/LC_MESSAGES/mailman.po'
--- messages/zh_CN/LC_MESSAGES/mailman.po 2018-05-25 22:15:28 +0000
+++ messages/zh_CN/LC_MESSAGES/mailman.po 2018-05-26 16:22:35 +0000
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mailman\n"
-"POT-Creation-Date: Fri May 25 15:13:52 2018\n"
+"POT-Creation-Date: Sat May 26 09:19:45 2018\n"
"PO-Revision-Date: 2005-05-14 12:07+0800\n"
"Last-Translator: Dai Xiaoguang <[email protected]>\n"
"Language-Team: <[email protected]>\n"
@@ -2424,6 +2424,10 @@
msgid "View this page in"
msgstr "选择本页所用的语言:"
+#: Mailman/Cgi/listinfo.py:248
+msgid "This form requires JavaScript."
+msgstr ""
+
#: Mailman/Cgi/options.py:65 Mailman/Cgi/options.py:78
#: Mailman/Cgi/options.py:95
msgid "CGI script error"
=== modified file 'messages/zh_TW/LC_MESSAGES/mailman.po'
--- messages/zh_TW/LC_MESSAGES/mailman.po 2018-05-25 22:15:28 +0000
+++ messages/zh_TW/LC_MESSAGES/mailman.po 2018-05-26 16:22:35 +0000
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mailman-2.0\n"
-"POT-Creation-Date: Fri May 25 15:13:52 2018\n"
+"POT-Creation-Date: Sat May 26 09:19:45 2018\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"
@@ -2373,6 +2373,10 @@
msgid "View this page in"
msgstr "選擇本頁所用的語文:"
+#: Mailman/Cgi/listinfo.py:248
+msgid "This form requires JavaScript."
+msgstr ""
+
#: Mailman/Cgi/options.py:65 Mailman/Cgi/options.py:78
#: Mailman/Cgi/options.py:95
msgid "CGI script error"
_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe:
https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org