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/archtocentry.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 '')
-rw-r--r-- | templates/nl/archtocentry.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/nl/archtocentry.html b/templates/nl/archtocentry.html new file mode 100644 index 00000000..4148098a --- /dev/null +++ b/templates/nl/archtocentry.html @@ -0,0 +1,12 @@ +
+ <tr>
+ <td>%(archivelabel)s:</td>
+ <td>
+ <A href="%(archive)s/thread.html">[ Draad ]</a>
+ <A href="%(archive)s/subject.html">[ Onderwerp ]</a>
+ <A href="%(archive)s/author.html">[ Auteur ]</a>
+ <A href="%(archive)s/date.html">[ Datum ]</a>
+ </td>
+ %(textlink)s
+ </tr>
+
|