diff options
author | Mark Sapiro <mark@msapiro.net> | 2009-12-07 20:51:36 -0800 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2009-12-07 20:51:36 -0800 |
commit | ef3031bc19fb725523962d2c6d27be6bafe684f8 (patch) | |
tree | 966c3bbb37a5fe07c92be3f7ca1e00f4f8c8d6d9 /templates/ast/archidxhead.html | |
parent | 7cc048257bc4e26af8e7dfe8a21fb24b77109302 (diff) | |
download | mailman2-ef3031bc19fb725523962d2c6d27be6bafe684f8.tar.gz mailman2-ef3031bc19fb725523962d2c6d27be6bafe684f8.tar.xz mailman2-ef3031bc19fb725523962d2c6d27be6bafe684f8.zip |
Added Asturian translation from Marcos Costales and the Asturian
Language Team.
Diffstat (limited to '')
-rw-r--r-- | templates/ast/archidxhead.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/templates/ast/archidxhead.html b/templates/ast/archidxhead.html new file mode 100644 index 00000000..02d9c8c4 --- /dev/null +++ b/templates/ast/archidxhead.html @@ -0,0 +1,24 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<html><head><title>Archivos de %(listname)s %(archive)s por %(archtype)s</title> + + + + <meta name="robots" content="noindex,follow"></head><body bgcolor="#ffffff">%(encoding)s + + <a name="start"></a> + <h1>Archivos de %(listname)s %(archive)s por %(archtype)s</h1> + <ul> + <li> <b>Mensaxes axeitaos por:</b> + %(thread_ref)s + %(subject_ref)s + %(author_ref)s + %(date_ref)s + + </li><li><b><a href="%(listinfo)s">Mas información sobro esta llista... + </a></b></li> + </ul> + <p><b>Dende:</b> <i>%(firstdate)s</i><br> + <b>Fasta:</b> <i>%(lastdate)s</i><br> + <b>Mensaxes:</b> %(size)s</p><p> + </p><ul> +</ul></body></html> |