summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2002-01-08 07:50:33 +0000
committerbwarsaw2002-01-08 07:50:33 +0000
commitda07f23403d4077200ae56f0affc979200305181 (patch)
treeefc4bb919dd75f1ad9b3dc24570479fce44bd5b2
parent4bf8e65e4ed92e0b7c7932cf27231fa48539382e (diff)
downloadmailman-da07f23403d4077200ae56f0affc979200305181.tar.gz
mailman-da07f23403d4077200ae56f0affc979200305181.tar.zst
mailman-da07f23403d4077200ae56f0affc979200305181.zip
intermediate
-rw-r--r--templates/hu/emptyarchive.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/hu/emptyarchive.html b/templates/hu/emptyarchive.html
new file mode 100644
index 000000000..ed77bcb3b
--- /dev/null
+++ b/templates/hu/emptyarchive.html
@@ -0,0 +1,15 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <title>%(listname)s archívum</title>
+ <META NAME="robots" CONTENT="noindex,follow">
+ <meta http-equiv="Content-Type" content="text/html"; charset="iso-8859-2">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <h1>%(listname)s archívum</h1>
+ <p>
+ A listára még nem küldtek levelet, ezért jelenleg üres az archívum.
+ Bővebb <a href="%(listinfo)s">információ a listáról</a>.
+ </p>
+ </BODY>
+ </HTML>