aboutsummaryrefslogtreecommitdiffstats
path: root/templates/ja/headfoot.html
diff options
context:
space:
mode:
authortkikuchi <>2004-01-23 00:58:03 +0000
committertkikuchi <>2004-01-23 00:58:03 +0000
commitff56c112a1b3807c16d37d66168fb1d3603d7f67 (patch)
tree8f5342c9dacdbf1b6b9219d0355bc2100269abe7 /templates/ja/headfoot.html
parentc3e18b3401333f95bf36b4ceb8272068aeaaad6f (diff)
downloadmailman2-ff56c112a1b3807c16d37d66168fb1d3603d7f67.tar.gz
mailman2-ff56c112a1b3807c16d37d66168fb1d3603d7f67.tar.xz
mailman2-ff56c112a1b3807c16d37d66168fb1d3603d7f67.zip
** Big Change in Japanese Translation **
Brushing up Mailman Japanese translation by YASUDA Yukihiro. Refinements are done on technical term usages and more natural japanese while the older was like straight word-to-word translation. Many thanks are going to Mr. Yasuda because he is a professional writer.
Diffstat (limited to 'templates/ja/headfoot.html')
-rw-r--r--templates/ja/headfoot.html26
1 files changed, 12 insertions, 14 deletions
diff --git a/templates/ja/headfoot.html b/templates/ja/headfoot.html
index 2bd63a1d..8355d84e 100644
--- a/templates/ja/headfoot.html
+++ b/templates/ja/headfoot.html
@@ -1,28 +1,26 @@
-この文章には
+このテキストには, リストの属性と置き換えられる
<a href="http://www.python.org/doc/current/lib/typesseq-strings.html">
-Python の置き換え文字列</a>を使って、リストの属性に置き換える
-ことができる文字列を入れることができます.
-便利な属性としては,以下のようなものがあります.
+Pythonフォーマット文字列</a>を挿入することができます。
+ここで使える置換文字列は以下の通りです.
<ul>
<li><b>real_name</b> - リストの「きれいな」名前;
- 普通は大文字の入ったリストの名前になります.
+ 普通は大文字と小文字を混ぜて表記されたリストの名前になります.
- <li><b>list_name</b> - URL の中でリストが識別される
- 名前.ここで,大/小文字の違いは区別されます.(互換性のため,
+ <li><b>list_name</b> - URL の中でリストを示す名前.
+ 大文字と小文字の違いは区別されます.(互換性のため,
_internal_nameでも同じになります)
- <li><b>host_name</b> - リストサーバーが作動するホストの
- 正式のドメイン名(FQDN).
+ <li><b>host_name</b> - Mailmanが稼働しているホストの
+ 完全ドメイン名(FQDN).
<li><b>web_page_url</b> - Mailman の基本 URL.
- 例えば <em>listinfo/%(list_name)s</em> を付け加えると
+ たとえば, このURLに <em>listinfo/%(list_name)s</em> を付け加えると
メーリングリストの案内ページになります.
- <li><b>description</b> - このメーリングリストの短い
- 説明文.
+ <li><b>description</b> - このメーリングリストの簡潔な説明.
- <li><b>info</b> - このメーリングリストの長い説明文.
+ <li><b>info</b> - このメーリングリストの長い説明.
- <li><b>cgiext</b> - CGIスクリプトに付加される拡張子.
+ <li><b>cgiext</b> - CGIスクリプトの拡張子.
</ul>