diff options
author | tkikuchi <> | 2004-11-12 00:09:48 +0000 |
---|---|---|
committer | tkikuchi <> | 2004-11-12 00:09:48 +0000 |
commit | c1d0097271a8348422201cb65257bbd468152ded (patch) | |
tree | 8d136b34fc36ef6ae8c04de163dd218f254ba1ac /templates/da/article.html | |
parent | dc718080a678caa57bd018efe699e2208f651dfb (diff) | |
download | mailman2-c1d0097271a8348422201cb65257bbd468152ded.tar.gz mailman2-c1d0097271a8348422201cb65257bbd468152ded.tar.xz mailman2-c1d0097271a8348422201cb65257bbd468152ded.zip |
Danish translation update by Tom G. Christensen
Diffstat (limited to 'templates/da/article.html')
-rw-r--r-- | templates/da/article.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/templates/da/article.html b/templates/da/article.html index 73b841bf..512471e9 100644 --- a/templates/da/article.html +++ b/templates/da/article.html @@ -1,4 +1,4 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">S +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> <TITLE> %(title)s @@ -12,7 +12,7 @@ </HEAD> <BODY BGCOLOR="#ffffff"> <H1>%(subject_html)s</H1> - <B>%(author_html)s</B> + <B>%(author_html)s</B> <A HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s" TITLE="%(subject_html)s">%(email_html)s </A><BR> @@ -20,14 +20,14 @@ <P><UL> %(prev_wsubj)s %(next_wsubj)s - <LI> <B>Meddelelser sorteret efter:</B> + <LI> <B>Meddelelser sorteret efter:</B> <a href="date.html#%(sequence)s">[ dato ]</a> - <a href="thread.html#%(sequence)s">[ tråd (thread) ]</a> + <a href="thread.html#%(sequence)s">[ tråd ]</a> <a href="subject.html#%(sequence)s">[ emne ]</a> <a href="author.html#%(sequence)s">[ afsender ]</a> </LI> </UL> - <HR> + <HR> <!--beginarticle--> %(body)s <!--endarticle--> @@ -36,9 +36,9 @@ <!--threads--> %(prev_wsubj)s %(next_wsubj)s - <LI> <B>Meddelelser sorteret efter:</B> + <LI> <B>Meddelelser sorteret efter:</B> <a href="date.html#%(sequence)s">[ dato ]</a> - <a href="thread.html#%(sequence)s">[ tråd (thread) ]</a> + <a href="thread.html#%(sequence)s">[ tråd ]</a> <a href="subject.html#%(sequence)s">[ emne ]</a> <a href="author.html#%(sequence)s">[ afsender ]</a> </LI> |