diff options
author | bwarsaw <> | 2003-11-01 15:51:48 +0000 |
---|---|---|
committer | bwarsaw <> | 2003-11-01 15:51:48 +0000 |
commit | 6bcf977e6ac07dc2d9e29ee0f1dd925820881df1 (patch) | |
tree | 2d2e4ee042e1cbca48ea02cb34b7ba2c764263aa /templates/ca/archtoc.html | |
parent | 15a5b1e8c341f0158a73a7eeb8b29c496bc6a613 (diff) | |
download | mailman2-6bcf977e6ac07dc2d9e29ee0f1dd925820881df1.tar.gz mailman2-6bcf977e6ac07dc2d9e29ee0f1dd925820881df1.tar.xz mailman2-6bcf977e6ac07dc2d9e29ee0f1dd925820881df1.zip |
Catalan support by Robert Garrigos and Toni Panades.
Diffstat (limited to 'templates/ca/archtoc.html')
-rw-r--r-- | templates/ca/archtoc.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/templates/ca/archtoc.html b/templates/ca/archtoc.html new file mode 100644 index 00000000..38387056 --- /dev/null +++ b/templates/ca/archtoc.html @@ -0,0 +1,20 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>The %(listname)s Archives</title> + <META NAME="robots" CONTENT="noindex,follow"> + %(meta)s + </HEAD> + <BODY BGCOLOR="#ffffff"> + +<h1>Els Arxius de %(listname)s </h1> + +<p> Pot obtenir <a href="%(listinfo)s">més informació sobre aquesta + llistat</a> o bé pot <a href="%(fullarch)s">descarregar l'arxiu raw sencer</a> + (%(size)s). </p> + %(noarchive_msg)s + %(archive_listing_start)s + %(archive_listing)s + %(archive_listing_end)s + </BODY> + </HTML> |