diff options
author | Mark Sapiro <msapiro@value.net> | 2011-11-27 08:30:08 -0800 |
---|---|---|
committer | Mark Sapiro <msapiro@value.net> | 2011-11-27 08:30:08 -0800 |
commit | 161af3750cc58ee48b26b68406ea3e6b931ac0a8 (patch) | |
tree | 03cc5615cafe326ef85c2aac1a77b6fc7976b6bf /templates/de/emptyarchive.html | |
parent | ba4fa5145e43643e1b4a766631b3761aab6b7948 (diff) | |
download | mailman2-161af3750cc58ee48b26b68406ea3e6b931ac0a8.tar.gz mailman2-161af3750cc58ee48b26b68406ea3e6b931ac0a8.tar.xz mailman2-161af3750cc58ee48b26b68406ea3e6b931ac0a8.zip |
Added some missing German templates from Egon Frerich.
Diffstat (limited to 'templates/de/emptyarchive.html')
-rwxr-xr-x | templates/de/emptyarchive.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/de/emptyarchive.html b/templates/de/emptyarchive.html new file mode 100755 index 00000000..34368297 --- /dev/null +++ b/templates/de/emptyarchive.html @@ -0,0 +1,13 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<HTML> + <HEAD> + <title>Das %(listname)s Archiv</title> + <META NAME="robots" CONTENT="noindex,follow"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <h1>Das %(listname)s Archiv </h1> + <p> + Bisher sind noch keine Nachrichten an diese Liste geschickt worde. Daher ist das Archiv noch leer. Über diese Liste <a href="%(listinfo)s">gibt es weitere Informationen</a>. + </p> + </BODY> + </HTML> |