diff options
author | clytie <> | 2006-07-21 05:46:44 +0000 |
---|---|---|
committer | clytie <> | 2006-07-21 05:46:44 +0000 |
commit | c837367f2365d261d00dda2215804da481f8facc (patch) | |
tree | 4d82748ddfc214346789dec4e0d64595fea642a7 /templates/nl/archidxfoot.html | |
parent | 7f5a6591910a10c5ecdd79322e53dc47c6e7a9cd (diff) | |
download | mailman2-c837367f2365d261d00dda2215804da481f8facc.tar.gz mailman2-c837367f2365d261d00dda2215804da481f8facc.tar.xz mailman2-c837367f2365d261d00dda2215804da481f8facc.zip |
Committed messages mailman.po and a stack of added and updated templates for Dutch.
Clytie Siddall <clytie@riverland.net.au>
Diffstat (limited to 'templates/nl/archidxfoot.html')
-rw-r--r-- | templates/nl/archidxfoot.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/templates/nl/archidxfoot.html b/templates/nl/archidxfoot.html new file mode 100644 index 00000000..b8aa7329 --- /dev/null +++ b/templates/nl/archidxfoot.html @@ -0,0 +1,21 @@ + </ul>
+ <p>
+ <a name="end"><b>Datum laatste bericht:</b></a>
+ <i>%(lastdate)s</i><br>
+ <b>Gearchiveerd op:</b> <i>%(archivedate)s</i>
+ <p>
+ <ul>
+ <li> <b>Berichten gesorteerd op:</b>
+ %(thread_ref)s
+ %(subject_ref)s
+ %(author_ref)s
+ %(date_ref)s
+ <li><b><a href="%(listinfo)s">Meer informatie over deze lijst ...
+ </a></b></li>
+ </ul>
+ <p>
+ <hr>
+ <i>Dit archief is gegenereerd met
+ Pipermail %(version)s.</i>
+ </BODY>
+</HTML>
|