diff options
author | tkikuchi <> | 2005-05-14 04:13:41 +0000 |
---|---|---|
committer | tkikuchi <> | 2005-05-14 04:13:41 +0000 |
commit | 9d1dd11781758354399a33b5916b302bc878640c (patch) | |
tree | fea534b1852ff4f6cccbced6c78e78575fb09ce9 /templates/zh_CN/archidxhead.html | |
parent | 3932f79538d5ba4ff30964086ef9bc129091f154 (diff) | |
download | mailman2-9d1dd11781758354399a33b5916b302bc878640c.tar.gz mailman2-9d1dd11781758354399a33b5916b302bc878640c.tar.xz mailman2-9d1dd11781758354399a33b5916b302bc878640c.zip |
Chinese (China) update.
Diffstat (limited to '')
-rw-r--r-- | templates/zh_CN/archidxhead.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/zh_CN/archidxhead.html b/templates/zh_CN/archidxhead.html index 1760f422..f27a0f8f 100644 --- a/templates/zh_CN/archidxhead.html +++ b/templates/zh_CN/archidxhead.html @@ -1,13 +1,13 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> - <title>%(listname)s %(archive)s 按 %(archtype)s归档</title> + <title>%(listname)s %(archive)s 按 %(archtype)s 归档</title> <META NAME="robots" CONTENT="noindex,follow"> %(encoding)s </HEAD> <BODY BGCOLOR="#ffffff"> <a name="start"></A> - <h1>%(archive)s 按 %(archtype)s归档</h1> + <h1>%(archive)s 按 %(archtype)s 归档</h1> <ul> <li> <b>信息按下列方式排序:</b> %(thread_ref)s @@ -15,7 +15,7 @@ %(author_ref)s %(date_ref)s - <li><b><a href="%(listinfo)s">关于这个列表更多的信息... + <li><b><a href="%(listinfo)s">关于此列表的更多信息... </a></b></li> </ul> <p><b>开始:</b> <i>%(firstdate)s</i><br> |