From dd9455afdf3117bf7b95742feac64d7d48c213e2 Mon Sep 17 00:00:00 2001 From: Yasuhito FUTATSUKI at POEM Date: Sun, 15 Jul 2018 12:18:00 +0900 Subject: fix python doc urls --- Mailman/Cgi/admin.py | 2 +- Mailman/Gui/Privacy.py | 2 +- Mailman/Gui/Topics.py | 2 +- bin/find_member | 2 +- messages/ar/LC_MESSAGES/mailman.po | 14 +++++++------- messages/ast/LC_MESSAGES/mailman.po | 12 ++++++------ messages/ca/LC_MESSAGES/mailman.po | 12 ++++++------ messages/cs/LC_MESSAGES/mailman.po | 10 +++++----- messages/da/LC_MESSAGES/mailman.po | 14 +++++++------- messages/de/LC_MESSAGES/mailman.po | 12 ++++++------ messages/el/LC_MESSAGES/mailman.po | 12 ++++++------ messages/eo/LC_MESSAGES/mailman.po | 6 +++--- messages/es/LC_MESSAGES/mailman.po | 12 ++++++------ messages/et/LC_MESSAGES/mailman.po | 14 +++++++------- messages/eu/LC_MESSAGES/mailman.po | 10 +++++----- messages/fa/LC_MESSAGES/mailman.po | 6 +++--- messages/fi/LC_MESSAGES/mailman.po | 12 ++++++------ messages/fr/LC_MESSAGES/mailman.po | 12 ++++++------ messages/gl/LC_MESSAGES/mailman.po | 12 ++++++------ messages/he/LC_MESSAGES/mailman.po | 10 +++++----- messages/hr/LC_MESSAGES/mailman.po | 10 +++++----- messages/hu/LC_MESSAGES/mailman.po | 12 ++++++------ messages/ia/LC_MESSAGES/mailman.po | 10 +++++----- messages/it/LC_MESSAGES/mailman.po | 12 ++++++------ messages/ja/LC_MESSAGES/mailman.po | 12 ++++++------ messages/ko/LC_MESSAGES/mailman.po | 14 +++++++------- messages/lt/LC_MESSAGES/mailman.po | 6 +++--- messages/mailman.pot | 6 +++--- messages/nl/LC_MESSAGES/mailman.po | 10 +++++----- messages/no/LC_MESSAGES/mailman.po | 14 +++++++------- messages/pl/LC_MESSAGES/mailman.po | 10 +++++----- messages/pt/LC_MESSAGES/mailman.po | 12 ++++++------ messages/pt_BR/LC_MESSAGES/mailman.po | 12 ++++++------ messages/ro/LC_MESSAGES/mailman.po | 10 +++++----- messages/ru/LC_MESSAGES/mailman.po | 12 ++++++------ messages/sk/LC_MESSAGES/mailman.po | 10 +++++----- messages/sl/LC_MESSAGES/mailman.po | 16 ++++++++-------- messages/sr/LC_MESSAGES/mailman.po | 6 +++--- messages/sv/LC_MESSAGES/mailman.po | 18 +++++++++--------- messages/tr/LC_MESSAGES/mailman.po | 10 +++++----- messages/uk/LC_MESSAGES/mailman.po | 12 ++++++------ messages/vi/LC_MESSAGES/mailman.po | 12 ++++++------ messages/zh_CN/LC_MESSAGES/mailman.po | 12 ++++++------ messages/zh_TW/LC_MESSAGES/mailman.po | 8 ++++---- misc/sitelist.cfg | 2 +- templates/ar/headfoot.html | 2 +- templates/ast/headfoot.html | 2 +- templates/ca/headfoot.html | 2 +- templates/cs/headfoot.html | 2 +- templates/da/headfoot.html | 2 +- templates/de/headfoot.html | 2 +- templates/el/headfoot.html | 2 +- templates/en/headfoot.html | 2 +- templates/es/headfoot.html | 2 +- templates/et/headfoot.html | 2 +- templates/eu/headfoot.html | 2 +- templates/fi/headfoot.html | 2 +- templates/fr/headfoot.html | 2 +- templates/gl/headfoot.html | 2 +- templates/he/headfoot.html | 2 +- templates/hr/headfoot.html | 2 +- templates/hu/headfoot.html | 2 +- templates/ia/headfoot.html | 2 +- templates/it/headfoot.html | 2 +- templates/ja/headfoot.html | 2 +- templates/ko/headfoot.html | 2 +- templates/lt/headfoot.html | 2 +- templates/nl/headfoot.html | 2 +- templates/no/headfoot.html | 2 +- templates/pt/headfoot.html | 2 +- templates/pt_BR/headfoot.html | 2 +- templates/ro/headfoot.html | 2 +- templates/ru/headfoot.html | 2 +- templates/sk/headfoot.html | 2 +- templates/sl/headfoot.html | 2 +- templates/sr/headfoot.html | 2 +- templates/sv/headfoot.html | 2 +- templates/tr/headfoot.html | 2 +- templates/uk/headfoot.html | 2 +- templates/vi/headfoot.html | 2 +- templates/zh_CN/headfoot.html | 2 +- templates/zh_TW/headfoot.html | 2 +- 82 files changed, 265 insertions(+), 265 deletions(-) diff --git a/Mailman/Cgi/admin.py b/Mailman/Cgi/admin.py index a92ab378..d2577b53 100644 --- a/Mailman/Cgi/admin.py +++ b/Mailman/Cgi/admin.py @@ -917,7 +917,7 @@ def membership_options(mlist, subcat, cgidata, doc, form): container.AddItem(header) # Add a "search for member" button table = Table(width='100%') - link = Link('http://docs.python.org/library/re.html' + link = Link('https://docs.python.org/2/library/re.html' '#regular-expression-syntax', _('(help)')).Format() table.AddRow([Label(_('Find member %(link)s:')), diff --git a/Mailman/Gui/Privacy.py b/Mailman/Gui/Privacy.py index 25e49d2f..4df63da1 100644 --- a/Mailman/Gui/Privacy.py +++ b/Mailman/Gui/Privacy.py @@ -203,7 +203,7 @@ class Privacy(GUIBase):

In the text boxes below, add one address per line; start the line with a ^ character to designate a Python regular expression. When entering backslashes, do so as if you were using Python raw strings (i.e. you generally just use a single backslash). diff --git a/Mailman/Gui/Topics.py b/Mailman/Gui/Topics.py index b1db0c51..d81dd7b0 100644 --- a/Mailman/Gui/Topics.py +++ b/Mailman/Gui/Topics.py @@ -50,7 +50,7 @@ class Topics(GUIBase): _("""The topic filter categorizes each incoming email message according to regular + href="https://docs.python.org/2/library/re.html">regular expression filters you specify below. If the message's Subject: or Keywords: header contains a match against a topic filter, the message is logically placed diff --git a/bin/find_member b/bin/find_member index d83b6f59..ba26cc8e 100755 --- a/bin/find_member +++ b/bin/find_member @@ -49,7 +49,7 @@ specifically excluded. Regular expression syntax is Perl5-like, using the Python re module. Complete specifications are at: -http://docs.python.org/library/re.html +https://docs.python.org/2/library/re.html Address matches are case-insensitive, but case-preserved addresses are displayed. diff --git a/messages/ar/LC_MESSAGES/mailman.po b/messages/ar/LC_MESSAGES/mailman.po index f7c4c81a..ac804f7f 100755 --- a/messages/ar/LC_MESSAGES/mailman.po +++ b/messages/ar/LC_MESSAGES/mailman.po @@ -6404,7 +6404,7 @@ msgid "" "\n" "

In the text boxes below, add one address per line; start the\n" " line with a ^ character to designate a Python regular expression. When entering backslashes, do " "so\n" " as if you were using Python raw strings (i.e. you generally " @@ -6435,7 +6435,7 @@ msgstr "" "\n" "

في مربعات النص تحت، أضف عناناً واحداً في السطر، ابدأ السطر " "بمحرف ^ لصنع صيغة بايثون نظامية. عند إدخال محرف التقسيم الخلفي أدخله " "وكأنك تدخل أحرف بايثون خام (مثلاً أنت عادة تستخدم محرف تقسيم خلفي واحد).\n" "

لاحظ أن المقابلات مع الإدخالات غير الصيغ النظامية دائماً تحصل " @@ -7139,7 +7139,7 @@ msgstr "هل يجب أن يكون مصفي الموضوع ممكناً أم مع msgid "" "The topic filter categorizes each incoming email message\n" " according to regular\n" +" href=\"https://docs.python.org/2/library/re.html\">regular\n" " expression filters you specify below. If the message's\n" " Subject: or Keywords: header contains " "a\n" @@ -7162,7 +7162,7 @@ msgid "" " configuration variable." msgstr "" "يصنف مصفي الموضوع كل رسالة بريد قائمة حسب مصفيات صيغ " +" href=\"https://docs.python.org/2/library/re.html\">مصفيات صيغ " "نظامية تحددها أنت في الأسفل. إذا كانت ترويسة \n" " Subject : أو Keywords: الخاصة " "بالرسالة تحتوي على تطابق مع مصفي موضوع فسوف توضع الرسالة في جيب " @@ -9350,7 +9350,7 @@ msgid "" "Complete\n" "specifications are at:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Address matches are case-insensitive, but case-preserved addresses are\n" "displayed.\n" @@ -12086,7 +12086,7 @@ msgstr "" #~ msgid "" #~ "This text can include \n" -#~ "Python\n" #~ "format strings which are resolved against list attributes. The\n" #~ "list of substitutions allowed are:\n" @@ -12115,7 +12115,7 @@ msgstr "" #~ "

  • cgiext - The extension added to CGI scripts.\n" #~ "" #~ msgstr "" -#~ "يمكن لهذا النص أن يتضمنمحارف تنسيق بايثون \n" #~ "والتي سيتم حلها مع مواصفات القائمة. قائمة الاستبدالات المسموحة هي:\n" #~ "\n" diff --git a/messages/ast/LC_MESSAGES/mailman.po b/messages/ast/LC_MESSAGES/mailman.po index 7115ebcc..12d12bfd 100755 --- a/messages/ast/LC_MESSAGES/mailman.po +++ b/messages/ast/LC_MESSAGES/mailman.po @@ -7105,7 +7105,7 @@ msgid "" "\n" "

    In the text boxes below, add one address per line; start the\n" " line with a ^ character to designate a Python regular expression. When entering backslashes, do " "so\n" " as if you were using Python raw strings (i.e. you generally " @@ -7146,7 +7146,7 @@ msgstr "" "

    Na caxa de testu de ms abaxo, amiesta una direicin en cada " "llinia, entama la llinia\n" " col caruter ^ pa designar una \n" -" \n" +" \n" " espresin regular de Python. Cuando introduzas barres " "atenllaes de manzorga a mandrecha,\n" " filo como si tuvieres usando cadenes de Python (davezu nami " @@ -7958,7 +7958,7 @@ msgstr " msgid "" "The topic filter categorizes each incoming email message\n" " according to regular\n" +" href=\"https://docs.python.org/2/library/re.html\">regular\n" " expression filters you specify below. If the message's\n" " Subject: or Keywords: header contains " "a\n" @@ -7981,7 +7981,7 @@ msgid "" " configuration variable." msgstr "" "La peera segn el tema, clasifica cada mensax recibu\n" -" segn: les \n" +" segn: les \n" " peeres d'espresiones regulares qu'especifiques embaxo. Si " "les cabeceres\n" " Asuntu: o Pallabres clave\n" @@ -10705,7 +10705,7 @@ msgid "" "Complete\n" "specifications are at:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Address matches are case-insensitive, but case-preserved addresses are\n" "displayed.\n" @@ -10745,7 +10745,7 @@ msgstr "" "La Usu de la espresin regular ye al estilu Perl5, usando'l modulu Python " "re. Les especificaciones completes tan en:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Al guetar les direiciones nun se distinguen mayscules de minscules, ensin " "embargo, \n" diff --git a/messages/ca/LC_MESSAGES/mailman.po b/messages/ca/LC_MESSAGES/mailman.po index b3d05dae..e9e22f82 100755 --- a/messages/ca/LC_MESSAGES/mailman.po +++ b/messages/ca/LC_MESSAGES/mailman.po @@ -7197,7 +7197,7 @@ msgid "" "\n" "

    In the text boxes below, add one address per line; start the\n" " line with a ^ character to designate a Python regular expression. When entering backslashes, do " "so\n" " as if you were using Python raw strings (i.e. you generally " @@ -7239,7 +7239,7 @@ msgstr "" "

    A les caixes de text d'abaix, afegeix una adreça per línia; " "comença la\n" " línia amb ^ per a designar una expressió regular de Python. Quan escriguis barres " "inverses, fes-ho\n" " com si estiguessis al Python (ex. normalment només es fa servir\n" @@ -8055,7 +8055,7 @@ msgstr "Voleu que el filtre de tema estigui habilitat o inhabilitat?" msgid "" "The topic filter categorizes each incoming email message\n" " according to regular\n" +" href=\"https://docs.python.org/2/library/re.html\">regular\n" " expression filters you specify below. If the message's\n" " Subject: or Keywords: header contains " "a\n" @@ -8079,7 +8079,7 @@ msgid "" msgstr "" "El filtre segons el tema, classifica cada missatge rebut segons:\n" "els filtres\n" " d'expressions que especifiqui abaix.\n" " Si les capçaleres Subject: o Keywords\n" @@ -10806,7 +10806,7 @@ msgid "" "Complete\n" "specifications are at:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Address matches are case-insensitive, but case-preserved addresses are\n" "displayed.\n" @@ -10848,7 +10848,7 @@ msgstr "" "modul Python. Les \n" "especificacions són a:\n" "\n" -"http://www.python.org/doc/current/lib/module-re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Les coincidencies de les adreces son case-insensitive, però les adreces " "case-preserved són\n" diff --git a/messages/cs/LC_MESSAGES/mailman.po b/messages/cs/LC_MESSAGES/mailman.po index 388ea011..21eac4b7 100755 --- a/messages/cs/LC_MESSAGES/mailman.po +++ b/messages/cs/LC_MESSAGES/mailman.po @@ -6765,7 +6765,7 @@ msgid "" "\n" "

    In the text boxes below, add one address per line; start the\n" " line with a ^ character to designate a Python regular expression. When entering backslashes, do " "so\n" " as if you were using Python raw strings (i.e. you generally " @@ -6804,7 +6804,7 @@ msgstr "" "

    Do ne zobrazench rmek zapisujte na kad dek jednu " "adresu.\n" " Pokud chcete pout Regulrn vraz Pythonu zante dek znakem ^. Pokud " "potebujete zadat \n" " zptn lomtko zadejte jej jako jednoduch (tedy nen poteba " @@ -7544,7 +7544,7 @@ msgstr "M msgid "" "The topic filter categorizes each incoming email message\n" " according to regular\n" +" href=\"https://docs.python.org/2/library/re.html\">regular\n" " expression filters you specify below. If the message's\n" " Subject: or Keywords: header contains " "a\n" @@ -7567,7 +7567,7 @@ msgid "" " configuration variable." msgstr "" "Tmatick filtr zatd kadou pijatou zprvu s pouitm regulrnch\n" +" href=\"https://docs.python.org/2/library/re.html\">regulrnch\n" " vraz , kter zadte ne. Pokud zprva obsahuje v " "hlavice \n" " Subject: a nebo Keywords: vraz " @@ -9810,7 +9810,7 @@ msgid "" "Complete\n" "specifications are at:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Address matches are case-insensitive, but case-preserved addresses are\n" "displayed.\n" diff --git a/messages/da/LC_MESSAGES/mailman.po b/messages/da/LC_MESSAGES/mailman.po index 05d2a465..38fa87f5 100755 --- a/messages/da/LC_MESSAGES/mailman.po +++ b/messages/da/LC_MESSAGES/mailman.po @@ -7063,7 +7063,7 @@ msgid "" "\n" "

    In the text boxes below, add one address per line; start the\n" " line with a ^ character to designate a Python regular expression. When entering backslashes, do " "so\n" " as if you were using Python raw strings (i.e. you generally " @@ -7098,7 +7098,7 @@ msgstr "" "\n" "

    I tekstboksene nedenfor kan du tilføje en e-mailadresse pr. " "linie.\n" -"Du kan også tilføje Python regexp-udtryk.\n" "Begynd i så fald linien med tegnet ^ for at markere at det er et " "sådant udtryk.\n" @@ -7885,7 +7885,7 @@ msgstr "" msgid "" "The topic filter categorizes each incoming email message\n" " according to regular\n" +" href=\"https://docs.python.org/2/library/re.html\">regular\n" " expression filters you specify below. If the message's\n" " Subject: or Keywords: header contains " "a\n" @@ -7908,7 +7908,7 @@ msgid "" " configuration variable." msgstr "" "Emnefilteret kategoriserer hver e-mail som kommer til listen,\n" -"efter de regexp-udtrykde regexp-udtryk\n" "du skriver nedenfor. Hvis felterne Subject: eller " "Keywords:\n" @@ -10570,7 +10570,7 @@ msgid "" "Complete\n" "specifications are at:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Address matches are case-insensitive, but case-preserved addresses are\n" "displayed.\n" @@ -10611,7 +10611,7 @@ msgstr "" "benyttes.\n" "Komplet specifikation findes p:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Adresser sammenlignes uden forskel p sm og store bogstaver, men vises med\n" "store/sm bogstaver som de er stavet.\n" @@ -14165,7 +14165,7 @@ msgstr "" #~ msgid "" #~ "

  • Find members by\n" -#~ " Python regular expression (regexp)
    " #~ msgstr "" diff --git a/messages/de/LC_MESSAGES/mailman.po b/messages/de/LC_MESSAGES/mailman.po index c1d4e0d4..267df212 100755 --- a/messages/de/LC_MESSAGES/mailman.po +++ b/messages/de/LC_MESSAGES/mailman.po @@ -7645,7 +7645,7 @@ msgid "" "\n" "

    In the text boxes below, add one address per line; start the\n" " line with a ^ character to designate a Python regular expression. When entering backslashes, do " "so\n" " as if you were using Python raw strings (i.e. you generally " @@ -7679,7 +7679,7 @@ msgstr "" "\n" "

    Fgen Sie eine E-Mail-Adresse pro Zeile hinzu.\n" "Beginnen Sie mit einem ^, um\n" -" regulre\n" +" regulre\n" " Ausdrcke(RegExp) einzuleiten. Geben Sie einen Backslash so an, wie in\n" " normale Python-Strings (i.d.R. ein einfacher, normaler Backslash).\n" "\n" @@ -8579,7 +8579,7 @@ msgstr "Themenfilter einschalten oder ausschalten?" msgid "" "The topic filter categorizes each incoming email message\n" " according to regular\n" +" href=\"https://docs.python.org/2/library/re.html\">regular\n" " expression filters you specify below. If the message's\n" " Subject: or Keywords: header contains " "a\n" @@ -8602,7 +8602,7 @@ msgid "" " configuration variable." msgstr "" "Der Themenfilter kategorisiert jede eingehende E-Mail-Nachricht gemss Filterregeln mit regulren " +"href=\"https://docs.python.org/2/library/re.html\">Filterregeln mit regulren " "Ausdrcken, die Sie weiter unten festlegen knnen. Wenn die " "Subject: oder Keywords: Header der Nachricht mit " "dem Suchthema bereinstimmen, wird die Nachricht in einem thematischen " @@ -11457,7 +11457,7 @@ msgid "" "Complete\n" "specifications are at:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Address matches are case-insensitive, but case-preserved addresses are\n" "displayed.\n" @@ -11496,7 +11496,7 @@ msgstr "" "Die vom Python re-Modul benutzte Syntax fr regulre Ausdrcke entspricht\n" "der von Perl5. Die kompletten Spezifikationen sind erhltlich unter:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Die Adresssuche ignoriert Gross-/Kleinschreibung, zeigt jedoch unter-\n" "schiedliche Schreibweisen der Adressen an.\n" diff --git a/messages/el/LC_MESSAGES/mailman.po b/messages/el/LC_MESSAGES/mailman.po index 52f3261d..e67bfd2e 100755 --- a/messages/el/LC_MESSAGES/mailman.po +++ b/messages/el/LC_MESSAGES/mailman.po @@ -7394,7 +7394,7 @@ msgid "" "\n" "

    In the text boxes below, add one address per line; start the\n" " line with a ^ character to designate a Python regular expression. When entering backslashes, do " "so\n" " as if you were using Python raw strings (i.e. you generally " @@ -7438,7 +7438,7 @@ msgstr "" "

    , " " . \n" " ^ Python regular expression. " +"\"https://docs.python.org/2/library/re.html\">Python regular expression. " " (backslashes), \n" " \n" " Python (.. " @@ -8281,7 +8281,7 @@ msgstr "" msgid "" "The topic filter categorizes each incoming email message\n" " according to regular\n" +" href=\"https://docs.python.org/2/library/re.html\">regular\n" " expression filters you specify below. If the message's\n" " Subject: or Keywords: header contains " "a\n" @@ -8304,7 +8304,7 @@ msgid "" " configuration variable." msgstr "" " \n" -" \n" " . " "\n" @@ -11088,7 +11088,7 @@ msgid "" "Complete\n" "specifications are at:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Address matches are case-insensitive, but case-preserved addresses are\n" "displayed.\n" @@ -11132,7 +11132,7 @@ msgstr "" " \n" " :\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" " (case-insensitive), (case-" "preserved) \n" diff --git a/messages/eo/LC_MESSAGES/mailman.po b/messages/eo/LC_MESSAGES/mailman.po index 3368e274..53cf1a9e 100644 --- a/messages/eo/LC_MESSAGES/mailman.po +++ b/messages/eo/LC_MESSAGES/mailman.po @@ -5943,7 +5943,7 @@ msgid "" "\n" "

    In the text boxes below, add one address per line; start the\n" " line with a ^ character to designate a Python regular expression. When entering backslashes, do " "so\n" " as if you were using Python raw strings (i.e. you generally " @@ -6523,7 +6523,7 @@ msgstr "" msgid "" "The topic filter categorizes each incoming email message\n" " according to regular\n" +" href=\"https://docs.python.org/2/library/re.html\">regular\n" " expression filters you specify below. If the message's\n" " Subject: or Keywords: header contains " "a\n" @@ -8648,7 +8648,7 @@ msgid "" "Complete\n" "specifications are at:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Address matches are case-insensitive, but case-preserved addresses are\n" "displayed.\n" diff --git a/messages/es/LC_MESSAGES/mailman.po b/messages/es/LC_MESSAGES/mailman.po index 0df871db..76b50694 100755 --- a/messages/es/LC_MESSAGES/mailman.po +++ b/messages/es/LC_MESSAGES/mailman.po @@ -7187,7 +7187,7 @@ msgid "" "\n" "

    In the text boxes below, add one address per line; start the\n" " line with a ^ character to designate a Python regular expression. When entering backslashes, do " "so\n" " as if you were using Python raw strings (i.e. you generally " @@ -7228,7 +7228,7 @@ msgstr "" "

    En la caja de texto de ms abajo, agrega una direccin en " "cada lnea, empieza la lnea\n" " con el carcter ^ para designar una \n" -" \n" +" \n" " expresin regular de Python. Cuando metas barras inclinadas " "de izquierda a derecha (\"\\\"),\n" " hazlo como si estuvieras usando cadenas de Python en bruto " @@ -8029,7 +8029,7 @@ msgstr " msgid "" "The topic filter categorizes each incoming email message\n" " according to regular\n" +" href=\"https://docs.python.org/2/library/re.html\">regular\n" " expression filters you specify below. If the message's\n" " Subject: or Keywords: header contains " "a\n" @@ -8052,7 +8052,7 @@ msgid "" " configuration variable." msgstr "" "El filtro segn el tema, clasifica cada mensaje recibido\n" -" segn: los \n" +" segn: los \n" " filtros de expresiones regulares que especifique abajo. Si " "las cabeceras\n" " Subject: (asunto) o Keywords " @@ -10798,7 +10798,7 @@ msgid "" "Complete\n" "specifications are at:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Address matches are case-insensitive, but case-preserved addresses are\n" "displayed.\n" @@ -10840,7 +10840,7 @@ msgstr "" "La sintaxis de la expresin regular es al estilo Perl5, usando el modulo " "Python re. Las especificaciones completas estn en:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Al buscar las direcciones no se distinguen maysculas de minsculas, sin " "embargo, \n" diff --git a/messages/et/LC_MESSAGES/mailman.po b/messages/et/LC_MESSAGES/mailman.po index c36aa3e0..57ec0d71 100755 --- a/messages/et/LC_MESSAGES/mailman.po +++ b/messages/et/LC_MESSAGES/mailman.po @@ -6620,7 +6620,7 @@ msgid "" "\n" "

    In the text boxes below, add one address per line; start the\n" " line with a ^ character to designate a Python regular expression. When entering backslashes, do " "so\n" " as if you were using Python raw strings (i.e. you generally " @@ -6651,7 +6651,7 @@ msgstr "" "kehtestatud reeglitele\n" "\n" "

    Sisesta tekstikastidesse aadressid, ks igale reale; ^ mrk rea alguses\n" -"thistab Pythoni " +"thistab Pythoni " "regulaaravaldist. Kurakaldkriipse sisesta nii nagu Pythoni stringe (s.t. " "kasuta ainult hte kurakaldkriipsu).\n" "\n" @@ -7361,7 +7361,7 @@ msgstr "Kas kategoriseerija on kasutusel?" msgid "" "The topic filter categorizes each incoming email message\n" " according to regular\n" +" href=\"https://docs.python.org/2/library/re.html\">regular\n" " expression filters you specify below. If the message's\n" " Subject: or Keywords: header contains " "a\n" @@ -7383,8 +7383,8 @@ msgid "" "\">topics_bodylines_limit\n" " configuration variable." msgstr "" -"Teemafilter kategoriseerib sissetulevaid kirju vastavalt regulaaravaldistele. Kui sissetuleva " +"Teemafilter kategoriseerib sissetulevaid kirju vastavalt regulaaravaldistele. Kui sissetuleva " "kirja Subject: vi Keywords: pis vastab mnele " "reeglile siis paigutatakse see vastavasse registrisse. Liikmell on " "vimalik valida talle huvi pakkuvat registrit (vi registreid). Kirju, mis " @@ -9861,7 +9861,7 @@ msgid "" "Complete\n" "specifications are at:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Address matches are case-insensitive, but case-preserved addresses are\n" "displayed.\n" @@ -9902,7 +9902,7 @@ msgstr "" "moodul,\n" "mille tielik levaade on aadressil:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Otsing on tstutundetu kui aadressid kuvatakse nii nagu nad listis kirjas " "on.\n" diff --git a/messages/eu/LC_MESSAGES/mailman.po b/messages/eu/LC_MESSAGES/mailman.po index d99003aa..c93b3ad2 100755 --- a/messages/eu/LC_MESSAGES/mailman.po +++ b/messages/eu/LC_MESSAGES/mailman.po @@ -7011,7 +7011,7 @@ msgid "" "\n" "

    In the text boxes below, add one address per line; start the\n" " line with a ^ character to designate a Python regular expression. When entering backslashes, do " "so\n" " as if you were using Python raw strings (i.e. you generally " @@ -7052,7 +7052,7 @@ msgstr "" "

    Beheko testu-kutxetan, gehitu helbide bat lerroko; lerroa " "hasi\n" " ^ karakterearekin, Python adierazpen erregularren kasuan. '\\' ikurrak " "sartzean,\n" " Python lerro gordinak erabiltzen ari bazina bezala egin ezazu " @@ -7836,7 +7836,7 @@ msgstr "Gaien iragazkiak gaituta ala ezgaituta beharko luke?" msgid "" "The topic filter categorizes each incoming email message\n" " according to regular\n" +" href=\"https://docs.python.org/2/library/re.html\">regular\n" " expression filters you specify below. If the message's\n" " Subject: or Keywords: header contains " "a\n" @@ -7859,7 +7859,7 @@ msgid "" " configuration variable." msgstr "" "Gaien iragazkiak, heltzen diren mezu guztiak sailkatu egiten ditu\n" -" behean adierazitako adierazpen\n" " erregularren iragazkiaren arabera.\n" " Subject: (gaia) edo Keywords (gako-" @@ -10290,7 +10290,7 @@ msgid "" "Complete\n" "specifications are at:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Address matches are case-insensitive, but case-preserved addresses are\n" "displayed.\n" diff --git a/messages/fa/LC_MESSAGES/mailman.po b/messages/fa/LC_MESSAGES/mailman.po index e027f92a..c9bb39f0 100644 --- a/messages/fa/LC_MESSAGES/mailman.po +++ b/messages/fa/LC_MESSAGES/mailman.po @@ -5844,7 +5844,7 @@ msgid "" "\n" "

    In the text boxes below, add one address per line; start the\n" " line with a ^ character to designate a Python regular expression. When entering backslashes, do " "so\n" " as if you were using Python raw strings (i.e. you generally " @@ -6426,7 +6426,7 @@ msgstr "" msgid "" "The topic filter categorizes each incoming email message\n" " according to regular\n" +" href=\"https://docs.python.org/2/library/re.html\">regular\n" " expression filters you specify below. If the message's\n" " Subject: or Keywords: header contains " "a\n" @@ -8479,7 +8479,7 @@ msgid "" "Complete\n" "specifications are at:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Address matches are case-insensitive, but case-preserved addresses are\n" "displayed.\n" diff --git a/messages/fi/LC_MESSAGES/mailman.po b/messages/fi/LC_MESSAGES/mailman.po index 7886c067..d7c873ae 100755 --- a/messages/fi/LC_MESSAGES/mailman.po +++ b/messages/fi/LC_MESSAGES/mailman.po @@ -7003,7 +7003,7 @@ msgid "" "\n" "

    In the text boxes below, add one address per line; start the\n" " line with a ^ character to designate a Python regular expression. When entering backslashes, do " "so\n" " as if you were using Python raw strings (i.e. you generally " @@ -7039,7 +7039,7 @@ msgstr "" "\n" "

    Alla olevissa tekstilaatikoissa, lis yksi osoite riville;\n" " aloita rivi ^ merkill, joka mrittelee Pythonin yleisen ilmaisun. Jos kirjoitat takakeno- " "viivoja\n" " merkitse ne kuin kyttisit Pythonin raakamerkkijonoa (esim. jos " @@ -7838,7 +7838,7 @@ msgstr "Pit msgid "" "The topic filter categorizes each incoming email message\n" " according to regular\n" +" href=\"https://docs.python.org/2/library/re.html\">regular\n" " expression filters you specify below. If the message's\n" " Subject: or Keywords: header contains " "a\n" @@ -7862,7 +7862,7 @@ msgid "" msgstr "" "Aiheen suodattimet luokittelee jokaisen tulevan shkpostin\n" " tavallisen\n" +" href=\"https://docs.python.org/2/library/re.html\">tavallisen\n" " ilmaisun suodattimen mukaan kuten mrittelet alla. Jos\n" " viestin Aihe: tai Avainsanat: kentt " "tsmvt\n" @@ -10527,7 +10527,7 @@ msgid "" "Complete\n" "specifications are at:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Address matches are case-insensitive, but case-preserved addresses are\n" "displayed.\n" @@ -10568,7 +10568,7 @@ msgstr "" "Complete\n" "specifications are at:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Address matches are case-insensitive, but case-preserved addresses are\n" "displayed.\n" diff --git a/messages/fr/LC_MESSAGES/mailman.po b/messages/fr/LC_MESSAGES/mailman.po index 9f91666e..a498a50b 100755 --- a/messages/fr/LC_MESSAGES/mailman.po +++ b/messages/fr/LC_MESSAGES/mailman.po @@ -7057,7 +7057,7 @@ msgid "" "\n" "

    In the text boxes below, add one address per line; start the\n" " line with a ^ character to designate a Python regular expression. When entering backslashes, do " "so\n" " as if you were using Python raw strings (i.e. you generally " @@ -7099,7 +7099,7 @@ msgstr "" "

    Dans la zone de texte ci-dessous, ajouter une adresse par " "ligne;\n" " commencer la ligne avec le caractre ^ pour designer une expression\n" +" href=\"https://docs.python.org/2/library/re.html\">expression\n" " rgulire Python. Si vous utilisez des backslashs, faites-le " "comme\n" " si vous utilisiez des chanes Python brutes (i.e. en utilisant " @@ -7922,7 +7922,7 @@ msgstr "Le filtre de th msgid "" "The topic filter categorizes each incoming email message\n" " according to regular\n" +" href=\"https://docs.python.org/2/library/re.html\">regular\n" " expression filters you specify below. If the message's\n" " Subject: or Keywords: header contains " "a\n" @@ -7946,7 +7946,7 @@ msgid "" msgstr "" "Le filtre de thme place chaque courriel qui arrive dans une catgorie\n" " sur la base \n" +" href=\"https://docs.python.org/2/library/re.html\">\n" " des filtres d'expressions rgulires que vous avez dfinis " "ci-dessous.\n" " Si l'en-tte Objet: ou Mots Cls: " @@ -10626,7 +10626,7 @@ msgid "" "Complete\n" "specifications are at:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Address matches are case-insensitive, but case-preserved addresses are\n" "displayed.\n" @@ -10665,7 +10665,7 @@ msgstr "" "utilises. La syntaxe des expressions rgulires est celle de Perl5\n" "avec l'utilisation du module re de Python. Les spcifications\n" "compltes sont disponible \n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "La comparaison des adresses se fait avec non respect de la casse tandis\n" "que les rsultats trouvs seront affichs avec leurs casses\n" diff --git a/messages/gl/LC_MESSAGES/mailman.po b/messages/gl/LC_MESSAGES/mailman.po index 0df3b7da..5cef74e6 100755 --- a/messages/gl/LC_MESSAGES/mailman.po +++ b/messages/gl/LC_MESSAGES/mailman.po @@ -6840,7 +6840,7 @@ msgid "" "\n" "

    In the text boxes below, add one address per line; start the\n" " line with a ^ character to designate a Python regular expression. When entering backslashes, do " "so\n" " as if you were using Python raw strings (i.e. you generally " @@ -6879,7 +6879,7 @@ msgstr "" "

    Na caixa de texto de máis abaixo, engada un enderezo en cada " "liña, comece a liña\n" " co carácter ^ para designar unha \n" -" \n" +" \n" " expresión regular de Python. Cando inclúa barras inclinadas " "de esquerda a dereita (\"\\\"),\n" " fágao como se estivese a empregar cadeas de Python en bruto " @@ -7630,7 +7630,7 @@ msgstr "Debe activarse ou desactivarse o filtrado de temas?" msgid "" "The topic filter categorizes each incoming email message\n" " according to regular\n" +" href=\"https://docs.python.org/2/library/re.html\">regular\n" " expression filters you specify below. If the message's\n" " Subject: or Keywords: header contains " "a\n" @@ -7653,7 +7653,7 @@ msgid "" " configuration variable." msgstr "" "O filtro segundo o tema, clasifica cada mensaxe recibida\n" -" segundo os \n" +" segundo os \n" " filtros de expresións regulares que especifique abaixo. Se " "as cabeceiras\n" " Subject: (asunto) ou Keywords " @@ -10229,7 +10229,7 @@ msgid "" "Complete\n" "specifications are at:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Address matches are case-insensitive, but case-preserved addresses are\n" "displayed.\n" @@ -10269,7 +10269,7 @@ msgstr "" "A sintaxe da expresión regular é ao estilo Perl5, usando o módulo Python " "re. As especificacións completas están en:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Na busca de enderezos non se distinguen as maiúsculas das minúsculas mais \n" "amósanse os enderezos tal e como se achan.\n" diff --git a/messages/he/LC_MESSAGES/mailman.po b/messages/he/LC_MESSAGES/mailman.po index e49864e4..857e5511 100755 --- a/messages/he/LC_MESSAGES/mailman.po +++ b/messages/he/LC_MESSAGES/mailman.po @@ -6675,7 +6675,7 @@ msgid "" "\n" "

    In the text boxes below, add one address per line; start the\n" " line with a ^ character to designate a Python regular expression. When entering backslashes, do " "so\n" " as if you were using Python raw strings (i.e. you generally " @@ -7452,7 +7452,7 @@ msgstr "יש להפעיל את מסנן הנושאים או להפוך אותו msgid "" "The topic filter categorizes each incoming email message\n" " according to regular\n" +" href=\"https://docs.python.org/2/library/re.html\">regular\n" " expression filters you specify below. If the message's\n" " Subject: or Keywords: header contains " "a\n" @@ -7475,7 +7475,7 @@ msgid "" " configuration variable." msgstr "" "מסנן הנושאים מאפיין כל מסר דוא\"ל שנכנס בהתאם ל\n" -" \n" +" \n" " מסנני ביטוים רגולריים שאתה מגדיר למטה. אם כותרת ה-" "נושא:\n" " או מלות-המפתח: מכילה התאמה מול מסנן נושא, המסר " @@ -10037,7 +10037,7 @@ msgid "" "Complete\n" "specifications are at:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Address matches are case-insensitive, but case-preserved addresses are\n" "displayed.\n" @@ -10077,7 +10077,7 @@ msgstr "" "התחביר של הביטיים הרגולריים דומה לתחביר של Perl5, באמצעות מודול ה-re של " "Python.\n" "ניתן למצאו הגדרה מלאה ב-:\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "התאמה של כתובות אינה רגישה לראשיות התווים, אך הכתובות מוצגות עם שמירה על " "ראשיות.\n" diff --git a/messages/hr/LC_MESSAGES/mailman.po b/messages/hr/LC_MESSAGES/mailman.po index 01a628ef..788210fc 100755 --- a/messages/hr/LC_MESSAGES/mailman.po +++ b/messages/hr/LC_MESSAGES/mailman.po @@ -7018,7 +7018,7 @@ msgid "" "\n" "

    In the text boxes below, add one address per line; start the\n" " line with a ^ character to designate a Python regular expression. When entering backslashes, do " "so\n" " as if you were using Python raw strings (i.e. you generally " @@ -7060,7 +7060,7 @@ msgstr "" "

    U donjim tekst poljima, dodajte jednu adresu po liniji; " "zaponite liniju\n" " sa ^ znakom da biste konstruirali Python regular expression. Kada koristite kosu crtu, " "unesite je kao da\n" " unosite obian Python tekst (npr. samo jednu kosu crtu)\n" @@ -7835,7 +7835,7 @@ msgstr "Treba li filter naslova biti omogu msgid "" "The topic filter categorizes each incoming email message\n" " according to regular\n" +" href=\"https://docs.python.org/2/library/re.html\">regular\n" " expression filters you specify below. If the message's\n" " Subject: or Keywords: header contains " "a\n" @@ -7859,7 +7859,7 @@ msgid "" msgstr "" "Filter naslova kategorizira svaku dolaznu e-mail poruku\n" " sukladno regular\n" +" href=\"https://docs.python.org/2/library/re.html\">regular\n" " expression filterima koje navodite dolje. Ako\n" " Subject: ili Keywords: zaglavlja " "poruke\n" @@ -10129,7 +10129,7 @@ msgid "" "Complete\n" "specifications are at:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Address matches are case-insensitive, but case-preserved addresses are\n" "displayed.\n" diff --git a/messages/hu/LC_MESSAGES/mailman.po b/messages/hu/LC_MESSAGES/mailman.po index 8e1b0efb..3aa13c18 100755 --- a/messages/hu/LC_MESSAGES/mailman.po +++ b/messages/hu/LC_MESSAGES/mailman.po @@ -6807,7 +6807,7 @@ msgid "" "\n" "

    In the text boxes below, add one address per line; start the\n" " line with a ^ character to designate a Python regular expression. When entering backslashes, do " "so\n" " as if you were using Python raw strings (i.e. you generally " @@ -6844,7 +6844,7 @@ msgstr "" "kls\n" "bekldsi szablyok lesznek rvnyesek.\n" "

    A szvegdobozban soronknt egy cmet adjunk meg; a Python regulris kifejezsek jellsre a sorokat ^ jellel kezdjk. " "Backslasht (\"\\\") mint egy hagyomnyos\n" "karaktert adhatunk meg, gy ahogy a Pythonban karakternl szoksos (ez " @@ -7602,7 +7602,7 @@ msgstr "A t msgid "" "The topic filter categorizes each incoming email message\n" " according to regular\n" +" href=\"https://docs.python.org/2/library/re.html\">regular\n" " expression filters you specify below. If the message's\n" " Subject: or Keywords: header contains " "a\n" @@ -7626,7 +7626,7 @@ msgid "" msgstr "" "A tmaszr minden egyes bejv levelet megvizsgl a ksbbiekben megadott " "regulris\n" +"href=\"https://docs.python.org/2/library/re.html\">regulris\n" "szr kifejezsek alapjn. Ha a levl Subject: vagy\n" "\tKeywords: fejlce egyezst mutat valamelyik szrsi\n" "\tfelttellel, akkor az zenet egy n. tma trolba kerl.\n" @@ -10218,7 +10218,7 @@ msgid "" "Complete\n" "specifications are at:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Address matches are case-insensitive, but case-preserved addresses are\n" "displayed.\n" @@ -10256,7 +10256,7 @@ msgstr "" "\n" "A hagyomnyos kifejezsinek Perl5-tpusnak kell lennie, a keresst a\n" "Python re modulja vgzi. Rszletes lersa a kvetkez cmen tallhat:\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Keressnl a kis- s nagybetk nem szmtanak, de a tallt cmek a\n" "feliratkozskor megadott formban jelennek meg.\n" diff --git a/messages/ia/LC_MESSAGES/mailman.po b/messages/ia/LC_MESSAGES/mailman.po index d6273e93..ffa35d03 100644 --- a/messages/ia/LC_MESSAGES/mailman.po +++ b/messages/ia/LC_MESSAGES/mailman.po @@ -7071,7 +7071,7 @@ msgid "" "\n" "

    In the text boxes below, add one address per line; start the\n" " line with a ^ character to designate a Python regular expression. When entering backslashes, do " "so\n" " as if you were using Python raw strings (i.e. you generally " @@ -7110,7 +7110,7 @@ msgstr "" "

    In le cassas textual infra, adde un adresse per linea; " "comencia le\n" " linea con un signo ^ pro designar un expression Python regular. Scribe barras inverse como si\n" " usar catenas rude de Python (i.e. on generalmente usa\n" " solmente un singule barra inverse).\n" @@ -7902,7 +7902,7 @@ msgstr "Le filtro de themas debe esser activate o disactivate?" msgid "" "The topic filter categorizes each incoming email message\n" " according to regular\n" +" href=\"https://docs.python.org/2/library/re.html\">regular\n" " expression filters you specify below. If the message's\n" " Subject: or Keywords: header contains " "a\n" @@ -7926,7 +7926,7 @@ msgid "" msgstr "" "Le filtro de themas categorisa cata message entrante in\n" " base a filtros\n" +" href=\"https://docs.python.org/2/library/re.html\">filtros\n" " con expressiones regular que tu scribe infra. Si le " "capite\n" " Subject: o Keywords: del message\n" @@ -10193,7 +10193,7 @@ msgid "" "Complete\n" "specifications are at:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Address matches are case-insensitive, but case-preserved addresses are\n" "displayed.\n" diff --git a/messages/it/LC_MESSAGES/mailman.po b/messages/it/LC_MESSAGES/mailman.po index 1d679007..9c0b04dd 100755 --- a/messages/it/LC_MESSAGES/mailman.po +++ b/messages/it/LC_MESSAGES/mailman.po @@ -7405,7 +7405,7 @@ msgid "" "\n" "

    In the text boxes below, add one address per line; start the\n" " line with a ^ character to designate a Python regular expression. When entering backslashes, do " "so\n" " as if you were using Python raw strings (i.e. you generally " @@ -7443,7 +7443,7 @@ msgstr "" "\n" "

    Nei campi sottostanti aggiungi un indirizzo per riga; \n" " inizia la riga con un carattere ^ per indicare una\n" -" Espressione regolare Python. Quando inserisci " "backslash,\n" " fallo come se stessi inserendo stringhe grezze Python (ad \n" @@ -8256,7 +8256,7 @@ msgstr "Devo abilitare il filtro sugli argomenti?" msgid "" "The topic filter categorizes each incoming email message\n" " according to regular\n" +" href=\"https://docs.python.org/2/library/re.html\">regular\n" " expression filters you specify below. If the message's\n" " Subject: or Keywords: header contains " "a\n" @@ -8280,7 +8280,7 @@ msgid "" msgstr "" "Il filtro per argomenti categorizza ogni messaggio entrante\n" " in base a\n" -"\n" +"\n" " espressioni regolari che puoi specificare più\n" " in basso. Se i campi Subject: oppure\n" " Keywords: nel messaggio contengono parole\n" @@ -11028,7 +11028,7 @@ msgid "" "Complete\n" "specifications are at:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Address matches are case-insensitive, but case-preserved addresses are\n" "displayed.\n" @@ -11069,7 +11069,7 @@ msgstr "" "usando il modulo Python re. La specifica completa si pu trovare\n" "all'indirizzo:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "La ricerca degli indirizzi non sensibile a maiuscole/minuscole\n" "ma vengono mostrati gli indirizzi senza alterazioni.\n" diff --git a/messages/ja/LC_MESSAGES/mailman.po b/messages/ja/LC_MESSAGES/mailman.po index 59e52ac1..d24ed583 100644 --- a/messages/ja/LC_MESSAGES/mailman.po +++ b/messages/ja/LC_MESSAGES/mailman.po @@ -6632,7 +6632,7 @@ msgid "" "\n" "

    In the text boxes below, add one address per line; start the\n" " line with a ^ character to designate a Python regular expression. When entering backslashes, do " "so\n" " as if you were using Python raw strings (i.e. you generally " @@ -6661,7 +6661,7 @@ msgstr "" "Ф뵬§˽äƤդ뤤ˤޤ.\n" "

    Υƥȥܥå, 1Ԥ1ĤΥ᡼륢ɥ쥹ϿǤޤ;\n" "Ԥκǽ ^ 򵭽Ҥ\n" -"Python\n" +"Python\n" "ɽˤʤޤ. \n" "Хåå, Python raw stringˡΤ꤫\n" "ϤƤ. (Ĥޤ, ñ1ĥХååǤ)\n" @@ -7486,7 +7486,7 @@ msgstr " msgid "" "The topic filter categorizes each incoming email message\n" " according to regular\n" +" href=\"https://docs.python.org/2/library/re.html\">regular\n" " expression filters you specify below. If the message's\n" " Subject: or Keywords: header contains " "a\n" @@ -7509,7 +7509,7 @@ msgid "" " configuration variable." msgstr "" "ե륿, ʲ\n" -"ɽ\n" +"ɽ\n" "ե륿 Ƥ줿᡼ʬषޤ.\n" "᡼ Subject: Keywords: إå\n" "ե륿Ŭ礷᡼, ꤴȤ˺줿Хå\n" @@ -10082,7 +10082,7 @@ msgid "" "Complete\n" "specifications are at:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Address matches are case-insensitive, but case-preserved addresses are\n" "displayed.\n" @@ -10121,7 +10121,7 @@ msgstr "" "ɽ Perl5 ˻Ƥ뤬, Python re ⥸塼Ȥ. re\n" "⥸塼λͤϰʲΥڡˤ:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "᡼륢ɥ쥹ʸʸζ̤򤻤˸뤬, ̤ɽ\n" "ʸޤǹԤ.\n" diff --git a/messages/ko/LC_MESSAGES/mailman.po b/messages/ko/LC_MESSAGES/mailman.po index e830915f..7bc40d55 100755 --- a/messages/ko/LC_MESSAGES/mailman.po +++ b/messages/ko/LC_MESSAGES/mailman.po @@ -6269,7 +6269,7 @@ msgid "" "\n" "

    In the text boxes below, add one address per line; start the\n" " line with a ^ character to designate a Python regular expression. When entering backslashes, do " "so\n" " as if you were using Python raw strings (i.e. you generally " @@ -6294,7 +6294,7 @@ msgstr "" "ǰų, Ȥ ϴ.\n" "\n" "

    Ʒ ؽƮ ڽ (line) ϳ ּҸ ^ " -" ϴ Python " +" ϴ Python " " ǥ Ÿϴ. 齽 ν Python raw ڿ " " ֽϴ.( Ϲ ϳ 齽 մϴ.)

    " "Խ ׻ ó Ͻʽÿ." @@ -6976,7 +6976,7 @@ msgstr " msgid "" "The topic filter categorizes each incoming email message\n" " according to regular\n" +" href=\"https://docs.python.org/2/library/re.html\">regular\n" " expression filters you specify below. If the message's\n" " Subject: or Keywords: header contains " "a\n" @@ -6998,7 +6998,7 @@ msgid "" "\">topics_bodylines_limit\n" " configuration variable." msgstr "" -" ɷ Ʒ href=\"http://docs.python.org/library/" +" ɷ Ʒ href=\"https://docs.python.org/2/library/" "re.html\"> ǥ - ɷ E ޼ з " "ֽϴ. ޼ : Ȥ Ű: " "ɷ ° Ǹ ޼ ( : ٱ" @@ -9132,7 +9132,7 @@ msgid "" "Complete\n" "specifications are at:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Address matches are case-insensitive, but case-preserved addresses are\n" "displayed.\n" @@ -11352,11 +11352,11 @@ msgstr "" #~ msgid "" #~ "

  • Find members by\n" -#~ " Python regular expression (regexp)
    " #~ msgstr "" -#~ "
  • \n" #~ "Python ǥ (regexp) ȸ ã
    " diff --git a/messages/lt/LC_MESSAGES/mailman.po b/messages/lt/LC_MESSAGES/mailman.po index 80ee7f72..f974cc23 100755 --- a/messages/lt/LC_MESSAGES/mailman.po +++ b/messages/lt/LC_MESSAGES/mailman.po @@ -5915,7 +5915,7 @@ msgid "" "\n" "

    In the text boxes below, add one address per line; start the\n" " line with a ^ character to designate a Python regular expression. When entering backslashes, do " "so\n" " as if you were using Python raw strings (i.e. you generally " @@ -6495,7 +6495,7 @@ msgstr "" msgid "" "The topic filter categorizes each incoming email message\n" " according to regular\n" +" href=\"https://docs.python.org/2/library/re.html\">regular\n" " expression filters you specify below. If the message's\n" " Subject: or Keywords: header contains " "a\n" @@ -8535,7 +8535,7 @@ msgid "" "Complete\n" "specifications are at:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Address matches are case-insensitive, but case-preserved addresses are\n" "displayed.\n" diff --git a/messages/mailman.pot b/messages/mailman.pot index 0e8a4e1e..95d11280 100644 --- a/messages/mailman.pot +++ b/messages/mailman.pot @@ -5243,7 +5243,7 @@ msgid "" "\n" "

    In the text boxes below, add one address per line; start the\n" " line with a ^ character to designate a Python regular expression. When entering backslashes, do so\n" " as if you were using Python raw strings (i.e. you generally just\n" " use a single backslash).\n" @@ -5770,7 +5770,7 @@ msgstr "" msgid "" "The topic filter categorizes each incoming email message\n" " according to regular\n" +" href=\"https://docs.python.org/2/library/re.html\">regular\n" " expression filters you specify below. If the message's\n" " Subject: or Keywords: header contains a\n" " match against a topic filter, the message is logically placed\n" @@ -7685,7 +7685,7 @@ msgid "" "Regular expression syntax is Perl5-like, using the Python re module. Complete\n" "specifications are at:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Address matches are case-insensitive, but case-preserved addresses are\n" "displayed.\n" diff --git a/messages/nl/LC_MESSAGES/mailman.po b/messages/nl/LC_MESSAGES/mailman.po index 53e3aea3..9cf1da52 100755 --- a/messages/nl/LC_MESSAGES/mailman.po +++ b/messages/nl/LC_MESSAGES/mailman.po @@ -7101,7 +7101,7 @@ msgid "" "\n" "

    In the text boxes below, add one address per line; start the\n" " line with a ^ character to designate a Python regular expression. When entering backslashes, do " "so\n" " as if you were using Python raw strings (i.e. you generally " @@ -7139,7 +7139,7 @@ msgstr "" "

    In de onderstaande tekstvelden dient u per regel ��n adres\n" " in te vullen. Start de regel met een ^ teken om er de juiste\n" " reguliere Python uitdrukking van te maken. Bij gebruik\n" " van 'backslashes' (schuine strepen) kunt u deze invoeren alsof\n" " het Python raw strings zijn (m.a.w. in het algemeen gebruikt\n" @@ -7930,7 +7930,7 @@ msgstr "Moet de onderwerpfilter aan of uit staan?" msgid "" "The topic filter categorizes each incoming email message\n" " according to regular\n" +" href=\"https://docs.python.org/2/library/re.html\">regular\n" " expression filters you specify below. If the message's\n" " Subject: or Keywords: header contains " "a\n" @@ -7954,7 +7954,7 @@ msgid "" msgstr "" "De onderwerpfilter categoriseert elk binnengekomen e-mailbericht\n" " volgens de reguliere\n" +" href=\"https://docs.python.org/2/library/re.html\">reguliere\n" " uitdrukkingsfilters die u hieronder specificeert. Als de\n" " Subject: (onderwerp) of Keywords:\n" " (sleutelwoorden) headers van het bericht overeenkomen met\n" @@ -10178,7 +10178,7 @@ msgid "" "Complete\n" "specifications are at:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Address matches are case-insensitive, but case-preserved addresses are\n" "displayed.\n" diff --git a/messages/no/LC_MESSAGES/mailman.po b/messages/no/LC_MESSAGES/mailman.po index f0c4dd7e..68445de8 100755 --- a/messages/no/LC_MESSAGES/mailman.po +++ b/messages/no/LC_MESSAGES/mailman.po @@ -6914,7 +6914,7 @@ msgid "" "\n" "

    In the text boxes below, add one address per line; start the\n" " line with a ^ character to designate a Python regular expression. When entering backslashes, do " "so\n" " as if you were using Python raw strings (i.e. you generally " @@ -6949,7 +6949,7 @@ msgstr "" "\">generelle regler for ikke-medlemmer sier.\n" "\n" "

    I tekstboksene nedenfor legger du inn en epostadresse per linje.\n" -"Du kan også legge inn Python regexp-uttrykk.\n" "Begynn isåfall linjen med tegnet ^ for å markere at det er et " "slikt uttrykk.\n" @@ -7714,7 +7714,7 @@ msgstr "Skal emnefilteret være tilgjengelig eller ikke tilgjengelig?" msgid "" "The topic filter categorizes each incoming email message\n" " according to regular\n" +" href=\"https://docs.python.org/2/library/re.html\">regular\n" " expression filters you specify below. If the message's\n" " Subject: or Keywords: header contains " "a\n" @@ -7737,7 +7737,7 @@ msgid "" " configuration variable." msgstr "" "Emnefilteret kategoriserer hver epost som kommer til listen,\n" -"etter regexp-uttrykkeneregexp-uttrykkene\n" "du skriver inn nedenfor. Hvis feltene Subject: eller " "Keywords:\n" @@ -10339,7 +10339,7 @@ msgid "" "Complete\n" "specifications are at:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Address matches are case-insensitive, but case-preserved addresses are\n" "displayed.\n" @@ -10379,7 +10379,7 @@ msgstr "" "benyttes.\n" "Komplett spesifikasjon finnes p:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Adresser sammenlignes uten forskjell p sm og store bokstaver, men vises " "med\n" @@ -13554,7 +13554,7 @@ msgstr "" #~ msgid "" #~ "

  • Find members by\n" -#~ " Python regular expression (regexp)
    " #~ msgstr "" diff --git a/messages/pl/LC_MESSAGES/mailman.po b/messages/pl/LC_MESSAGES/mailman.po index 2389a621..0f0706f9 100755 --- a/messages/pl/LC_MESSAGES/mailman.po +++ b/messages/pl/LC_MESSAGES/mailman.po @@ -6645,7 +6645,7 @@ msgid "" "\n" "

    In the text boxes below, add one address per line; start the\n" " line with a ^ character to designate a Python regular expression. When entering backslashes, do " "so\n" " as if you were using Python raw strings (i.e. you generally " @@ -6679,7 +6679,7 @@ msgstr "" "\">oglnej\n" " zasadzie stosowanej dla nie subskrybentw.

    W polach naley " "wpisywa po jednym adresie w linii. Znak ^ napocztku nowej linii oznacza wyraenie regularne w " +"href=\"https://docs.python.org/2/library/re.html\"> wyraenie regularne w " "Pythonie.

    Pamitaj, e linie bez uycia wyrae regularnych s " "dopasowywane wczeniej." @@ -7468,7 +7468,7 @@ msgstr "Czy filtrowanie tematyczne ma by msgid "" "The topic filter categorizes each incoming email message\n" " according to regular\n" +" href=\"https://docs.python.org/2/library/re.html\">regular\n" " expression filters you specify below. If the message's\n" " Subject: or Keywords: header contains " "a\n" @@ -7492,7 +7492,7 @@ msgid "" msgstr "" "Filtr tematyczny dzieli wszystkie przychodzce wiadomoci \n" " na kategorie wedug wyraenia\n" +"href=\"https://docs.python.org/2/library/re.html\">wyraenia\n" " regularnego , ktre okrelisz. Jeeli pola nagwka\n" " Subject: lub Keywords: zostan\n" " dopasowane do tego wyraenia, wiadomo jest umieszczana\n" @@ -9696,7 +9696,7 @@ msgid "" "Complete\n" "specifications are at:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Address matches are case-insensitive, but case-preserved addresses are\n" "displayed.\n" diff --git a/messages/pt/LC_MESSAGES/mailman.po b/messages/pt/LC_MESSAGES/mailman.po index fc0c4129..53df8d5d 100755 --- a/messages/pt/LC_MESSAGES/mailman.po +++ b/messages/pt/LC_MESSAGES/mailman.po @@ -6883,7 +6883,7 @@ msgid "" "\n" "

    In the text boxes below, add one address per line; start the\n" " line with a ^ character to designate a Python regular expression. When entering backslashes, do " "so\n" " as if you were using Python raw strings (i.e. you generally " @@ -6923,7 +6923,7 @@ msgstr "" "\n" "

    Nas caixas de texto abaixo, adicione um endereo por linha;\n" " inicie a linha com o caracter ^ para designar uma\n" -" Expresso " +" Expresso " "regular em Python. Quando acrescentar contrabarras, faa como se \n" " estivesse usando strings raw do Python (i.e. voc geralmente \n" " utilizaria apenas uma barra invertida).\n" @@ -7687,7 +7687,7 @@ msgstr "O filtro de t msgid "" "The topic filter categorizes each incoming email message\n" " according to regular\n" +" href=\"https://docs.python.org/2/library/re.html\">regular\n" " expression filters you specify below. If the message's\n" " Subject: or Keywords: header contains " "a\n" @@ -7711,7 +7711,7 @@ msgid "" msgstr "" "O filtro de tpico categoriza cada mensagem de entrada de \n" " acordo com \n" -" href=\"http://docs.python.org/library/re.html\">filtros\n" +" href=\"https://docs.python.org/2/library/re.html\">filtros\n" " de expresses regulares que poder especificar abaixo. \n" " caso o cabealho Subject: ou Keywords: " "da \n" @@ -10368,7 +10368,7 @@ msgid "" "Complete\n" "specifications are at:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Address matches are case-insensitive, but case-preserved addresses are\n" "displayed.\n" @@ -10408,7 +10408,7 @@ msgstr "" "A sintaxe de expresses regulares no estilo Perl5, usando o mdulo\n" "Python. As especificaes completas podem ser encontradas em:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Endereos que conferem so case-insensitive, mas endereos case-sensitive\n" "so mostrados.\n" diff --git a/messages/pt_BR/LC_MESSAGES/mailman.po b/messages/pt_BR/LC_MESSAGES/mailman.po index 70960ad8..9256dbc5 100644 --- a/messages/pt_BR/LC_MESSAGES/mailman.po +++ b/messages/pt_BR/LC_MESSAGES/mailman.po @@ -7090,7 +7090,7 @@ msgid "" "\n" "

    In the text boxes below, add one address per line; start the\n" " line with a ^ character to designate a Python regular expression. When entering backslashes, do " "so\n" " as if you were using Python raw strings (i.e. you generally " @@ -7130,7 +7130,7 @@ msgstr "" "\n" "

    Nas caixas de texto abaixo, adicione um endereo por linha;\n" " inicie a linha com o caracter ^ para designar uma\n" -" Expresso " +" Expresso " "regular em Python. Quando acrescentar contra-barras, faa como se \n" " estivesse usando strings raw do Python (p.e. voc geralmente \n" " utilizaria apenas uma barra invertida).\n" @@ -8044,7 +8044,7 @@ msgstr "O filtro de t msgid "" "The topic filter categorizes each incoming email message\n" " according to regular\n" +" href=\"https://docs.python.org/2/library/re.html\">regular\n" " expression filters you specify below. If the message's\n" " Subject: or Keywords: header contains " "a\n" @@ -8068,7 +8068,7 @@ msgid "" msgstr "" "O filtro de tpico categoriza cada mensagem de entrada de \n" " acordo com \n" -" href=\"http://docs.python.org/library/re.html\">filtros\n" +" href=\"https://docs.python.org/2/library/re.html\">filtros\n" " de expresses regulares que poder especificar abaixo. \n" " Caso o cabealho Subject: ou Keywords: " "da \n" @@ -10728,7 +10728,7 @@ msgid "" "Complete\n" "specifications are at:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Address matches are case-insensitive, but case-preserved addresses are\n" "displayed.\n" @@ -10768,7 +10768,7 @@ msgstr "" "A sintaxe de expresses regulares no estilo Perl5, usando o mdulo\n" "Python. As especificaes completas podem ser encontradas em:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Endereos que conferem no so sensveis a caixa, mas ao exibir os endereos " "a caixa (alta ou baixa) preservada\n" diff --git a/messages/ro/LC_MESSAGES/mailman.po b/messages/ro/LC_MESSAGES/mailman.po index 69ce66f1..89cafe0f 100755 --- a/messages/ro/LC_MESSAGES/mailman.po +++ b/messages/ro/LC_MESSAGES/mailman.po @@ -6704,7 +6704,7 @@ msgid "" "\n" "

    In the text boxes below, add one address per line; start the\n" " line with a ^ character to designate a Python regular expression. When entering backslashes, do " "so\n" " as if you were using Python raw strings (i.e. you generally " @@ -7454,7 +7454,7 @@ msgstr "Este filtrul de topici activat sau dezactivat?" msgid "" "The topic filter categorizes each incoming email message\n" " according to regular\n" +" href=\"https://docs.python.org/2/library/re.html\">regular\n" " expression filters you specify below. If the message's\n" " Subject: or Keywords: header contains " "a\n" @@ -7477,7 +7477,7 @@ msgid "" " configuration variable." msgstr "" "Filtrul de topici categorizează fiecare e-mail sosit pe baza expresiilor regulate de filtrareexpresiilor regulate de filtrare pe care le specificaţi mai jos.\n" "\n" "Dacă unul din headerele Subject:sau Keywords:\n" @@ -10024,7 +10024,7 @@ msgid "" "Complete\n" "specifications are at:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Address matches are case-insensitive, but case-preserved addresses are\n" "displayed.\n" @@ -10065,7 +10065,7 @@ msgstr "" "Complete\n" "specifications are at:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Address matches are case-insensitive, but case-preserved addresses are\n" "displayed.\n" diff --git a/messages/ru/LC_MESSAGES/mailman.po b/messages/ru/LC_MESSAGES/mailman.po index 689d8cf5..3c4892ad 100644 --- a/messages/ru/LC_MESSAGES/mailman.po +++ b/messages/ru/LC_MESSAGES/mailman.po @@ -6980,7 +6980,7 @@ msgid "" "\n" "

    In the text boxes below, add one address per line; start the\n" " line with a ^ character to designate a Python regular expression. When entering backslashes, do " "so\n" " as if you were using Python raw strings (i.e. you generally " @@ -7016,7 +7016,7 @@ msgstr "" "\n" "

    В текстовых полях ниже добавляйте по одному адресу в строку, строки,\n" "начинающиеся с ^, будут считаться регулярными\n" +"href=\"https://docs.python.org/2/library/re.html\">регулярными\n" "выражениями языка Python. Обратные наклонные черты должны вводиться\n" "так же, как и в обычных строках Python (то есть, скорее всего, вам\n" "понадобится писать только один такой символ).\n" @@ -7896,7 +7896,7 @@ msgstr "Использовать тематические разделы?" msgid "" "The topic filter categorizes each incoming email message\n" " according to regular\n" +" href=\"https://docs.python.org/2/library/re.html\">regular\n" " expression filters you specify below. If the message's\n" " Subject: or Keywords: header contains " "a\n" @@ -7919,7 +7919,7 @@ msgid "" " configuration variable." msgstr "" "Фильтр разделов сортирует все входящие сообщения в соответствии с\n" -"\n" +"\n" "регулярными выражениями, указываемыми ниже. Если в заголовках\n" "Subject: или Keywords: сообщения\n" "содержится подстрока, соответствующая фильтру, сообщение помещается\n" @@ -10585,7 +10585,7 @@ msgid "" "Complete\n" "specifications are at:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Address matches are case-insensitive, but case-preserved addresses are\n" "displayed.\n" @@ -10625,7 +10625,7 @@ msgstr "" "выражений в Perl5, используется модуль re. Полное описание синтаксиса\n" "находится по адресу:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "При сравнении адресов регистр не учитывается, но если в найденном адресе\n" "есть заглавные буквы, они печатаются вместо строчных.\n" diff --git a/messages/sk/LC_MESSAGES/mailman.po b/messages/sk/LC_MESSAGES/mailman.po index 533e36b1..4cdc9db3 100755 --- a/messages/sk/LC_MESSAGES/mailman.po +++ b/messages/sk/LC_MESSAGES/mailman.po @@ -6802,7 +6802,7 @@ msgid "" "\n" "

    In the text boxes below, add one address per line; start the\n" " line with a ^ character to designate a Python regular expression. When entering backslashes, do " "so\n" " as if you were using Python raw strings (i.e. you generally " @@ -6836,7 +6836,7 @@ msgstr "" "\n" "

    V nižšie uvedených textových poliach zadajte jednu adresu\n" " na riadok. Ak chcete použiť regulárny výraz Python, začnite riadok znakom ^. Ak\n" " vkladáte backslash, urobte ako pri reťazcoch Python (spravidla\n" " použijete jeden backslash).\n" @@ -7597,7 +7597,7 @@ msgstr "Má byť povolený tematický filter?" msgid "" "The topic filter categorizes each incoming email message\n" " according to regular\n" +" href=\"https://docs.python.org/2/library/re.html\">regular\n" " expression filters you specify below. If the message's\n" " Subject: or Keywords: header contains " "a\n" @@ -7620,7 +7620,7 @@ msgid "" " configuration variable." msgstr "" "Tematický filter zatriedi každú prijatú správu s použitím regulárnych\n" +" href=\"https://docs.python.org/2/library/re.html\">regulárnych\n" " výrazov, ktoré uvediete nižšie. Ak správa obsahuje v " "hlavičke \n" " Subject: alebo Keywords: výraz " @@ -9945,7 +9945,7 @@ msgid "" "Complete\n" "specifications are at:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Address matches are case-insensitive, but case-preserved addresses are\n" "displayed.\n" diff --git a/messages/sl/LC_MESSAGES/mailman.po b/messages/sl/LC_MESSAGES/mailman.po index e5d27938..b36f29b8 100755 --- a/messages/sl/LC_MESSAGES/mailman.po +++ b/messages/sl/LC_MESSAGES/mailman.po @@ -7550,7 +7550,7 @@ msgid "" "\n" "

    In the text boxes below, add one address per line; start the\n" " line with a ^ character to designate a Python regular expression. When entering backslashes, do " "so\n" " as if you were using Python raw strings (i.e. you generally " @@ -7588,7 +7588,7 @@ msgstr "" "\n" "

    V spodnja polja vnesite naslove, vsakega v svojo vrstico,\n" " ki jo zanete z znakom ^, ki bo predstavljal Python regularni izraz. Pri vnaanju poevnic nazaj, jih\n" " uporabljajte kot grobe Python nize (ponavadi se uporablja\n" " enojna poevnico nazaj).\n" @@ -8368,7 +8368,7 @@ msgstr "Ali naj bo filter za teme omogo msgid "" "The topic filter categorizes each incoming email message\n" " according to regular\n" +" href=\"https://docs.python.org/2/library/re.html\">regular\n" " expression filters you specify below. If the message's\n" " Subject: or Keywords: header contains " "a\n" @@ -8392,7 +8392,7 @@ msgid "" msgstr "" "Filter za teme razvrsti vsako prejeto sporoilo glede na\n" " filtre\n" +" href=\"https://docs.python.org/2/library/re.html\">filtre\n" " regularnih izrazov, ki jih izberete spodaj. e polje\n" " Zadeva: ali Kljune besede: vsebuje\n" " regularni izraz iz tematskega filtra, bo sporoilo samodejno\n" @@ -11189,7 +11189,7 @@ msgid "" "Complete\n" "specifications are at:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Address matches are case-insensitive, but case-preserved addresses are\n" "displayed.\n" @@ -11229,7 +11229,7 @@ msgstr "" "modul.\n" "Celotne specifikacije najdete na:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Iskanje naslovov razlikuje velike in male rke, prikazani pa so naslovi v\n" "originalni obliki.\n" @@ -15678,12 +15678,12 @@ msgstr "" # Mailman/Cgi/admin.py:460 #~ msgid "" #~ "

  • Find members by\n" -#~ " Python regular expression (regexp)
    " #~ msgstr "" #~ "
  • Najdi lane s pomojo\n" -#~ " regularnih izrazov Python (regexp)
    " diff --git a/messages/sr/LC_MESSAGES/mailman.po b/messages/sr/LC_MESSAGES/mailman.po index 5eab74f4..a237ccc3 100755 --- a/messages/sr/LC_MESSAGES/mailman.po +++ b/messages/sr/LC_MESSAGES/mailman.po @@ -5689,7 +5689,7 @@ msgid "" "\n" "

    In the text boxes below, add one address per line; start the\n" " line with a ^ character to designate a Python regular expression. When entering backslashes, do " "so\n" " as if you were using Python raw strings (i.e. you generally " @@ -6271,7 +6271,7 @@ msgstr "" msgid "" "The topic filter categorizes each incoming email message\n" " according to regular\n" +" href=\"https://docs.python.org/2/library/re.html\">regular\n" " expression filters you specify below. If the message's\n" " Subject: or Keywords: header contains " "a\n" @@ -8282,7 +8282,7 @@ msgid "" "Complete\n" "specifications are at:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Address matches are case-insensitive, but case-preserved addresses are\n" "displayed.\n" diff --git a/messages/sv/LC_MESSAGES/mailman.po b/messages/sv/LC_MESSAGES/mailman.po index 56e1f1bb..de7a9bc7 100755 --- a/messages/sv/LC_MESSAGES/mailman.po +++ b/messages/sv/LC_MESSAGES/mailman.po @@ -8693,7 +8693,7 @@ msgid "" "\n" "

    In the text boxes below, add one address per line; start the\n" " line with a ^ character to designate a Python regular expression. When entering backslashes, do " "so\n" " as if you were using Python raw strings (i.e. you generally " @@ -8728,7 +8728,7 @@ msgstr "" "\">de allmnna reglerna fr icke-medlemmar sger.\n" "\n" "

    I textrutorna nedan lgger du in en e-postadress per rad.\n" -"Du kan ocks lgga in Python regexp-uttryck.\n" "Brja i s fall raden med tecknet ^ fr att markera att det r ett sdant " "uttryck.\n" @@ -9571,7 +9571,7 @@ msgstr "Ska msgid "" "The topic filter categorizes each incoming email message\n" " according to regular\n" +" href=\"https://docs.python.org/2/library/re.html\">regular\n" " expression filters you specify below. If the message's\n" " Subject: or Keywords: header contains " "a\n" @@ -9594,7 +9594,7 @@ msgid "" " configuration variable." msgstr "" "mnesfiltret kategoriserar varje e-postbrev som kommer till listan,\n" -"efter regexp-uttryckenregexp-uttrycken\n" "du skriver in nedan. Om flten Subject: eller Keywords:\n" @@ -12813,7 +12813,7 @@ msgid "" "Complete\n" "specifications are at:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Address matches are case-insensitive, but case-preserved addresses are\n" "displayed.\n" @@ -12853,7 +12853,7 @@ msgstr "" "Syntax fr regexp-uttryck r som Perl5, nr Pythons \"re\" modul anvnds.\n" "Komplett specifikation finns p:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Adresser jmfrs utan skillnad p sm och stora bokstver, men visas med\n" "stora/sm bokstver som de stavas.\n" @@ -16310,12 +16310,12 @@ msgstr "" #~ msgid "" #~ "

  • Find members by\n" -#~ " Python regular expression (regexp)
    " #~ msgstr "" -#~ "
  • Hitta medlemmar genom att ska med en Python regular " +#~ "
  • Hitta medlemmar genom att ska med en Python regular " #~ "expression (regexp)
    " #~ msgid "Send welcome message to this batch?" diff --git a/messages/tr/LC_MESSAGES/mailman.po b/messages/tr/LC_MESSAGES/mailman.po index be03a895..66de8227 100755 --- a/messages/tr/LC_MESSAGES/mailman.po +++ b/messages/tr/LC_MESSAGES/mailman.po @@ -6920,7 +6920,7 @@ msgid "" "\n" "

    In the text boxes below, add one address per line; start the\n" " line with a ^ character to designate a Python regular expression. When entering backslashes, do " "so\n" " as if you were using Python raw strings (i.e. you generally " @@ -6964,7 +6964,7 @@ msgstr "" "ekilde\n" " adres ekleyebilirsiniz; satra bir ^ karakteri ile balayarak " "bir\n" -" Python\n" +" Python\n" " regular expression belirtebilirsiniz. Ters geri izgi " "girerken\n" " Python ham dizgisi gibi girin (yani genel olarak tek bir ters " @@ -7763,7 +7763,7 @@ msgstr "Konu filtresi etkin mi yoksa devre d msgid "" "The topic filter categorizes each incoming email message\n" " according to regular\n" +" href=\"https://docs.python.org/2/library/re.html\">regular\n" " expression filters you specify below. If the message's\n" " Subject: or Keywords: header contains " "a\n" @@ -7786,7 +7786,7 @@ msgid "" " configuration variable." msgstr "" "Konu filtresi gelen her mesaj aada belirleyeceiniz regular\n" +" href=\"https://docs.python.org/2/library/re.html\">regular\n" " expression filtrelerine gre kategorilere ayrr. Eer " "mesajn\n" " Konu: veya Keywords: bal bir " @@ -10049,7 +10049,7 @@ msgid "" "Complete\n" "specifications are at:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Address matches are case-insensitive, but case-preserved addresses are\n" "displayed.\n" diff --git a/messages/uk/LC_MESSAGES/mailman.po b/messages/uk/LC_MESSAGES/mailman.po index 3651970d..f96f51e2 100755 --- a/messages/uk/LC_MESSAGES/mailman.po +++ b/messages/uk/LC_MESSAGES/mailman.po @@ -6803,7 +6803,7 @@ msgid "" "\n" "

    In the text boxes below, add one address per line; start the\n" " line with a ^ character to designate a Python regular expression. When entering backslashes, do " "so\n" " as if you were using Python raw strings (i.e. you generally " @@ -6838,7 +6838,7 @@ msgstr "" "\n" "

    Нижче у текстових полях, додайте, по одній в рядку, адреси.\n" " Якщо рядок починається з символу ^ - це означає регулярний вираз мови Python. Якщо ви вводите зворотній\n" " слеш, робіть це так, як у символьних рядках Python (тобто\n" " просто використовуйте один символ зворотного слешу).\n" @@ -7598,7 +7598,7 @@ msgstr "Чи потрібно вмикати фільтр тем?" msgid "" "The topic filter categorizes each incoming email message\n" " according to regular\n" +" href=\"https://docs.python.org/2/library/re.html\">regular\n" " expression filters you specify below. If the message's\n" " Subject: or Keywords: header contains " "a\n" @@ -7621,7 +7621,7 @@ msgid "" " configuration variable." msgstr "" "Фільтр тем виділяє категорії повідомлень відповідно до наведених нижче\n" -" фільтрів\n" +" фільтрів\n" " регулярних виразів. Якщо заголовки повідомлення \n" " Subject: чи Keywords: відповідають\n" " фільтру тем, повідомлення логічно розміщуються у\n" @@ -10219,7 +10219,7 @@ msgid "" "Complete\n" "specifications are at:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Address matches are case-insensitive, but case-preserved addresses are\n" "displayed.\n" @@ -10258,7 +10258,7 @@ msgstr "" "Синтаксис регулярних виразів схожий на Perl5, використовується модуль re\n" "мови Python. Повна специфікація на:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Пошук ведеться без урахування регістру літер, але адреси виводяться із\n" "збереженням регістру.\n" diff --git a/messages/vi/LC_MESSAGES/mailman.po b/messages/vi/LC_MESSAGES/mailman.po index eb9bdecb..5a1f7eee 100755 --- a/messages/vi/LC_MESSAGES/mailman.po +++ b/messages/vi/LC_MESSAGES/mailman.po @@ -6840,7 +6840,7 @@ msgid "" "\n" "

    In the text boxes below, add one address per line; start the\n" " line with a ^ character to designate a Python regular expression. When entering backslashes, do " "so\n" " as if you were using Python raw strings (i.e. you generally " @@ -6874,7 +6874,7 @@ msgstr "" "\n" "

    Trong những trường bên dưới, hãy thêm\n" "một địa chỉ thư trên mỗi dòng; bắt đầu dòng với dấu mũ ^\n" -"để ngụ ý cần thiết khớp với biểu thức chính quy Python.\n" "Khi gõ sổ chéo ngược, hãy dùng chỉ một sổ chéo ngược đơn,\n" "như là dùng chuỗi thô Python.\n" @@ -7645,7 +7645,7 @@ msgstr "Bộ lọc chủ đề nên được bật hoặc tắt?" msgid "" "The topic filter categorizes each incoming email message\n" " according to regular\n" +" href=\"https://docs.python.org/2/library/re.html\">regular\n" " expression filters you specify below. If the message's\n" " Subject: or Keywords: header contains " "a\n" @@ -7668,7 +7668,7 @@ msgid "" " configuration variable." msgstr "" "Bộ lọc chủ đề phân loại mỗi thư mới đến tùy theo những\n" -"bộ lọc biểu thức chính " +"bộ lọc biểu thức chính " "quy bạn ghi rõ bên dưới.\n" "Nếu dòng đầu Subject: (Chủ đề) hoặc Keywords:\n" "(Từ khoá) chứa điều khớp bộ lọc chủ đề nào, thư được lọc hợp lý vào một\n" @@ -10291,7 +10291,7 @@ msgid "" "Complete\n" "specifications are at:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Address matches are case-insensitive, but case-preserved addresses are\n" "displayed.\n" @@ -10332,7 +10332,7 @@ msgstr "" "Python.\n" "Có đặc tả hoàn toàn tại :\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Việc khớp địa chỉ không phân biệt chữ hoa/thường, còn địa chỉ có\n" "chữ hoa/thường đã bảo tồn có phải được hiển thị.\n" diff --git a/messages/zh_CN/LC_MESSAGES/mailman.po b/messages/zh_CN/LC_MESSAGES/mailman.po index af502d25..5d5ab483 100755 --- a/messages/zh_CN/LC_MESSAGES/mailman.po +++ b/messages/zh_CN/LC_MESSAGES/mailman.po @@ -6500,7 +6500,7 @@ msgid "" "\n" "

    In the text boxes below, add one address per line; start the\n" " line with a ^ character to designate a Python regular expression. When entering backslashes, do " "so\n" " as if you were using Python raw strings (i.e. you generally " @@ -6535,7 +6535,7 @@ msgstr "" "\n" "

    下面的文本框中,每行只能添加一个地址。行首的字符 ^ 说明后面的" "是\n" -" 一个Python正则表达式。反斜线请按照Python原始字符串的形式输入(也" "就是\n" " 说您只需要输入一个反斜线就可以了)。\n" @@ -7256,7 +7256,7 @@ msgstr "启用主题过滤器吗?" msgid "" "The topic filter categorizes each incoming email message\n" " according to regular\n" +" href=\"https://docs.python.org/2/library/re.html\">regular\n" " expression filters you specify below. If the message's\n" " Subject: or Keywords: header contains " "a\n" @@ -7279,7 +7279,7 @@ msgid "" " configuration variable." msgstr "" "主题过滤器根据您在下面指定的\n" +" href=\"https://docs.python.org/2/library/re.html\">\n" " 正则表达式来对收到的邮件进行分类。如果某邮件的Subject:" "\n" " 头或Keywords:头匹配一个主题过滤器,那么此邮件将在逻" @@ -9785,7 +9785,7 @@ msgid "" "Complete\n" "specifications are at:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Address matches are case-insensitive, but case-preserved addresses are\n" "displayed.\n" @@ -9822,7 +9822,7 @@ msgstr "" "\n" "正则表达式语法类似于Perl5,使用了Python的re模块。完整的定义参见:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "地址匹配是大小写无关的,但是显示的地址将保留原有形式。\n" "\n" diff --git a/messages/zh_TW/LC_MESSAGES/mailman.po b/messages/zh_TW/LC_MESSAGES/mailman.po index 050a201d..5f972392 100755 --- a/messages/zh_TW/LC_MESSAGES/mailman.po +++ b/messages/zh_TW/LC_MESSAGES/mailman.po @@ -6079,7 +6079,7 @@ msgid "" "\n" "

    In the text boxes below, add one address per line; start the\n" " line with a ^ character to designate a Python regular expression. When entering backslashes, do " "so\n" " as if you were using Python raw strings (i.e. you generally " @@ -6104,7 +6104,7 @@ msgstr "" "a>的過濾。\n" "\n" "

    在下面的文字框中每行填入一個地址,在行首寫 ^ 字元代表是\n" -"Python 正規表示式。\n" +"Python 正規表示式。\n" "要填入反斜線【譯註:╲】的話,請直接打反斜線即可,不用多加一個反斜線逸出。\n" "\n" "

    請注意,會先做非正規表示式的比對。" @@ -6764,7 +6764,7 @@ msgstr "" msgid "" "The topic filter categorizes each incoming email message\n" " according to regular\n" +" href=\"https://docs.python.org/2/library/re.html\">regular\n" " expression filters you specify below. If the message's\n" " Subject: or Keywords: header contains " "a\n" @@ -8901,7 +8901,7 @@ msgid "" "Complete\n" "specifications are at:\n" "\n" -"http://docs.python.org/library/re.html\n" +"https://docs.python.org/2/library/re.html\n" "\n" "Address matches are case-insensitive, but case-preserved addresses are\n" "displayed.\n" diff --git a/misc/sitelist.cfg b/misc/sitelist.cfg index bd5f4ca5..73c25da2 100644 --- a/misc/sitelist.cfg +++ b/misc/sitelist.cfg @@ -248,7 +248,7 @@ obscure_addresses = 1 # #

    In the text boxes below, add one address per line; start the line # with a ^ character to designate a Python regular +# "https://docs.python.org/2/library/re.html" >Python regular # expression. When entering backslashes, do so as if you were using # Python raw strings (i.e. you generally just use a single backslash). # diff --git a/templates/ar/headfoot.html b/templates/ar/headfoot.html index 9587de77..ba142058 100644 --- a/templates/ar/headfoot.html +++ b/templates/ar/headfoot.html @@ -1,4 +1,4 @@ -يمكن لهذا النص أن يتضمنمحارف تنسيق بايثون +يمكن لهذا النص أن يتضمنمحارف تنسيق بايثون والتي سيتم حلها مع مواصفات القائمة. قائمة الاستبدالات المسموحة هي:

      diff --git a/templates/ast/headfoot.html b/templates/ast/headfoot.html index f2c273c8..72d71953 100644 --- a/templates/ast/headfoot.html +++ b/templates/ast/headfoot.html @@ -1,5 +1,5 @@ Esti testu puede incluyir -cadenes de formatu Python que sustituyiránse polos atributos de la llista. La llista de sustituciones permitíes son: +cadenes de formatu Python que sustituyiránse polos atributos de la llista. La llista de sustituciones permitíes son:
      • real_name - El nome 'presentable' de la llista. Davezu ye'l nome de la llista cola primer lletra en mayúscula. diff --git a/templates/ca/headfoot.html b/templates/ca/headfoot.html index 265da00b..ce0e2c13 100644 --- a/templates/ca/headfoot.html +++ b/templates/ca/headfoot.html @@ -1,5 +1,5 @@ Aquest text pot incloure -cadenes +cadenes de format del Python, les quals es resoldran com atributs de la llista. La llista de les substitucions permeses és la següent: diff --git a/templates/cs/headfoot.html b/templates/cs/headfoot.html index a6dc6d83..bf4cad6e 100644 --- a/templates/cs/headfoot.html +++ b/templates/cs/headfoot.html @@ -1,5 +1,5 @@ Tento text me obsahovat formátovací +href="https://docs.python.org/2/library/stdtypes.html#string-formatting-operations">formátovací píkazy Pythonu které se nahrazují odpovídajícími hodnotami, pi generování stránky. Nejdleitjší promnné jsou: diff --git a/templates/da/headfoot.html b/templates/da/headfoot.html index 48f2767d..042fa535 100644 --- a/templates/da/headfoot.html +++ b/templates/da/headfoot.html @@ -1,6 +1,6 @@ Teksten kan indeholde formateringskoder som udskiftes med værdier fra listens opsætning. For detaljer, se -Pythons +Pythons formateringsregler (engelsk). Gyldige koder er:
          diff --git a/templates/de/headfoot.html b/templates/de/headfoot.html index 707dcac0..853b8ba6 100644 --- a/templates/de/headfoot.html +++ b/templates/de/headfoot.html @@ -1,6 +1,6 @@ Dieser Text kann sogenannte -" +" Python format strings" enthalten, die durch listenspezifische Werte ersetzt werden. diff --git a/templates/el/headfoot.html b/templates/el/headfoot.html index 7bea4928..61b508cc 100755 --- a/templates/el/headfoot.html +++ b/templates/el/headfoot.html @@ -1,6 +1,6 @@ - + Python format . : diff --git a/templates/en/headfoot.html b/templates/en/headfoot.html index f2dd04e0..6bb9a75a 100644 --- a/templates/en/headfoot.html +++ b/templates/en/headfoot.html @@ -1,5 +1,5 @@ This text can include -Python +Python format strings which are resolved against list attributes. The list of substitutions allowed are: diff --git a/templates/es/headfoot.html b/templates/es/headfoot.html index 79c0eab6..af0032c1 100644 --- a/templates/es/headfoot.html +++ b/templates/es/headfoot.html @@ -1,5 +1,5 @@ Este texto puede incluir - + cadenas de formato Python que serán sustituidas por los atributos de la lista. La lista de diff --git a/templates/et/headfoot.html b/templates/et/headfoot.html index 9219828d..93a8d419 100644 --- a/templates/et/headfoot.html +++ b/templates/et/headfoot.html @@ -1,5 +1,5 @@ See tekst võib sisaldada -Pythoni +Pythoni vormingustringe, mis asendatakse selle listi atribuutidega. Lubatud asendused on järgmised:
            diff --git a/templates/eu/headfoot.html b/templates/eu/headfoot.html index 8536f8df..d493d9a5 100644 --- a/templates/eu/headfoot.html +++ b/templates/eu/headfoot.html @@ -1,5 +1,5 @@ Testu honek -Python +Python kateak izan ditzake; zerrendako atributuen bidez ordezkatuko dira. Onartzen diren ordezkapenak hauexek dira: diff --git a/templates/fi/headfoot.html b/templates/fi/headfoot.html index 1b23eb5b..00fc9fc4 100644 --- a/templates/fi/headfoot.html +++ b/templates/fi/headfoot.html @@ -1,5 +1,5 @@
            -Teksti voi sisältää muotoiltuja +Teksti voi sisältää muotoiltuja merkkijonoja. Muotoilussa käytettäviä arvoja ovat:
              diff --git a/templates/fr/headfoot.html b/templates/fr/headfoot.html index 1ee642fe..684ebfce 100644 --- a/templates/fr/headfoot.html +++ b/templates/fr/headfoot.html @@ -1,5 +1,5 @@ Ce texte peut contenir des formats +href="https://docs.python.org/2/library/stdtypes.html#string-formatting-operations">des formats de chaînes Python qui sont remplacées par les attributs de la liste. La liste des substitutions valides est:
                diff --git a/templates/gl/headfoot.html b/templates/gl/headfoot.html index 22d63bb5..ca5b147c 100644 --- a/templates/gl/headfoot.html +++ b/templates/gl/headfoot.html @@ -1,5 +1,5 @@ Este texto pode incluír - + cadeas de formato Python que se substituirán polos atributos da rolda. A relación de diff --git a/templates/he/headfoot.html b/templates/he/headfoot.html index 38fdca39..9efbd51c 100644 --- a/templates/he/headfoot.html +++ b/templates/he/headfoot.html @@ -1,5 +1,5 @@ טקסט זה יכול לכלול -מחרוזות +מחרוזות בפורמאט Python אשר מפוענחות מול תכונות הרשימה. רשימת תתי-המצבים המותרים:
                  diff --git a/templates/hr/headfoot.html b/templates/hr/headfoot.html index e94d9653..750c1a26 100644 --- a/templates/hr/headfoot.html +++ b/templates/hr/headfoot.html @@ -1,5 +1,5 @@ Ovaj tekst moe ukljuiti -Python +Python format stringova koji su razlueni prema atributima liste. Lista dozvoljenih zamjena je: diff --git a/templates/hu/headfoot.html b/templates/hu/headfoot.html index 8b4ea1d9..97a2be3c 100644 --- a/templates/hu/headfoot.html +++ b/templates/hu/headfoot.html @@ -1,4 +1,4 @@ -Ez a szöveg olyan Python-típusú változókat mutat be, amelyekkel a lista egyes jellemzőire lehet hivatkozni. +Ez a szöveg olyan Python-típusú változókat mutat be, amelyekkel a lista egyes jellemzőire lehet hivatkozni. Az alábbi változók jelentése:
                    diff --git a/templates/ia/headfoot.html b/templates/ia/headfoot.html index 3899b521..4a20d11c 100644 --- a/templates/ia/headfoot.html +++ b/templates/ia/headfoot.html @@ -1,5 +1,5 @@ Iste texto pote includer -stringas +stringas in formato Python que es completate per un lista de attributos. Le lista de substitutiones permittite es: diff --git a/templates/it/headfoot.html b/templates/it/headfoot.html index d345ade6..75899db5 100644 --- a/templates/it/headfoot.html +++ b/templates/it/headfoot.html @@ -1,5 +1,5 @@ Questo testo può includere Stringhe +href="https://docs.python.org/2/library/stdtypes.html#string-formatting-operations">Stringhe di formato Python che saranno sostituite automaticamente dai valori degli attributi della lista. L'elenco degli attributi permessi è: diff --git a/templates/ja/headfoot.html b/templates/ja/headfoot.html index c2f3904b..101c2064 100644 --- a/templates/ja/headfoot.html +++ b/templates/ja/headfoot.html @@ -1,5 +1,5 @@ ΥƥȤˤ, ꥹȤ°֤ - + Pythonեޥåʸ뤳ȤǤޤ ǻȤִʸϰʲ̤Ǥ diff --git a/templates/ko/headfoot.html b/templates/ko/headfoot.html index 9f26d23a..b5cfc6d9 100644 --- a/templates/ko/headfoot.html +++ b/templates/ko/headfoot.html @@ -1,6 +1,6 @@ ϸ Ʈ Ǿ ִ Ư %(attribute)s ϰ ֽϴ. ڼ -Python +Python ڿ Ģ ñ ٶϴ. Ӽ Ʒ ϴ.
                      diff --git a/templates/lt/headfoot.html b/templates/lt/headfoot.html index 5d99cc91..12d9e688 100644 --- a/templates/lt/headfoot.html +++ b/templates/lt/headfoot.html @@ -1,5 +1,5 @@ š tekst gali bti trauktos -Python +Python formato eiluts kurios yra apdorojamos pagal poymius. ia pateikiame pakeitim sraš: diff --git a/templates/nl/headfoot.html b/templates/nl/headfoot.html index f47006a7..6b38440b 100644 --- a/templates/nl/headfoot.html +++ b/templates/nl/headfoot.html @@ -1,5 +1,5 @@ De tekst mag de volgende -Python +Python format strings bevatten, die automatisch herleid worden naar attributen die elders gedefinieerd zijn voor deze lijst. De mogelijke vervangende strings zijn: diff --git a/templates/no/headfoot.html b/templates/no/headfoot.html index ffb9947f..70d93b1f 100644 --- a/templates/no/headfoot.html +++ b/templates/no/headfoot.html @@ -1,6 +1,6 @@ Teksten kan inneholde formateringskoder som byttes ut med verdier fra listens oppsett. For detaljer, se -Pythons +Pythons formateringsregler (engelsk). Gyldige koder er:
                        diff --git a/templates/pt/headfoot.html b/templates/pt/headfoot.html index 75769c76..fdbb83fb 100644 --- a/templates/pt/headfoot.html +++ b/templates/pt/headfoot.html @@ -1,5 +1,5 @@ Este texto pode incluir -strings +strings de formatação em Python as quais são resolvidas em relação à lista de atributos ??????? atributos da lista. As substituições permitidas são: diff --git a/templates/pt_BR/headfoot.html b/templates/pt_BR/headfoot.html index 48da833b..32a34114 100644 --- a/templates/pt_BR/headfoot.html +++ b/templates/pt_BR/headfoot.html @@ -1,5 +1,5 @@ Este texto pode incluir -strings no formato +strings no formato do Python que são resolvidos contra atributos da lista. a lista de substituições permitidas são: diff --git a/templates/ro/headfoot.html b/templates/ro/headfoot.html index 75629479..bf401f0e 100644 --- a/templates/ro/headfoot.html +++ b/templates/ro/headfoot.html @@ -1,5 +1,5 @@ Acest text poate include -şiruri +şiruri de caractere formatate Python care sunt rezolvate vis-a-ais de atributele listei. Lista substituţiilor permise este: diff --git a/templates/ru/headfoot.html b/templates/ru/headfoot.html index e8acf888..542d1263 100644 --- a/templates/ru/headfoot.html +++ b/templates/ru/headfoot.html @@ -1,5 +1,5 @@ Этот текст может включать строки +href="https://docs.python.org/2/library/stdtypes.html#string-formatting-operations">строки подстановки Python (текст по-английски), которые заменяются следующими атрибутами списка рассылки: diff --git a/templates/sk/headfoot.html b/templates/sk/headfoot.html index 6a7668a0..07351cb3 100644 --- a/templates/sk/headfoot.html +++ b/templates/sk/headfoot.html @@ -1,5 +1,5 @@ Tento text môže obsahovať formátovacie príkazy jazyka Python, ktoré sa nahradia príslušnými hodnotami pri vytváraní stránky. Nejdôležitejšie premenné sú: diff --git a/templates/sl/headfoot.html b/templates/sl/headfoot.html index c1e98ebf..3f9dfbd5 100644 --- a/templates/sl/headfoot.html +++ b/templates/sl/headfoot.html @@ -1,5 +1,5 @@ To besedilo lahko vkljuuje -Python +Python nize, ki jih uporabljamo namesto atributov seznama. Seznam monih nadomestil: diff --git a/templates/sr/headfoot.html b/templates/sr/headfoot.html index 4bdf8ad9..3f38ece6 100644 --- a/templates/sr/headfoot.html +++ b/templates/sr/headfoot.html @@ -1,4 +1,4 @@ -Овај текст може да садржи Python-ово +Овај текст може да садржи Python-ово форматирање које се утврђује на основу атрибута листа. Дозвољене замјене листе су:
                          diff --git a/templates/sv/headfoot.html b/templates/sv/headfoot.html index 39cc6653..8f86d0aa 100644 --- a/templates/sv/headfoot.html +++ b/templates/sv/headfoot.html @@ -1,4 +1,4 @@ -Den här texten kan innehålla formateringskoder som byts ut mot värden från listans uppsättning. För detaljer, se Pythons formateringsregler (engelska). Giltiga koder är: +Den här texten kan innehålla formateringskoder som byts ut mot värden från listans uppsättning. För detaljer, se Pythons formateringsregler (engelska). Giltiga koder är:
                          • real_name - Listans formaterade namn, vanligtvis listnamnet med stor initial eller stora bokstäver rakt igenom.
                          • list_name - Listens namn, såsom det används i URL:er, där det har betydelse om namnet stavas med stora eller små bokstäver. diff --git a/templates/tr/headfoot.html b/templates/tr/headfoot.html index c24a545f..80984bbe 100644 --- a/templates/tr/headfoot.html +++ b/templates/tr/headfoot.html @@ -1,5 +1,5 @@ Bu yaz, liste özniteliklerine kar çözülecek -Python +Python biçim dizgileri içerebilir. zin verilen yerine koymalarn listesi unlardr: diff --git a/templates/uk/headfoot.html b/templates/uk/headfoot.html index 834cd2eb..16332618 100644 --- a/templates/uk/headfoot.html +++ b/templates/uk/headfoot.html @@ -1,5 +1,5 @@ Цей текст може включати - + форматовані рядки, які пов'язані з ознаками списку. Перелік дозволених ознак: diff --git a/templates/vi/headfoot.html b/templates/vi/headfoot.html index 54611c21..ef218df1 100644 --- a/templates/vi/headfoot.html +++ b/templates/vi/headfoot.html @@ -1,5 +1,5 @@ Đoạn này có thể gồm -chuỗi dạng thức Python mà được khớp với thuộc tính hộp thư chung. Danh sách các điều thay thế có thể là: +chuỗi dạng thức Python mà được khớp với thuộc tính hộp thư chung. Danh sách các điều thay thế có thể là:
                            • real_name — ten « xinh » của hộp thư chung đó, thường là tên hộp thư với chữ hoa đầu từ. diff --git a/templates/zh_CN/headfoot.html b/templates/zh_CN/headfoot.html index 88e89d16..6653ceeb 100644 --- a/templates/zh_CN/headfoot.html +++ b/templates/zh_CN/headfoot.html @@ -1,5 +1,5 @@ 此文本可以包括 -Python +Python 格式字符串,它们将根据列表属性来被解释。可用的替换有:
                              • real_name - 列表的确切名字; 通常列表名字要大写。 diff --git a/templates/zh_TW/headfoot.html b/templates/zh_TW/headfoot.html index e055f580..ba34daa5 100644 --- a/templates/zh_TW/headfoot.html +++ b/templates/zh_TW/headfoot.html @@ -1,6 +1,6 @@ 本文可包含 %(attribute)s 格式字串,其可替換為通信論壇 相應的屬性。詳情請參照 -Python +Python 格式化字串規則. 預設屬性如下:
                                  -- cgit v1.2.3 From aced5d6fd45a5f39b15b22666140d7670ffeaa33 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Wed, 18 Jul 2018 13:29:48 -0700 Subject: Updated to German translation. --- NEWS | 2 ++ messages/de/LC_MESSAGES/mailman.po | 14 +++++++------- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index 8c2e9aa3..a58c60b4 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,8 @@ Here is a history of user visible changes to Mailman. i18n + - The German translation has been updated by Ralf Hildebrandt. + - The Esperanto translation has been updated by Rubn Fernndez Asensio. Bug fixes and other patches diff --git a/messages/de/LC_MESSAGES/mailman.po b/messages/de/LC_MESSAGES/mailman.po index 267df212..16fe0caa 100755 --- a/messages/de/LC_MESSAGES/mailman.po +++ b/messages/de/LC_MESSAGES/mailman.po @@ -5233,8 +5233,8 @@ msgid "" "Should Mailman notify you, the list owner, when bounces\n" " cause a member's bounce score to be incremented?" msgstr "" -"Soll Mailman den Listeninhaber benachrichtigen, wenn ein\n" -" Nutzer wegen permanenter Bounces deaktiviert wird?" +"Soll Mailman den Listeninhaber benachrichtigen, wenn sich\n" +" die Bounce-Zahl eines Mitglieds erhöht?" #: Mailman/Gui/Bounce.py:149 msgid "" @@ -7779,7 +7779,7 @@ msgstr "" "

                                  Seien Sie vorsichtig. Ist der Wert zu tief, kann es schon " "durch eine\n" " einzelne Nachricht, die an mehrere Listen geschrieben wird, " -"ausgelst werden.\n" +"ausgelst werden." #: Mailman/Gui/Privacy.py:250 msgid "" @@ -8071,7 +8071,7 @@ msgstr "" "rfc822\", welche nur\n" " die Originalnachricht enthlt, wenn keiner der obigen Teile " "eingefgt\n" -" werden kann.\n" +" werden kann." #: Mailman/Gui/Privacy.py:374 msgid "" @@ -8135,7 +8135,7 @@ msgstr "" "auch\n" " fr Domains gelten, die hier als gleichwertig angegeben " "werden. Andere\n" -" Optionen wie 'ack' oder 'not metoo' allerdings nicht.\n" +" Optionen wie 'ack' oder 'not metoo' allerdings nicht." #: Mailman/Gui/Privacy.py:400 msgid "Non-member filters" @@ -8482,7 +8482,7 @@ msgstr "" "(ausser\n" " fr administrative E-Mails von Mailman). So knnen Sie " "effektiv\n" -" Nachrichten mit bswilligen Dateien etc. aussortieren.\n" +" Nachrichten mit bswilligen Dateien etc. aussortieren." #: Mailman/Gui/Privacy.py:570 msgid "Legacy anti-spam filters" @@ -8845,7 +8845,7 @@ msgstr "" "zu verwenden,\n" " aber es fgt allen Nachrichten, die ans Usenet weitergeleitet " "werden, einen\n" -" Approved-Header hinzu.\n" +" Approved-Header hinzu." #: Mailman/Gui/Usenet.py:94 msgid "Prefix Subject: headers on postings gated to news?" -- cgit v1.2.3