diff options
author | tkikuchi <> | 2005-10-23 08:24:01 +0000 |
---|---|---|
committer | tkikuchi <> | 2005-10-23 08:24:01 +0000 |
commit | 6a301dd5f8236d4da65e5ace07968a02b6368bf4 (patch) | |
tree | 4d4f80b541b2739bfe1fd748febde088d339fe67 /templates/ia/archtoc.html | |
parent | 1b5d2e9985f9b19d1546e25bd9465e40f03b0e4c (diff) | |
download | mailman2-6a301dd5f8236d4da65e5ace07968a02b6368bf4.tar.gz mailman2-6a301dd5f8236d4da65e5ace07968a02b6368bf4.tar.xz mailman2-6a301dd5f8236d4da65e5ace07968a02b6368bf4.zip |
New language: 'ia' for Interlingua.
Diffstat (limited to 'templates/ia/archtoc.html')
-rw-r--r-- | templates/ia/archtoc.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/templates/ia/archtoc.html b/templates/ia/archtoc.html new file mode 100644 index 00000000..5bc966b4 --- /dev/null +++ b/templates/ia/archtoc.html @@ -0,0 +1,20 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>Le archivos de %(listname)s</title> + <META NAME="robots" CONTENT="noindex,follow"> + %(meta)s + </HEAD> + <BODY BGCOLOR="#ffffff"> + <h1>Le archivos de %(listname)s</h1> + <p> + Tu pote obtener <a href="%(listinfo)s">plus informationes super iste lista</a> + o tu pote <a href="%(fullarch)s">discargar tote le archivo</a> + (%(size)s). + </p> + %(noarchive_msg)s + %(archive_listing_start)s + %(archive_listing)s + %(archive_listing_end)s + </BODY> + </HTML> |