From 459c60bd8ad6d798a3c55dd075b5efd05677f4b8 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Sun, 11 Jan 2009 08:06:13 -0800 Subject: Updated links to Python documentation. --- Mailman/Cgi/admin.py | 3 ++- Mailman/Gui/Privacy.py | 2 +- Mailman/Gui/Topics.py | 2 +- bin/find_member | 2 +- messages/ar/LC_MESSAGES/mailman.po | 16 ++++++++-------- messages/ca/LC_MESSAGES/mailman.po | 12 ++++++------ messages/cs/LC_MESSAGES/mailman.po | 10 +++++----- messages/da/LC_MESSAGES/mailman.po | 22 +++++++++++----------- messages/de/LC_MESSAGES/mailman.po | 12 ++++++------ messages/es/LC_MESSAGES/mailman.po | 14 +++++++------- messages/et/LC_MESSAGES/mailman.po | 12 ++++++------ messages/eu/LC_MESSAGES/mailman.po | 12 ++++++------ messages/fi/LC_MESSAGES/mailman.po | 18 +++++++++--------- messages/fr/LC_MESSAGES/mailman.po | 12 ++++++------ messages/gl/LC_MESSAGES/mailman.po | 14 +++++++------- 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/ja/doc/mailman-member.tex | 2 +- messages/ko/LC_MESSAGES/mailman.po | 18 +++++++++--------- messages/lt/LC_MESSAGES/mailman.po | 6 +++--- messages/mailman.pot | 6 +++--- messages/nl/LC_MESSAGES/mailman.po | 10 +++++----- messages/no/LC_MESSAGES/mailman.po | 22 +++++++++++----------- 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 | 20 ++++++++++---------- messages/sr/LC_MESSAGES/mailman.po | 6 +++--- messages/sv/LC_MESSAGES/mailman.po | 20 ++++++++++---------- messages/tr/LC_MESSAGES/mailman.po | 10 +++++----- messages/uk/LC_MESSAGES/mailman.po | 12 ++++++------ messages/vi/LC_MESSAGES/mailman.po | 14 +++++++------- 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/ca/headfoot.html | 2 +- templates/cs/headfoot.html | 2 +- templates/da/headfoot.html | 2 +- templates/de/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/pl/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 +- 78 files changed, 268 insertions(+), 267 deletions(-) diff --git a/Mailman/Cgi/admin.py b/Mailman/Cgi/admin.py index 158a9bbd..3d790b2e 100644 --- a/Mailman/Cgi/admin.py +++ b/Mailman/Cgi/admin.py @@ -852,7 +852,8 @@ def membership_options(mlist, subcat, cgidata, doc, form): container.AddItem(header) # Add a "search for member" button table = Table(width='100%') - link = Link('http://www.python.org/doc/current/lib/re-syntax.html', + link = Link('http://docs.python.org/library/re.html' + '#regular-expression-syntax', _('(help)')).Format() table.AddRow([Label(_('Find member %(link)s:')), TextBox('findmember', diff --git a/Mailman/Gui/Privacy.py b/Mailman/Gui/Privacy.py index 542113db..75eff2b5 100644 --- a/Mailman/Gui/Privacy.py +++ b/Mailman/Gui/Privacy.py @@ -185,7 +185,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 a912f3c0..14fac968 100644 --- a/Mailman/Gui/Topics.py +++ b/Mailman/Gui/Topics.py @@ -48,7 +48,7 @@ class Topics(GUIBase): _("""The topic filter categorizes each incoming email message according to regular + href="http://docs.python.org/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 0c5d8711..a1701bf8 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://www.python.org/doc/current/lib/module-re.html +http://docs.python.org/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 1486fcb8..0a0e7eb9 100644 --- a/messages/ar/LC_MESSAGES/mailman.po +++ b/messages/ar/LC_MESSAGES/mailman.po @@ -5859,7 +5859,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 " @@ -5890,7 +5890,7 @@ msgstr "" "\n" "

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

لاحظ أن المقابلات مع الإدخالات غير الصيغ النظامية دائماً تحصل " @@ -6373,7 +6373,7 @@ msgstr "هل يجب أن يكون مصفي الموضوع ممكناً أم مع msgid "" "The topic filter categorizes each incoming email message\n" " according to regular\n" " expression filters you specify below. If the message's\n" " Subject: or Keywords: header contains " @@ -6397,7 +6397,7 @@ msgid "" " configuration variable." msgstr "" "يصنف مصفي الموضوع كل رسالة بريد قائمة حسب مصفيات صيغ نظامية تحددها أنت في الأسفل. إذا كانت ترويسة \n" " Subject : أو Keywords: الخاصة " "بالرسالة تحتوي على تطابق مع مصفي موضوع فسوف توضع الرسالة في جيب " @@ -8485,7 +8485,7 @@ msgid "" "Complete\n" "specifications are at:\n" "\n" -"http://www.python.org/doc/current/lib/module-re.html\n" +"http://docs.python.org/library/re.html\n" "\n" "Address matches are case-insensitive, but case-preserved addresses are\n" "displayed.\n" @@ -11149,7 +11149,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" @@ -11178,8 +11178,8 @@ msgstr "" #~ "

  • cgiext - The extension added to CGI scripts.\n" #~ "" #~ msgstr "" -#~ "يمكن لهذا النص أن يتضمنمحارف تنسيق بايثون \n" +#~ "يمكن لهذا النص أن يتضمنمحارف تنسيق بايثون \n" #~ "والتي سيتم حلها مع مواصفات القائمة. قائمة الاستبدالات المسموحة هي:\n" #~ "\n" #~ "