diff options
author | tkikuchi <> | 2005-04-07 04:21:35 +0000 |
---|---|---|
committer | tkikuchi <> | 2005-04-07 04:21:35 +0000 |
commit | c1806efe6d32af0cdd55a64645d2983156ed92bb (patch) | |
tree | 585be8499ae0177019163057546c57fa6c0b036d /templates/zh_CN/archtoc.html | |
parent | 86575db95d2ee9f7f8ec2a712527ca83c3fd7ca6 (diff) | |
download | mailman2-c1806efe6d32af0cdd55a64645d2983156ed92bb.tar.gz mailman2-c1806efe6d32af0cdd55a64645d2983156ed92bb.tar.xz mailman2-c1806efe6d32af0cdd55a64645d2983156ed92bb.zip |
Chinese new files.
Diffstat (limited to 'templates/zh_CN/archtoc.html')
-rw-r--r-- | templates/zh_CN/archtoc.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/templates/zh_CN/archtoc.html b/templates/zh_CN/archtoc.html new file mode 100644 index 00000000..a5149f70 --- /dev/null +++ b/templates/zh_CN/archtoc.html @@ -0,0 +1,20 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title> %(listname)s 归档</title> + <META NAME="robots" CONTENT="noindex,follow"> + %(meta)s + </HEAD> + <BODY BGCOLOR="#ffffff"> + <h1>The %(listname)s Archives </h1> + <p> + 你可以获得关于<a href="%(listinfo)s">这个列表更多的信息</a> + 或者你可以<a href="%(fullarch)s">下载完整的原始归档文件</a> + (%(size)s). + </p> + %(noarchive_msg)s + %(archive_listing_start)s + %(archive_listing)s + %(archive_listing_end)s + </BODY> + </HTML> |