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/emptyarchive.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/emptyarchive.html')
-rw-r--r-- | templates/nl/emptyarchive.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/templates/nl/emptyarchive.html b/templates/nl/emptyarchive.html index f7fb38f1..0b168be1 100644 --- a/templates/nl/emptyarchive.html +++ b/templates/nl/emptyarchive.html @@ -3,11 +3,12 @@ <HEAD> <title>%(listname)s Archief</title> <META NAME="robots" CONTENT="noindex,follow"> - </HEAD> + </HEAD> <BODY BGCOLOR="#ffffff"> - <h1>%(listname)s Archief</h1> + <h1>Het %(listname)s Archief</h1> <p> - <b><FONT COLOR=RED SIZE="4">Het Archief is nog leeg.</FONT></b><br><br><a href="%(listinfo)s">Informatie pagina van de lijst</a>. + Er zijn nog geen berichten verzonden via deze lijst, dus is het archief momenteel leeg. + <a href="%(listinfo)s">Meer informatie over deze lijst</a>. </p> </BODY> - </HTML> + </HTML>
\ No newline at end of file |