diff options
Diffstat (limited to '')
-rw-r--r-- | templates/fr/emptyarchive.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/templates/fr/emptyarchive.html b/templates/fr/emptyarchive.html new file mode 100644 index 00000000..e10776e7 --- /dev/null +++ b/templates/fr/emptyarchive.html @@ -0,0 +1,18 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<html> +<head> + <title>Archives de %(listname)s</title> + + <meta name="robots" content="noindex,follow"> +</head> + <body bgcolor="#ffffff"> + +<h1>Archives de %(listname)s </h1> + <p> + Aucun message n'a encore été posté sur + cette liste, il n y a donc pas encore d'archives disponibles. Pour + obtenir plus d'informations sur la liste, <a href="%(listinfo)s">cliquez + ici</a> + </p> +</body> +</html> |