diff options
author | Yasuhito FUTATSUKI at POEM <futatuki@poem.co.jp> | 2018-07-13 11:12:09 +0900 |
---|---|---|
committer | Yasuhito FUTATSUKI at POEM <futatuki@poem.co.jp> | 2018-07-13 11:12:09 +0900 |
commit | 7cd79d30795ca92671551baf8a7577130c77cff1 (patch) | |
tree | f33cdefe4b0f714cf1addd45efb254e5fc05e034 /templates/ja/headfoot.html | |
parent | b7cac94e47bbbf18462f02ea57097aaa4f7b9ce7 (diff) | |
download | mailman2-7cd79d30795ca92671551baf8a7577130c77cff1.tar.gz mailman2-7cd79d30795ca92671551baf8a7577130c77cff1.tar.xz mailman2-7cd79d30795ca92671551baf8a7577130c77cff1.zip |
unifiy period character
Diffstat (limited to 'templates/ja/headfoot.html')
-rw-r--r-- | templates/ja/headfoot.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/ja/headfoot.html b/templates/ja/headfoot.html index c2f3904b..d932f09f 100644 --- a/templates/ja/headfoot.html +++ b/templates/ja/headfoot.html @@ -1,11 +1,11 @@ このテキストには, リストの属性と置き換えられる <a href="http://docs.python.org/library/stdtypes.html#string-formatting-operations"> -Pythonフォーマット文字列</a>を挿入することができます。 -ここで使える置換文字列は以下の通りです. +Pythonフォーマット文字列</a>を挿入することができます. +ここで使える置換文字列は以下の通りです. <ul> <li><b>real_name</b> - リストの「きれいな」名前; - 普通は大文字と小文字を混ぜて表記されたリストの名前になります. + 普通は大文字と小文字を混ぜて表記されたリストの名前になります. <li><b>list_name</b> - URL の中でリストを示す名前. 大文字と小文字の違いは区別されます.(互換性のため, @@ -16,7 +16,7 @@ Pythonフォーマット文字列</a>を挿入することができます。 <li><b>web_page_url</b> - Mailman の基本 URL. たとえば, このURLに <em>listinfo/%(list_name)s</em> を付け加えると - メーリングリストの案内ページになります. + メーリングリストの案内ページになります. <li><b>description</b> - このメーリングリストの簡潔な説明. |