diff options
Diffstat (limited to '')
-rw-r--r-- | templates/ca/emptyarchive.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/ca/emptyarchive.html b/templates/ca/emptyarchive.html new file mode 100644 index 00000000..71b5d3a3 --- /dev/null +++ b/templates/ca/emptyarchive.html @@ -0,0 +1,14 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>The %(listname)s Archives</title> + <META NAME="robots" CONTENT="noindex,follow"> + </HEAD> + <BODY BGCOLOR="#ffffff"> +<h1>Els Arxius de %(listname)s</h1> + +<p> Encara no s'hi ha enviat cap missatge en aquesta llista, així que els + arxius estan buits. Podeu trobar <a href="%(listinfo)s">més informació + sobre aquesta llista</a>. </p> + </BODY> + </HTML> |