diff options
author | David Planella <david.planella@gmail.com> | 2008-06-15 15:38:23 +0200 |
---|---|---|
committer | David Planella <david.planella@gmail.com> | 2008-06-15 15:38:23 +0200 |
commit | 8af8691a1866e2346ec163d9f039a5487d432322 (patch) | |
tree | 77260a25a450e320a04440513b647a04facdcd39 /templates/ca/emptyarchive.html | |
parent | 0a1d6be5c777163ad366880e6ad21d833718a00f (diff) | |
download | mailman2-8af8691a1866e2346ec163d9f039a5487d432322.tar.gz mailman2-8af8691a1866e2346ec163d9f039a5487d432322.tar.xz mailman2-8af8691a1866e2346ec163d9f039a5487d432322.zip |
Completed the correction of all templates
The encoding is currently iso88591, no conversion to HTML entities has yet been done.
Diffstat (limited to 'templates/ca/emptyarchive.html')
-rw-r--r-- | templates/ca/emptyarchive.html | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/templates/ca/emptyarchive.html b/templates/ca/emptyarchive.html index 66b61afd..e3a0372d 100644 --- a/templates/ca/emptyarchive.html +++ b/templates/ca/emptyarchive.html @@ -1,14 +1,15 @@ -<!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>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>Arxius de la llista %(listname)s</title> + <META NAME="robots" CONTENT="noindex,follow"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <h1>Arxius de la llista %(listname)s</h1> + <p> + Encara no s'ha enviat cap missatge a aquesta llista, per la qual cosa que els + arxius estan buits. Podeu obtenir <a href="%(listinfo)s">més informació + sobre aquesta llista</a>. + </p> + </BODY> + </HTML> |