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. --- messages/ja/LC_MESSAGES/mailman.po | 12 ++++++------ messages/ja/doc/mailman-member.tex | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'messages/ja') diff --git a/messages/ja/LC_MESSAGES/mailman.po b/messages/ja/LC_MESSAGES/mailman.po index 7a162083..283bb797 100644 --- a/messages/ja/LC_MESSAGES/mailman.po +++ b/messages/ja/LC_MESSAGES/mailman.po @@ -6022,7 +6022,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 " @@ -6051,7 +6051,7 @@ msgstr "" "非会員に対する規則に従ってふるいにかけられます.\n" "

下のテキストボックスで, 1行に1つのメールアドレスを登録できます;\n" "行の最初に ^ を記述すると\n" -"Pythonの\n" +"Pythonの\n" "正規表現になります. \n" "バックスラッシュは, Python の raw string記法のやりかたで\n" "入力してください. (つまり, 単に1つバックスラッシュを入れるだけです)\n" @@ -6553,7 +6553,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 " @@ -6577,7 +6577,7 @@ msgid "" " configuration variable." msgstr "" "話題フィルタは, 以下に定義する\n" -"正規表現\n" +"正規表現\n" "フィルタ で投稿されたメールを分類します.\n" "メールの Subject:Keywords: ヘッダが\n" "話題フィルタに適合したメールは, 話題ごとに作られたバスケット\n" @@ -9034,7 +9034,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" @@ -9073,7 +9073,7 @@ msgstr "" "正規表現は Perl5 に似ているが, Python の re モジュールを使う. re\n" "モジュールの仕様は以下のページにある:\n" "\n" -"http://www.python.org/doc/current/lib/module-re.html\n" +"http://docs.python.org/library/re.html\n" "\n" "メールアドレスは大文字小文字の区別をせずに検索するが, 結果の表示は\n" "大文字を含んだ形で行われる.\n" diff --git a/messages/ja/doc/mailman-member.tex b/messages/ja/doc/mailman-member.tex index bf1b4e2a..18e81ed5 100644 --- a/messages/ja/doc/mailman-member.tex +++ b/messages/ja/doc/mailman-member.tex @@ -3,7 +3,7 @@ % of the standard documentation for Python. It may be found online % at: % -% http://www.python.org/doc/current/doc/doc.html +% http://www.python.org/doc/2.5/doc/doc.html \documentclass{howto} -- cgit v1.2.3